@charset "utf-8";
@import "/css/common.css";

/*==================================================================*/
/* voice style css（お客様の声） */
/*==================================================================*/
/* ---------------------------------------------------------------- */
/* case */
/* ---------------------------------------------------------------- */
#contents a:hover img{opacity:0.75;filter:alpha(opacity=75);}

/* h1 */
h1{
	margin:0 0 2.5em;
	padding:0;
}


/* リード文 */
#contents p.read{
	margin:0 auto 3em;
	padding:0 1em 1.5em;
	width:650px;
}


/* -------------------------------------------- */
/* voice */
/* -------------------------------------------- */
.voice *{margin:0;padding:0;}

.voice a{text-decoration:underline;}
.voice a:hover{text-decoration:none;}


.voice dl{
	margin:0 auto 2em;
	width:640px;
	background:url('../image/voice_back.gif') no-repeat 0 bottom;
}
.voice dt{
	margin:0 auto;
	padding:25px 0 5px 7em;
	background:url('../image/voice_top.gif') no-repeat 0 top;
	font-size:1.4em;
	font-weight:bold;
}
.voice dd{
	margin:0;
	padding:15px 70px 40px 30px;
	font-size:1.2em;
	line-height:1.8;
}
.voice dd p{
	padding:0 10px;
	background:url('../image/voice_line.gif') repeat-y 0 bottom;
}


/* ボタンエリア */
div .btn-area{
	margin:0 auto 2em;
	width:640px;
	text-align:right;
}
