@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice .title-voice{
	margin-bottom: 30px;
}

#voice .btn-voice{
	text-align: right;
}
#voice .box {
	/* border: 1px solid #ccc; */
	padding: 0px;
	margin-bottom: 50px;
	overflow: hidden;
	/zoom: 1;
}

#voice .box:last-child{
	margin-bottom: 0!important;
}
#voice .imgleft ul li,
#voice .imgright ul li {
	width: 144px;
	text-align: center;
}
#voice .imgright .text {
	margin-right: 165px;
}
#voice .imgleft .text {
	margin-left: 165px;
}
#voice dl dt {
	font-weight: bold;
	margin-bottom: 12px;
	/* border-bottom: 1px dotted #ccc; */
	overflow: hidden;
	background: #0F65BD;
	color: #FFF;
	padding: 2px 10px 1px;
	font-size: 0.85em;
	/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 ul.image {
	width: 150px;
	text-align: center
}
#voice ul.image li.fancybox a,
#voice ul.image li span {
	width: 150px;
	height: 150px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	border:#DEDEDE 1px solid;
}


	