@charset "UTF-8";

/*トップページ */

article#top {
	font-size:20px;
}


article#top section#visual {
	width:100%;
}

article#top section#visual img {
	width:100%;
}

article#top section#menu {
	background-color:#fff;
	padding:1.5em 0;
}

article#top section#menu ul {
	width:93.75%;
	margin:0 auto;
}

article#top section#menu ul li {
	display:block;
	width:48.33%;
	margin-bottom:1em;
}

article#top section#menu ul li:nth-child(odd){float:left;}
article#top section#menu ul li:nth-child(even){float:right;}
article#top section#menu ul li:nth-last-child(1),article#top section#menu ul li:nth-last-child(2){margin-bottom:0;}


article#top section#menu ul li img{
	width:100%;
}

article#top section#modelhouse {
	text-align:center;
	background-color:#f0f0f0;
	padding:1em;
}

article#top section#modelhouse img {
	width:75.46%;
}