/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; text-decoration:none !important; }
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}

#gotop { display: none; position: fixed; right:0px; bottom:20px; cursor: pointer;  z-index:20;}
#gotop a { display:inline-block; width:30px; height:30px; padding-top:6px; color:#fff; opacity:0.5;  filter: alpha(opacity=50); background:#000;}
#gotop a:hover { color:#fff; opacity:1;  filter: alpha(opacity=100);}


footer { background: url(../images/footer.jpg) no-repeat top center; background-size: cover;}
.copyright { text-align: right; color: #727272; padding: 17px 10px; font-size: 12px;}
.copyright span { display: inline-block;}
.copyright a { color: #727272;}
.copyright a:hover { color: #999;}
.footer_pic {margin-left: 20px;margin-top: 15px;}

@media only screen and (max-width: 1002px) {
	.copyright { text-align: center;}
}