
@charset "UTF-8";

#globalFooter {
    display: block;
    clear: both;
    border-top: 1px solid #ddd;
    background-color: #fff;
}

.column--banner__bannerSpace {
    margin-bottom:20%;
}

#globalFooter ul {
    list-style: none;
}

#globalFooter ul.bottomLinks,
#globalFooter ul.otherArea {
    width: 100%;
    overflow:hidden;
}

#globalFooter ul.bottomLinks li:nth-child(2n+1) {
    clear: both;
    width: 50%;
}

#globalFooter ul.bottomLinks li:nth-child(2n) a {
    border-left: 1px solid #2168b8;
}

#globalFooter ul.bottomLinks li {
    display: block;
    float: left;
    width: 50%;
    background: url(//www.tabirai.net/s/common/img/btn_bottomLinks.png) 95% 50% no-repeat #fff;
    background-size: 9px 14px;
    border-top: 1px solid #2168b8;
    overflow: hidden;
}

#globalFooter ul.bottomLinks li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #2168b8;
}

#globalFooter ul.otherArea li {
    display: block;
    background: url(/s/common/img/btn_bottomLinks.png) 97.5% 50% no-repeat #fff;
    background-size: 9px 14px;
    border-top: 1px solid #2168b8;
    overflow: hidden;
}

#globalFooter ul.otherArea li a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-decoration: none;
    color: #2168b8;
}

#globalFooter .copyright {
    margin: 0;
    padding: 0;
    color: #fff!important;
    font-family: Helvetica,helvetiva neue,HiraKakuPro-W3,Hiragino Kaku Gothic Pro,"ヒラギノ角ゴ Pro W3",osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",san-serif;
    font-size: 16px;
    line-height: 3em;
    text-align: center;
    background-color: #2168b8;
}

#globalFooter .copyright small {
    color: #fff!important;
    font-size: smaller;
}





