/* CSS Document */
a.tel, a.tel:hover { pointer-events: none; }
@media print, screen and (max-width:1920px){
#footer-phone{
    display: none;
}

}
@media print, screen and (max-width: 999px){
a.tel, a.tel:hover { pointer-events: initial; }
}

.footer-top { text-align:center; padding:0;
/*background:url("/neweng/upload_files/footer-img01.jpg")center bottom  / cover no-repeat;*/
height:auto;width:100%;
}
.gogo{
width: 150px;
height: 60px;
background: #F75C2F;
border: 3px solid #fff;
text-align: center;
vertical-align: middle;
color: #fff;
font-size: 35px;
font-weight: bold;
padding: 15px;
float: right;
position: relative;
bottom: 80px;
right: 15px;
letter-spacing: 1px;
}
.gogo a{
color: #fff;   
}


.footer-left{margin-right: 30px;
    padding-left: 25px;}
.footer-left, .footer-right { display:inline-block; vertical-align:top; text-align:left;}
.footer-left > a{ text-transform:uppercase; font-weight:bold; font-size:16px; display:block; padding-bottom:14px; text-transform:uppercase; color:#125800;}
.footer-right > a{ text-transform:uppercase; font-weight:bold; font-size:16px; display:block; padding-bottom:15px; text-transform:uppercase; color:#125800;}
.footer-left > a:hover, .footer-right > a:hover { text-decoration:underline; color:#125800;}
.footer-left li { display:inline-block; vertical-align:top; padding-right:50px;}
.footer-left li > a { display:block; color:#585858; font-size:13px; padding-bottom:3px;}
.footer-left li > a:hover { color:#125800;}
.footer-bottom { text-align:center; padding:20px 15px; font-size:13px; color:#000000;direction: rtl ;}
.footer-bottom span { display:inline-block;}

@media only screen and (max-width: 640px) {
#footer-pc{
display:none;
}
#footer-phone{
display:block;
}
.gogo{
width: 100px;
height: 50px;
font-size: 30px;
padding: 10px;
bottom: 70px;
}

}
@media only screen and (max-width: 570px) {
.footer-left{padding:0;}
.footer-left li{padding-right: 5px;}

}

@media only screen and (max-width: 414px) {
.footer-top { text-align:left;}
.footer-left { padding-bottom:20px;}
.gogo {
    width: 80px;
    height: 40px;
    font-size: 25px;
    padding: 5px;
    bottom: 50px;
}

}

@media only screen and (max-width: 320px) {
.footer-left li { padding-right:13px;margin-right: -15px;}
.gogo {
    width: 70px;
    height: 35px;
    font-size: 20px;
    padding: 3px;
    bottom: 45px;
}
}