@import url("font.css");
@import url("header.css");
@import url("footer.css");
@import url("section.css");
@import url("product2.css");
@import url("banner.css");
@import url("accordion.css");
body{
	width: 100vw;
	margin: auto;
	background-color: #FFF;
	overflow-x:hidden;
}
.tel{
	position:fixed;
	top:150px;
	z-index:999;
	left:0px;
	}
.fb{
	position:fixed;
	top:193px;
	z-index:999;
	left:-124px;
	}
	
.fb_int{
	position:fixed;
	top:150px;
	z-index:999;
	right:5px;
	}	

.tel, 
.fb{
	-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:hover, 
.fb:hover{
	left:0px;
	opacity:1;
	}	

@media only screen and (max-width: 900px) {
}