@charset "Shift_JIS";


/*主要諸元*/
.spec_table {
	width:100%;
	table-layout:fixed;
	word-break: break-all;
	border-collapse: separate;
	border-spacing: 0;
	border-left: 2px solid #333;
	border-top: 2px solid #333;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	clear: both;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

.spec_table .th_main {
	text-align: center;
	background-color: #c7cbca;
	border-left: 2px solid #333;
	border-right: 2px solid #333;
	font-weight: bold;
}
.spec_table .th_sub {
	background-color:#ECEBE8;
	font-weight: bold;
}
.spec_table .th_sub2 {
	background-color:#ECEBE8;
	font-weight: bold;
	font-size:100%;
}
.spec_table th,  .spec_table td {
	padding: 3px 0 4px;
	vertical-align: middle;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}
.spec_table th p,  .spec_table td p {
	padding: 0 2px;
	line-height: 1.5;
	zoom: 0;
}
.spec_table td p,.spec_table th p{
	margin-bottom:0;
	font-size:75%;
	}
.green{	color:#390;}
.spec_table .f80{font-size:80%;}
.spec_table .f70{font-size:70%;}
.spec_table td.bLnone,.spec_table th.bLnone{border-left:none;}
.spec_table td.bRnone,.spec_table th.bRnone{border-right:none;}
.spec_table td.bTnone,.spec_table th.bTnone{border-top:none;}
.spec_table td.bBnone,.spec_table th.bBnone{border-bottom:none;}
.spec_table th.height3{height:3px; padding:0; margin:0; line-height:0.3;}
.spec_table td.td_ttl{
	background:#999;
	color:#FFF;
	font-weight:bold;
	font-size:110%;
	text-align:left;
}
.spec_table td.td_ttl p{
	color:#FFF;
	padding:5px 10px 2px;
}
.spec_table td.tdT{vertical-align:top;}


.pink_bg {background-color:#fcdfeb; }