@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#content .box {
	margin-bottom:30px;
}
#content .box p {
	margin-bottom:20px;
}
#content .box dl dt {
	font-size: 1.27em;
	background:url(../image/icon01.jpg) left center no-repeat;
	padding:0 0 0 19px;
	font-weight:bold;
	color:#7E9633;
	line-height:1.4;
	margin-bottom:5px;
}
#content .box dl dd {
	margin-bottom:20px;
	padding:0 0 0 19px;
}
#content .box dl dd ul{
	overflow: hidden;
 /zoom: 1;
}
#content .box dl dd ul li {
	font-weight:bold;
	float:left;
	width:200px;
	margin-right:10px;
}
#content .box dl dd ul li.none {
	margin-right:0;
}
#content .same p.last {
	margin:25px 0 30px;
}