@charset "UTF-8";
/* ---------------------------------------------------------
   voice.css【お客様の声】
----------------------------------------------------------*/
#voice_list{
	background: #F7F5F2;
	width: 696px;
	margin: 0 auto 30px auto;
	padding: 20px
}
#voice_list ul{
	list-style: none;
	zoom: 1;
	margin-right: -35px;
	_margin-right: -70px;
}
#voice_list ul li{
	float: left;
	width: 220px;
	float: left;
	margin: 0 18px 25px 0;
	text-align: center;
}
#voice_list ul li .photo{
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-bottom: 5px;
}
#voice_list ul li .photo img{
	max-width: 100%;
	height: auto;
}

#voice_detail{
	width: 725px;
	margin: 0 auto;
}
#post_title{
	background: url(../img/voice/line_title.jpg) left bottom no-repeat;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.3;
	color: #FF971E;
}
#detail_container{
	background: #F7F5F2;
	padding: 20px;
	margin-bottom: 20px;
}
#detail_container .photo{
	background: #FFFFFF;
	padding: 4px;
	border: 1px solid #CCCCCC;
	width: 580px;
	margin: 0 auto 25px auto;
	text-align: center;
}
#detail_container .data{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#detail_container .data th,
#detail_container .data td{
	border: 1px solid #CCCCCC;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#detail_container .data th{
	background: #FBFDF2;
	font-weight: bold;
	width: 150px;
}
#detail_container .data td{
	background: #FFFFFF;
}
#detail_container .movie{
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin-bottom: 30px;
}
#detail_container .movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#voice_interview{
	margin-bottom: 30px;
}
#voice_interview h3{
	font-size: 16px;
	font-weight: bold;
	border-left: 3px double #009F0C;
	padding: 0 0 0 15px;
	margin-bottom: 20px;
}
#voice_interview dt{
	background: url(../img/voice/icon_question.png) left 5px no-repeat;
	color: #009F0C;
	padding: 10px 0 10px 45px;
}
#voice_interview dd{
	background: url(../img/voice/icon_answer.png) left 5px no-repeat;
	margin-bottom: 20px;
	padding: 10px 0 10px 45px;
}
#voice_interview dd p{
	margin-bottom: 15px;
}
#voice_interview dd p:last-of-type{
	margin-bottom: 0;
}
#voice_photos{
	margin-bottom: 30px;
}
#voice_photos p{
	background: #FFFFFF;
	text-align: center;
	width: 200px;
	position: relative;
	padding: 5px 0;
	margin: 0 auto -18px auto;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#voice_photos img{
	max-width: 100%;
	height: auto;
	border: 3px solid #FFFFFF;
}
#voice_photo_after{
	float: left;
	width: 59%;
}
#voice_photo_before{
	float: right;
	width: 39%;
}