@charset "UTF-8";

/* ***************************************************
* CSS file For for
	FileName: 03.css
**************************************************** */

/*-----------------------------------------------------------
■middle_common上書き
------------------------------------------------------------*/
div.Waku_top { margin: 8px 0 0; }
div.Waku { margin: 0 0 25px; }

div#Representative div.Waku p {
	min-height:0; 
	display: inline-table; 
} 
div#Representative div.Waku p:after{ 
	content:"."; 
	display:block; 
	height:0; 
	clear: both; 
	visibility:hidden; 
} 
/* \*/ 
* html div#Representative div.Waku p{height:0;} 
div#Representative div.Waku p{display: block;} 
/* */ 
/* -- end clear float -- */

div#Representative div.Waku p img {
	float: right;
	margin: 0 50px 0 0;
}


/*-----------------------------------------------------------
■被測定物の形状あるいは用途による選択
------------------------------------------------------------*/

table#Select {
	width: 616px;
	margin: 10px 0;
	font-size: 12px;
	line-height: 14px;
}

table#Select tr td.Head {
	background: #f3dbd4;
	padding: 8px 6px 2px 5px;
}
table#Select tr td.Empty {
	width: 180px;
	background: url(/img/03/empty.gif) no-repeat top left;
}
table#Select tr th {
	font-weight: normal;
	text-align: left;
	color: #000;
	padding: 5px 0 3px 10px;
}
table#Select tr td {
	text-align: center;
	vertical-align: middle ;
	padding: 0 ;
}

