@import url("../nav/nav.css"); 
@import url("font.css");
@import url("header.css");
@import url("bluebar.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("fadein.css");
@import url("accordion.css");
@import url("indexbelow.css");
@import url("slogan.css");
@import url("balloon.css");
@import url("horiscrollertable.css");
*{
	box-sizing:border-box;
	}

body {
	width: auto;
	margin: auto;
}

.logo{
	display:inline-block;
	max-width:50%;
	width:200px;
	}

.logo-haitima{
	display:inline-block;
	max-width:30%;
	width:200px;
	height:50px;
	}
	
.logo-value{
	display:inline-block;
	max-width:30%;
	width:90px;
	height:60px;
	}

blackdot{
	display:block;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:3;
	background-image: url(../images/structure/blackdot.png);
	background-attachment: fixed;
	}
.disabled a{
	pointer-events:none;}