/* 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 { clear:both;}
.copyright { clear:both; display:flex; flex-direction:row; flex-wrap:no-wrap; justify-content:space-between; align-items:center; padding:30px 10px 0 10px;}
.copyright span { display:inline-block; vertical-align:top;}
.copyright-Box { padding:20px 0; text-align:left; color:#4AB6FF;}
.copyright-Box a { color:#4AB6FF;}
.copyright-Box a:hover { color:#4AB6FF; text-decoration:underline;}
.copyright > div:last-child { text-align:right;}


.copyright-Box2 { background:url(../images/footer_bg.jpg) top center no-repeat; background-size:contain;}


@media only screen and (max-width: 570px) {
.copyright { flex-direction:column;}
.copyright > div { text-align:center !important;}
.copyright > div:last-child { padding-top:15px;}
}
@media only screen and (max-width: 414px) {

}