@charset "UTF-8";

body {
	margin:0;
	background-color: #111;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
div#container {
width:100%;
height:100px;
}

div#contents {
	width:100%;
	min-width:1157px;
	position:relative;
	margin: 0 auto;
	text-align: center;
}
div#contents section {
	width:50%;
	float:left;
	text-align:right;
}
div#contents section#section2 ,
div#contents section#section4 {
	width:50%;
	float:right;
	text-align:left;
}
div#contents section#section5 {
	width:100%;
	text-align:center;
}
div#contents section#section1 {background-color:#BBB;}
div#contents section#section2 {background-color:#BBB;}
div#contents section#section3 {background-color:#BBB;}
div#contents section#section4 {background-color:#BBB;}
div#contents section#section5 {background-color:#BBB;}
div#contents section#section7 {
	width:100%;
	background-color:#BBB;
}
div#contents section#section7 .inner {
	width:1157px;
	text-align:center;
	background-color:#6B6B6B;
	padding:20px 0;
	margin:0 auto;
}
div#contents section#section7 a img {
	margin:0 6px 0;
}
h1{
	margin: 0 0 0 0;
}
.pc{display: block !important;}
.sp{display: none !important;}


@media screen and (max-width: 580px) {
div#contents {
	min-width:578px;
}

div#contents section {
	width:100% !important;
	float:none;
	text-align:center;
}

div#contents section#section7 .inner {
	width:100% !important;
}
div#contents section#section7 a img {
	margin:0 12px 0;
}


.pc{display: none !important;}
.sp{display: block !important;}
img{max-width:100%;}
}