﻿
/* html階層
<div id="wrap" class="maindesign">
	<div class="mainInner webfont">
		<div id="main">
			ページの内容
		</div>
	</div>
</div>	 */

body {
	background-image: url(/include_html/syunya/img/top/head_line.png);
    height: 32px;
    background-repeat: repeat-x;
}

#head {
	width: 100% !important;
	max-width: 1060px;
}
#wrap {
	width: 1060px !important;
	margin-inline: auto;
}
.mainInner {
	width: 100% !important;
}
#main {
	width: 100% !important;
}

@media screen and (max-width:767px) {
	body {
		padding-top: 22px;
	}
	#wrap {
		width: 100% !important;
	}
}


#fot {
	background-color: #71ADE3 !important;
}
#copyright {
	background-color: #024999 !important;
	color: #fff !important;
}

