@charset "utf-8";
/* CSS Document */

@import "../../common/css/layout.css"; 

#l-footer .footer-sns .sns-list {
    width: auto;
    text-align: center;
}

#l-footer .footer-sns .sns-list li {
    float: none;
    width: 45px;
    display: inline-block;
    margin: 5px;
}

@media screen and (max-width: 480px) {

#l-wrap {
    background-size: auto 82px;
}

}

@media screen and (min-width: 760px) {
#l-footer .footer-sns .sns-list {
    width: 170px;
}

}


