@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .contact {
	padding-top: 10px;
}

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 30px;
}
#voice .box {
	border: 1px solid #CABFB5;
	padding:10px 13px 9px;
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
	background:#fff;
}
#content .imgleft .image {
	margin-bottom: 3px;
}
#voice .imgleft ul li{
	text-align: center;
	width:160px;
}
#voice .imgright .text {
	margin-right: 200px;
}
#voice .imgleft .text {
	margin-left: 180px;
}
#voice dl {
	overflow: hidden;
}
#voice dl dt {
	font-weight: bold;
	margin-bottom: 7px;
	border-bottom: 1px dotted #CABFB5;
	line-height: 1.4;
	padding: 2px 0 5px 25px;
	color:#3F651A;
	background:url(../image/icon02.jpg) left 2px no-repeat;

}
#voice dl dd{
	line-height:1.6;
	margin-right:5px;
}