/* 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 { padding:28px 15px; background:#d9535e; letter-spacing:1px; color:#fff; font-size:11px; text-align:center;}

.member-footer-bg { background:url(../images/footer-member-bg.gif) repeat-x top center #51aaae; min-height:77px; padding-top:50px;}
.member-footer-bg img, .idx-footer-img, footer img { display:inline-block; vertical-align:bottom; padding-left:5px; max-width:350px;}
footer img { width:100%;}