@charset "UTF-8";

/*お客様の声*/

/*全体枠*/
.class_box {
	float: left;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: left;
}

/*h2*/
.voice_h2 {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #766f6c;
	margin-bottom: 20px;
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 26px;
	color: #766f6c;
	font-weight: normal;
	text-align: left;
	padding-bottom: 6px;
	line-height: 1.2em;
}
.voice_h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #4d4033;
	text-shadow: 1px 1px 3px #cccccc;
}

/*voice*/
.voice_box {
	float: left;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	text-align: left;
}
.voice_img {
	float: left;
	width: 8%;
	margin-bottom: 20px;
}
.voice_img img {
	max-height: 100px;
}

.voice_day {
	float: right;
	margin-top: 5px;
	width: 92%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	padding-bottom: 2px;
}
.voice_day_new {
	float: right;
	margin-top: 5px;
	width: 92%;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
	background-position: 100px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4d4033;
	padding-bottom: 2px;
	margin-bottom: 15px;
}
.voice_naiyo {
	float: right;
	margin-top: 5px;
	width: 92%;
	margin-bottom: 40px;
}
.voice_naiyo img {
	max-width: 100%;
    height:auto;
}