@charset 'utf-8';
body.fw{padding-top: 0;}
body.fw footer{
    background: #000;
    color: #fff;
    font-family: Helvetica, Arial, Meiryo, Hiragino Kaku Gothic ProN, sans-serif;
}
body.fw footer a:link {
    color: #ffffff;
    text-decoration: none;
}
body.fw footer a:visited {
    color: purple;
}
body.fw footer a:active,
body.fw footer a:focus,
body.fw footer a:hover {
    text-decoration: underline;
}
body.fw footer a[target="_blank"]:after {
    background-image: url("/mobile/set/data/lib/shared/img/sprite-icon-rf2.png");
    background-position: -17px -20px;
    width: 11px;
    height: 9px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    content: none;
    position: relative;
    left: 10px;
}
/**** HEADER ****/
.fw header#header{position: static;}
.fw header#header .logo{padding-left: 0;}
.fw header#header .logo a{padding-left: 0;}
.fw header#header .headerBar ul li:last-child a::after{content: none;}
.fw header#header .headerBar .agncyLogo{height: 85px;padding: 20px 0;}
.fw header#header .headerBar .agncyLogo > img{height: 100%;}
@media only screen and (max-width: 600px){
.fw header#header .headerBar .agncyLogo{height: 57px;padding: 15px 0;}
.fw header#header .headerBar .agncyLogo > img{height: 100%;}
}
/**** HEADER ****/

/**** FOOTER ****/
#footer{
    padding-top: 25px;
    position: relative;
    width: 100%;
    min-width: 990px;
}
#footer.agncyFooter{
    padding-top: 0;
}
#footer.agncyFooter .res-footer-inner{
    border-top: none;
}
#footer.agncyFooter .copyright{
    background-color: #000;
}
#footer .res-footer-inner{
    max-width: 950px;
    margin: 0 auto;
    border-top: 1px solid #272829;
}
#footer .res-footer-inner .footer-parts-01{
    display: table;
    padding: 23px 0;
}
#footer .res-footer-inner .footer-parts-01 .footer-hdg{
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding-right: 15px;
    color: #ccc;
}
#footer .res-footer-inner .footer-parts-01 .footer-discription{
    display: table-cell;
    font-size: 13px;
    padding-right: 30px;
    color: #ccc;
}
#footer .res-footer-inner .footer-parts-01 .footer-link{
    display: table-cell;
}
#footer .res-footer-inner .footer-parts-01 .footer-link a{
    font-size: 13px;
}
#footer .res-footer-inner .footer-parts-02 .footer-link .item{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px;
}
#footer .res-footer-inner .footer-parts-02 .footer-link .item a{
    font-size: 13px;
}

#footer .res-footer-inner .breadcrumb{
    margin: 45px 0 20px;
}

#footer .res-footer-inner .breadcrumb .breadcrumb-path li{
    display: inline-block;
    margin: -2px 6px 0 0;
    font-size: 13px;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li a{
    font-size: 13px;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li:not([class="breadcrumb-home"]):before{
    content: "";
    background-image: url(/mobile/set/common/shared/img/sprite-icon-rf2.png);
    background-position: -38px 0;
    width: 6px;
    height: 10px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    padding: 0 7px 0 0 !important;
}
#footer .res-footer-inner .breadcrumb .breadcrumb-path li.breadcrumb-home a:before{
    content: "";
    background-image: url(/mobile/set/common/shared/img/sprite-icon-rf2.png);
    background-position: -19px 0;
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin: 0 7px 3px 0;
    vertical-align: middle;
}
#footer .footer-parts-03{
    background-color: #1b1c1e;
    padding: 15px 0 10px;
}
#footer .footer-parts-03.simpleCopy{
    background-color: #000;
    padding: 15px 0 10px;
}
#footer .footer-parts-03 .footer-link{
    text-align: center;
    line-height: 1;
    letter-spacing: 0;
}
#footer .footer-parts-03 .footer-link .item{
    display: inline-block;
    margin-right: 20px;
}
#footer .footer-parts-03 .footer-link .item a{
    font-size: 13px;
    color: #ccc;
}
#footer .copyright{
    color: #ccc;
    margin: 0;
    text-align: center;
    font-size: 13px;
    padding: 0;
    background-color: #1b1c1e;
    opacity: 1;
    line-height: 1;
    padding: 15px 0 0;
    letter-spacing: 0;
}
#footer .footer-parts-03.simpleCopy .copyright{
    background-color: #000;
    padding: 0;
}
@media only screen and (max-width: 600px){
    #footer{
        min-width: 0;
        width: 100%;
    }
    #footer .res-footer-inner{
        min-width: 320px;
        padding: 0 20px;
        box-sizing: border-box;
        position: relative;
        zoom: 1;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-hdg,
    #footer .res-footer-inner .footer-parts-01 .footer-discription{
        display: block;
        padding-right: 0;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-hdg{
        margin-bottom: 12px;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-discription{
        margin-bottom: 0;
    }
    #footer .res-footer-inner .footer-parts-01 .footer-link{
        display: none;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link{
        text-align: center;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link .item{
        margin: 0 10px 3px;
    }
    #footer .res-footer-inner .footer-parts-02 .footer-link .item a{
        font-size: 10px;
    }
    #footer .res-footer-inner .breadcrumb{
        margin: 45px 0 16px;
    }
    #footer .res-footer-inner .breadcrumb .breadcrumb-path li:not([class="breadcrumb-home"]):before{
        content: ">";
        background: none;
        text-indent: 0;
        overflow: visible;
    }
    #footer .res-footer-inner .breadcrumb .breadcrumb-path li.breadcrumb-home a:before{
        content: "";
        background-image: url(/mobile/set/common/shared/img/sprite-icon-rf2.png);
        background-position: -19px 0;
        width: 13px;
        height: 14px;
        background-repeat: no-repeat;
        text-indent: -9999px;
        overflow: hidden;
        display: inline-block;
        margin: 0 7px 3px 0;
        vertical-align: middle;
    }
    #footer .footer-parts-03 .footer-link{
        margin-bottom: 15px;
    }
    #footer .footer-parts-03 .footer-link .item a{
        font-size: 10px;
    }
    #footer .copyright{
        font-size: 12px;
        padding: 10px 0;
    }
}
#footer .back-to-top {
    max-width: 960px;
    margin: 0 auto;
    text-align: right;
    padding-bottom: 25px;
    display: block;
}
body.fw #footer .back-to-top a:before {
    border-color: #fff;
}
#footer .back-to-top a {
    position: relative;
    padding-right: 15px;
    font-size: 13px;
}
body #footer .res-footer-inner .breadcrumb .breadcrumb-path li:not([class="breadcrumb-home"]):before {
    content: ">";
    text-indent: 0;
    overflow: visible;
    margin-right: .5em;
    background-image: none;
}
#footer .back-to-top a:before {
    content: '';
    display: block;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    transform: rotate(-45deg);
}
/**** FOOTER ****/