@charset "utf-8";

@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	#voice
-------------------------------------------------------------------*/
#voice {
	margin-bottom: 30px;
}
#voice .box {
	padding: 19px 29px 28px 0;
	margin-bottom: 20px;
	overflow: hidden;
	/
	zoom: 1;

}
#voice .imgleft .image {
	margin-right: 30px;
}

#voice .imgleft ul li,
#voice .imgright ul li {
border: 1px solid #A9C99B;
    
width: 149px;
    
height: 149px;
    
text-align: center;
    
vertical-align: middle;
    
display: table-cell;
}    
#voice .imgright .text {
	margin-right: 149px;
}
#voice .imgleft .text {
	margin-left: 149px;
}
#voice .one dl {
    background: url(../image/voice_icon.jpg) 20px 0px no-repeat;
}
#voice .two dl {
    background: url(../image/voice_icon.jpg) 0px 0px no-repeat;
    padding-left: 10px;
}
#voice dt {
    padding: 3px 0 5px 0;
    margin-bottom: 5px;
    color: #639350;
    font-size: 1em;
    font-weight:bold;
    overflow: hidden;
    border-bottom: #A5907F 1px dashed ;	
    border:;
    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 dl  dd
{
 	overflow:hidden;
}


