@charset 'UTF-8';
/* div --------------------------------------------- */
/* oemBox */
div.oemBox {
	width:550px;
	margin:0 0 20px 0;
}
/* chargeBox */
div.chargeBox {
	margin:0 0 15px;
	padding:15px;
	background-color:#FFFEE8;
}
/* materialBox */
div.materialBox {
	overflow:hidden;
	width:550px;
}
/* hn --------------------------------------------- */
div.oemBox h3 {
	margin:0 0 10px;
	padding:0 0 0 5px;
	font-weight:bold;
	line-height:108%;
	border-left:3px solid #0066CC;
}
div.chargeBox h4 {
	margin:0 0 10px;
	color:#CC6600;
}
/* list --------------------------------------------- */
/* materialBox */
div.materialBox dl.materialBoxLeft {
	float:left;
	width:265px;
}
div.materialBox dl.materialBoxRight {
	float:right;
	width:265px;
}
div.materialBox dl dt {
	margin:0 0 3px;
}
div.materialBox dl dd{
	margin:0 0 15px;
}
/* p --------------------------------------------- */
div.chargeBox p {
	color:#333;
	line-height:1.5em;
}
