@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("slogan.css");
@import url("indexbelow.css");
body{
	width: auto;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
	margin-top:106px;
}
@media only screen and (max-width: 420px) {
body{
	margin-top:110px;
}
}