@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:80px;
}
}



/*product*/
.pyramid {
  margin: 0 auto;
  width: 100%
}

img[usemap] {
	border: none;
	height: auto;
  max-width: 100%;
	width: auto;
}  

p {
  margin: 0;  
}