@charset "UTF-8";
#rightmain,
#leftmain{
	background:#fff;
	padding:30px;
	width:670px;
	margin:0 2px 50px;
	box-shadow: 0 0px 2px #999999; /* CSS3 */
	-moz-box-shadow: 0 0px 2px #999999; /* Firefox用*/
	-webkit-box-shadow: 0 0px 2px #999999; /* Google Chrome, Safari用*/
}
h2{
	background:#f3ece1;
	padding:1px;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
	margin-bottom:30px;
}
h2 span{
	border:3px solid #fff;
	border-radius:4px;		/* CSS3 */
	-webkit-border-radius:4px;	/* Safari,Google Chrome用 */
	-moz-border-radius:4px;
	display:block;
	font-size:12px;
	font-weight:bold;
	padding:10px 20px;
	text-shadow:0 2px 0 #fff;
}
.review{
	overflow:hidden;
	background:url(/images/bg_line2.jpg) repeat-x left bottom;
	padding-bottom:30px;
	margin-bottom:30px
}
.review_photo{
	padding:7px;
	width:150px;
	height:150px;
	float:left;
	overflow:hidden;
	margin-right:8px;
	background:url(/images/bg_review_photo.png) no-repeat;
}
.review_photo a{
	border:5px solid #fff;
	width:140px;
	height:140px;
	display: block;
	text-align:center;
	overflow:hidden;
	box-shadow:0 0px 2px #999999; /* CSS3 */
	-moz-box-shadow:0 0px 2px #999999; /* Firefox用*/
	-webkit-box-shadow:0 0px 2px #999999; /* Google Chrome, Safari用*/
}
.review_photo a img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.review div{
	float:right;
	width:496px;
	font-size:12px;
}
.review .name{
	border-bottom:1px dotted #dfdfdf;
	padding:11px 0;
	margin-bottom:10px;
	color:#aeaeae;
	vertical-align:baseline;
}
.review .name h3{
	float:left;
	color:#666;
	font-size:16px;
	font-weight:bold;
	margin:-4px 10px 0 0;
}
.review .name span{
	float:right;
	color:#0044cc;
	margin-left:5px;
	display:block;
	padding-left:10px;
	background:url(/images/ico_sprites.png) no-repeat -35px 5px;
}
.review .text{
	font-size:12px;
	float: right;
	width: 496px;
}
.voice_number{
	font-size: 16px;
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}
.voice_number span{
	font-size: 20px;
	color: #ff5c5c;
	font-weight: bold;
	margin-right: 5px;
}
.review div.star_box{
	margin-bottom: 5px;
}
.review div.star_box .star{
	float: none;
    font-size: 14px;
    background: none;
    margin-left: 0;
}
.review div.star_box .star span{
	float: none;
	display: inline-block;
	background: none;
	margin-left: 0;
	padding-left: 0;
}