@charset "UTF-8";

/* common setting overwrite for Specifications
--------------------------------------------------------- */
#specifications #lead {
	background:url(../../../images/n04_lead.jpg) no-repeat left top;
	padding:50px 100px 0;
	width:760px;
	height:310px;
}

/* each page settings
--------------------------------------------------------- */
/* table settings */
#specifications table {
	margin:20px 0 0;
}
#specifications table.last {
	margin-bottom:20px;
}
#specifications table tbody th {
	text-align:left;
}
#specifications p.notes {width:657px;}

/* general purpose class */
.mgt0 {margin-top:0 ! important;}

/* page for print
--------------------------------------------------------- */
#specifications div#print,
#specifications div#print div#container,
#specifications div#print div#main,
#specifications div#print div#footer {
	background:none;
}
#specifications div#print div#container div#contents {
	width:100%;
}
#specifications div#print div#footer {
	background-color:#A8A8A8;
	width:100%;
}
#specifications div#print div#main h3 {
	background:none;
	padding:0;
	height:auto;
}
#specifications div#print div#main h4 {
	margin:0 0 10px;
	background:none;
	padding:0;
	height:auto;
}
#specifications div#print div#container div#contents table {
	margin:0 0 20px;
}
#specifications div#print div#container div#contents p {
	font-size:85%;
}