@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content h3.spa{
	margin-bottom: 15px;
}
/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 25px;
}
#voice .box {
	padding:10px;
	margin-bottom: 10px;
	overflow: hidden;
	/zoom: 1;
	border: 1px solid #E0D6B4;
}

#voice .box ul {
	float:left;
}

#voice .box ul li {
	width: 160px;
	margin-bottom:15px;
	text-align: center;
}

#voice .box ul li.last {
	margin-bottom:0;
}

#voice .box .text {
	margin-left: 180px;
}

#voice dl dt {
	color:#77949D;
	font-weight:bold;
	margin-bottom:5px;
	padding: 0 0 2px 26px;
	border-bottom: 1px dotted #CBD7A8;
	background:url(../image/voice03.jpg) left 3px no-repeat;
}