@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

#content .contact {
	padding-top:10px;
}

/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	padding-bottom: 10px;
}
#voice .box {
	padding: 9px 15px 8px 14px;
	margin-bottom: 20px;
	overflow: hidden;
	/zoom: 1;
	border: 1px dashed #ccc;
}
#voice .imgleft ul li {
	width: 160px;
	text-align: center;
	padding: 5px 0 6px;
}
#voice .imgleft ul {
	margin-right:20px;
}
#voice .imgleft dl {
	overflow:hidden;
}
#voice dl dt {
	font-weight: bold;
	overflow: hidden;
	/zoom: 1;
	padding-bottom:3px;
	margin-bottom:7px;
	border-bottom: 1px dotted #ccc;
}
#voice dl dd {
	font-size:0.86em;
}
#voice dl dd.spa {
	font-weight:bold;
	text-align:right;
	margin-top:10px;
}
#voice dl dt span {
	display: block;
}
#voice dl dt span.sex,
#voice dl dt span.star {
	margin-left: 10px;
	text-align: right;
}
#voice .imgleft ul li a,
#voice .imgright ul li a{
	width: 160px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

