@charset "utf-8";

/*----------------------------------------------------

	オーナー様の声

----------------------------------------------------*/

.Voice ul.list li {
	clear:both;
}

.Voice ul.list dl {
	display:inline;
	float:left;
	line-height:150%;
	width:212px;
	border:1px solid #CCC;
	padding:1px;
	margin:0 5px 10px 5px;
}

.Voice ul.list dt {
	margin:4px 0 0 0;
}

.Voice ul.list dd {
	display:block;
	font-weight:bold;
	color:#008650;
}

.Voice ul.list dd span {
	display:block;
	font-size:85%;
	font-weight:normal;
	color:#333;
	margin:4px 0 0 0;
}

.Voice ul.list dd img {
	display:block;
	vertical-align:text-bottom;
	margin:5px 0 0 0;
}

.Voice-detail .data {
	display:inline;
	float:left;
	text-align:left;
	width:320px;
	margin:0 0 0 10px;
}

.Voice-detail .name {
	font-size:85%;
}

.Voice-detail h2 {
	font-size:180%;
	color:#008650;
	line-height:135%;
	margin:2px 0 10px 0;
	padding:0;
	width:320px;
	background:none;
}

.Voice-detail .photo-area {
	display:inline;
	float:right;
	width:320px;
	margin:0 10px 0 0;
}
.Voice-detail .photo-area li       { margin-bottom:10px; }
.Voice-detail .photo-area li.left  { float:left; }
.Voice-detail .photo-area li.right { float:right; }
.Voice-detail .photo-area li img   { vertical-align:text-bottom; }

.Voice-detail .btn {
	clear:both;
	margin:20px 0 0 0;
}