/* 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);}


.idx-footer-bg { background:url(../images/idx-footer-bg.jpg) no-repeat top center; background-size:cover; /*height:227px;*/ height:50px;}
.idx-copyright { padding-top:15px; text-align:right; font-size:12px; color:#afafaf;}
.idx-copyright span { color:#0081b0; display:inline-block; vertical-align:top;}

.demo-footer { position:relative; padding:16px 10px; text-align:right; font-size:12px; color:#afafaf; line-height:20px;}
/*.demo-footer:before { content:""; width:100%; position:absolute; left:0; top:0; height:8px; background:#32376a; }*/
.footer-txt { color:#0081b0;}
.demo-footer a { color:#afafaf;}
.demo-footer a:hover { color:#afafaf; text-decoration:underline;}


@media only screen and (max-width: 980px) {
.idx-copyright { text-align:center; padding-left:10px; padding-right:10px;}
}
@media only screen and (max-width: 768px) {
.demo-footer { text-align:center;}
}