@import url("font.css");
@import url("header.css");
@import url("slogan.css");
@import url("footer.css");
@import url("section.css");
@import url("product.css");
@import url("banner.css");
@import url("index_below.css");
body{
	width: 100vw;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
}

.tel, .mail{
	position:fixed;
	z-index:999;
	right:-124px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}
.tel{
	top:125px;
	}
.mail{
	top:167px;
	}
	
	
.tel:hover,
.mail:hover{
	right:0px;
	}	
.tel:hover a,
.mail:hover a{opacity:1;}
