@charset "utf-8";

/* ------------------------------------------------------- *
   什器・備品 / 什器・備品 CSS
 * ------------------------------------------------------- */

/* このページのみ、基本ページ幅を拡張 */
#bihin.contents{
	width:685px;
	margin:0 auto 0 72px;
/*	background-color:yellow;*/
}

#bihin.contents .unit{
	width:656px;
}

#bihin div.pageUp{
	width:656px;
	margin:6px 0;
	padding:0;
}

div.contents h2{
	margin-bottom:0.75em;
}

div.line{
	border:1px solid #ccc;
	border-width:1px 0 0 0;
	width:656px;
	height:1px;
	overflow:hidden;
}

p.titlePs{
	margin-right:28px;
}

/* 備品カテゴリタイトル */
.bihinTitle {
	margin:1.25em 0 0.75em 0;
	width:658px;
}
div.contents .bihinTitle h2{
	margin:0;
	width:50%;
	float:left;
}

.bihinTitle div.pdf{
	width:40%;
	height:1.2em;
	text-align:right;
	float:right;
/*	background-color:pink;*/
}
.bihinTitle div.pdf a{
	display:inline;
	margin:0;
	padding:0;
}
.bihinTitle div.pdf img{
	vertical-align:middle;
	margin:0 3px 0 0;
}



/* 商品写真一覧 */
.photoUnit{
	margin:0 0 -1.5em 0;
	padding:0;
	width:100%;
	/*background-color:yellow;*/
}

.photo{
	width:208px;
	height:auto;
	margin-bottom:1.5em;
	margin-right:18px;

	text-align:center;
	float:left;

/*	background-color:pink;*/
}
.photo img{
	display:block;
	margin:0 auto 2px auto;
/*	width:100%;*/
}

/* 写真下のキャプション */
.caption{
	text-align:center;
	line-height:1.1em;
	height:3.4em;
	width:100%;
}

/* =========================================================== *
   マイク環境一覧表
 * =========================================================== */



#mic table,
#mic th,
#mic td{
	
}

#mic table{
	width:100%;
	margin-bottom:0.75em;
}
#mic th,
#mic td{
	padding:3px 6px;
	line-height:1.2em;
	text-align:center;
	
	border:1px solid #7b7c86;
	border-width:0 1px 1px 0;
}
#mic table{
	border:1px solid #7b7c86; /* ; */
	border-width:1px 0px 0px 1px;
}
#mic tr.header th{
	color:#fff;
	border-right-color:#e2e1e6;
	border-bottom-color:#e2e1e6;
	background-color:#514e6e;
}
#mic tr.header th.last{
	border-right-color:#7b7c86;
}
#mic td{
	width:18.5%;
}
#mic th.room{
	text-align:left;
	width:20%;
	background-color:#e5e7fe;
}
#mic th.room span{
	font-size:80%;
}

#mic th.floor{
	color:#fff;
	width:6%;
	background-color:#9699be;
}


@media print{
/*その他の備品のIE6印刷対策*/
	span.p-clear{
	clear:both;
	}
}
