@charset "UTF-8";

/* common setting overwrite for spec */
div.specifications div#main  h2 {
	margin-bottom:10px;
}
div.specifications div#main  h3 {
	margin-bottom:10px;
}
div.specifications div#main  h4 {
	border-bottom:none;
	margin:0 0 10px;
}
/* --------------------------------- */
div.specifications table {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom:30px;
	width:100%;
	font-size:85%;
}
div.specifications table th{
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #8E9EAE;
	background:#CDD7E1;
	padding:5px 10px;
	vertical-align:top;
}
div.specifications table thead th{
	text-align:center;
}
div.specifications table td{
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	padding:5px 10px;
	vertical-align:top;
	text-align:center;
}

div.specifications table.last {
	margin-bottom:20px;
}

div.specifications table th.bg_light {
	background:#DDE4EA;
}
div.specifications table th.bg_deep,
div.specifications table tr.bg_deep th {
	background:#AFBFCF;
}


/* page for print */
body#print,
body#print div#container,
body#print div#footer {
	background:none;
}
body#print div#container div#contents {
	width:100%;
}
body#print div#footer {
	background-color:#A8A8A8;
	width:100%;
}

body#print div#container div#contents table,
body#print div#container div#contents p {
	font-size:85%;
}

body#print div.specifications div#main  h4 {
	padding:0;
	background:none;
}
