@charset "UTF-8";
#globalnavi ul li{
	width:50%;
}
@media screen and (max-width: 568px) {
  footer .wrap .right .copyright {
    text-align: center;
    font-size: 10px;
  }
}
.img-auto{
	width:auto !important;
	margin: 20px auto;
}

@media screen and (max-width: 568px) {
  footer .wrap .left .logo {
    margin: 0 auto 20px;
  }
}

footer .wrap .left .addr {
  text-align: center;
}
header .logo h1 {
    width: 350px;
    position: absolute;
    top: 11px;
    left: 15px;
    z-index: 101;
}
@media screen and (max-width: 568px){
header .logo h1 {
    width: 250px;
    top: 10px;
}
footer .wrap .left .logo {
    width: 280px;
}
}
