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

#voice .imgleft {
	border: 1px solid #ECECEC;
	padding: 29px 20px 29px 25px;
	background-color: #F6F6F6;
	margin-bottom: 40px;
	overflow: hidden;
}
#voice .imgleft .image a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 190px;
	height: 190px;
}
#voice dl dt {
	font-size: 27px;
	font-weight: bold;
}
#voice dl dt span {
	display: inline-block;
}
#voice dl dt span.tt{
	margin-top: -5px;
	font-size: 16px;
}
#voice dl dd + dd {
	margin-top: 2px;
}