@charset "UTF-8";


/*----- お客様の声 -----*/

.voice {
	font-size:90%;
	line-height:1.5em;
}

.voice p {
	margin:0px 0px 15px 0px;
}


/* お問い合わせ部分とのマージン */

.voice #c-inq {
	margin-top:30px;
}

/* 冒頭 */

.voice .head {
	margin:0px 15px 30px 15px;
}


/* 本文 */

.voice dl {
	clear:both;
	padding:10px 0px;
	border-top:dotted 1px #663300;
	margin:0px 15px;
}
.voice dl.ls {
	border-bottom:dotted 1px #663300;
}

.voice dd .name {
	text-align:right;
	font-weight:bold;
	color:#663300;
	margin-top:10px;
}

.voice dt {
	border:solid 1px #a8a8a8;
	width:200px;
	float: left;
	margin-bottom: 10px;
}
.voice dd {
	padding-left:215px;
}

