@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 50px;
}
#voice .box {
	border: 3px solid #1A1A1A;
	padding: 14px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	width: 180px;
	text-align: center;
}
#voice .imgright .text {
	margin-right: 200px;
}
#voice .imgleft .text {
	margin-left: 200px;
}
#voice dl dt {
	font-weight: bold;
	margin-bottom: 6px;
	overflow: hidden;
	color: #F15A24;
	font-size: 1.28em;
}
#voice dl dt span {
	display: block;
}
#voice dl dt span.sex,
#voice dl dt span.star {
	margin-left: 10px;
	text-align: right;
}
