@charset "utf-8";

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

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


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

   家タイプ

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

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

.type h3 {
	border-top-width:5px;
	border-top-style:solid;
}

.type-ss h3 { border-top-color:#7ab9d8; }
.type-e h3 { border-top-color:#deb36b; }
.type-j h3 { border-top-color:#a9ca6c; }

.type ul {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

.type li {
	width:18%;
	float:left;
	margin-right:2.5%;
	margin-top:25px;
}

.type li:nth-child(5n+5) {
	margin-right:0;
}



