@import url("font.css");
@import url("header.css");
@import url("pagetitle.css");
@import url("footer.css");
@import url("section.css");
@import url("banner.css");
@import url("product.css");
body {
	width: auto;
	margin: auto;
	line-height: 20px;
	background-size:cover;
	background-image: url(bg.jpg);
	background-position: center top;
	background-attachment:fixed;
	overflow-x:hidden;
}

.tel{
	position:fixed;
	top:150px;
	z-index:99999;
	right:-172px;
	}
.email{
	position:fixed;
	top:193px;
	z-index:99999;
	right:-172px;
	}

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

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