@charset "utf-8";

/*=====================================================================================
	
	Document    : style.css
	Description : PC用（幅900px以上）
 
=====================================================================================*/

.hdS {
	background:url(../image/hd-photo.jpg) no-repeat center top;
}

.md {
	background:url(../../image/md-ic/voice.png) no-repeat center top;
	padding-top:50px;
}

.block:first-child {
	padding-bottom:0;
}


/*---------------------------------------------------------------------------

   建てた方の声

---------------------------------------------------------------------------*/

.voice-wp {
	max-width:100% !important;
	background:url(../../image/bg-black5.png) repeat center top;
	padding-top:0 !important;
	padding-bottom:0 !important;
}

.voice-box {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.voice-box .sname h3 {
	border-top:5px solid #7ab9d8;
}

.voice-box ul {
	margin-left:1.25em;
}

.voice-box .q {
	width:28%;
	float:right;
	margin-left:6%;
}
	

/*-------------------------------------------------------
   photo
-------------------------------------------------------*/

.voice-photo ul {
	list-style:none;
	margin-top:-25px;
}

.voice-photo li {
	width:31.5%;
	float:left;
	margin-right:2.7%;
	margin-top:25px;
}

.voice-photo li:nth-child(2n) {
	margin-right:2.8%;
}

.voice-photo li:nth-child(3n+3) {
	margin-right:0;
}

