@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 30px;
}
#voice .box {
	margin-bottom: 40px;
	overflow: hidden;
	/zoom: 1;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	margin-top: 50px;
}
#voice .imgleft ul li span,
#voice .imgright ul li span {
	width: 213px;
	height: 213px;
	text-align: center;
	vertical-align: middle;
	border: 2px solid #EA6928;
	display: table-cell;
	
}
#voice .box img{
	padding: 4px;
}

#voice dl dt {
	background: url(../image/voice_icon.jpg) left 4px no-repeat;
	padding:4px 0 0 36px;
	font-weight: bold;
	margin-bottom: 12px;
	overflow: hidden;
	color: #190A01;
	height: 27px;
	font-size: 1.14em;
	/zoom: 1;
}
#voice dl dt span {
	display: block;
}
#voice dl dt span.sex,
#voice dl dt span.star {
	margin-left: 10px;
	text-align: right;
}
#voice p.yet {
	margin-bottom: 100px;
}
