/* 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-content { border-top:1px solid #e4e4e4; padding:36px 10px; text-align:left; color:#898989; font-size:14px; display:flex; flex-direction:row; flex-wrap:wrap; justify-content:space-between; align-content:flex-start;}
.footer-content span { }
.footer-content > div { text-align:left;}
.footer-content a { color:#898989;}
.footer-content a:hover { color:#222;}

@media only screen and (max-width: 980px) {
.footer-content { text-align:center;}
}
@media only screen and (max-width: 768px) {
.footer-content > div { width:100%; text-align:center;}
}