@charset "utf-8";
/* CSS Document */

.voices hr{
	margin:25px 0;
}

.voices .profile{
	width:690px;
	margin-bottom:15px;
}

.voices .profile .wrap{
	position:relative;
	width:380px;
	height:185px;
	float:left;
}

.voices .profile .wrap h2{
	margin-bottom:15px;
	color:#775d4f;
	font-size:21px;
	line-height:1.3;
	border-bottom: none;
	padding-left: 0;
}

.voices .profile .wrap .nameplate {
	background: url(/img/event/happymam/voices/nameplate.jpg) 0 0 no-repeat;
	width: 375px;
	height: 68px;
	float:left;
	padding:10px 0 0 20px;
	position:absolute;
	bottom:0;
	left:0;
}

.voices .wrap .nameplate dt{
	font-weight:bold;
	font-size:16px;
	margin-bottom:2px;
}

.voices .wrap .nameplate dd{
	font-size:13px;
}

.voices .comment{
	width:690px;
	margin:0 auto;
}

.voices .comment p{
	margin-bottom:8px;
}

.voices .comment p:last-child{
	margin-bottom:0;
}

.voices .review-no-photo{
	width:690px;
	margin:0 auto 15px auto;
}

.voices .review-no-photo h2{
	padding-bottom:5px;
	margin-bottom:8px;
	color:#775d4f;
	font-size:21px;
	border-bottom:1px solid #775d4f;
	line-height:1.3;
}

.voices .review-no-photo .name{
	margin-bottom:8px;
}

@media screen and (max-width: 768px) {
	.voices .review-no-photo h2,
	.voices .profile .wrap h2{
		font-size: 18px;
	}
}