@charset "UTF-8";

#voice #main #visual{
	margin-bottom: 10px;
	width: 300px;
	height: 50px;
	padding:8px 0 0 0;
	box-sizing: border-box;
	background: url(/s/common/img/visual_bg.png) no-repeat;
	background-size: 100% auto;
}

#voice #main #visual h1 {
	width: 80px;
	height: 36px;
    background: url(/s/voice/img/voice_visual_title.png) no-repeat;
	background-size: 100% auto;
	margin: 0 auto;
	padding: 0;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
/* -------------------------------------------
お客様の声
--------------------------------------------*/

#voice #main #visual-head{
	position: relative;
	background:#effaff;
	padding:10px;
	margin: 0;
	min-height:inherit;
	font-size:inherit;
	line-height: inherit;
}
#voice #main #visual-head .image{
	position:static;
	top:auto;
	left:auto;
	width: 60%;
	margin: 10px auto;
	height: auto;
	display: block;
}
.voice-box dt{
	padding:8px 8px 8px 60px;
	border-radius: 10px;
	font-size:1.4em;
	line-height: inherit;
}
.voice-box .image{
	position: absolute;
	top:0;
	left:0;
	width: 50px;
	height: 50px;
}
.voice-box .text{
	padding: 10px;
	margin: 0 5px;
	background: #effaff;
	line-height: 18px;
}
.voice-box .image img{
	width: 100%;
	height: auto;
}
.voice-box dt .name{
	text-align: left;
}
