@charset "utf-8";

/* ===================================================================
CSS information
 file name : footer.css
 style info : フッター部分で使用するCSS
=================================================================== */
footer {
    border-top: solid 2px #000;
    padding-bottom: 50px;
}
footer #footerlogo {
    padding: 16px;
    overflow: hidden;
}
footer #footerlogo .logo {
    float: left;
    width: 145px;
    height: 43px;
    background: url(/images/n/nbo/2016/sp/footer/logo_nbo.png) no-repeat;
    background-size: 145px 43px;
    text-indent:100%;
    overflow:hidden;
    white-space:nowrap;
}
footer #footerlogo .catch {
    float: right;
    padding: 6px 15px;
    background: #f7f7f7;
    border-radius: 22px;
    font-size: 1.2rem;
}
footer .btnRegister {
    padding-top: 16px;
    font-size: 1.4rem;
    text-align: center;
}
footer .btnRegister a {
    display: inline-block;
    width: 83%;
    background: #e50020;
    border-radius: 3px;
    box-shadow: 1px 2px 1px rgba(0,0,0,0.1);
    line-height: 40px;
    color: #fff;
}
footer .detailRegister {
    padding: 30px 0;
    font-size: 1.2rem;
    text-align: center;
}
footer .detailRegister b {
    color: #e50020;
    font-weight: normal;
}
footer .detailRegister a{
    display: inline-block;
    text-decoration: underline;
}
footer .menuRegister li {
    border-bottom: solid 1px #e8e8e8;
    font-size: 1.2rem;
    font-weight: bold;
}
footer .menuRegister li:first-child {
    border-top: solid 1px #e8e8e8;
}
footer .menuRegister li span {
    font-weight: normal;
}
footer .menuRegister li a {
    display: block;
    padding: 16px;
}
footer .inner {
    background: #f7f7f7;
    border-top: solid 1px #e8e8e8;
}
footer nav ul {
    display: table;
}
footer nav ul li {
    display: inline-block;
    width: 50%;
    border-bottom: solid 1px #e8e8e8;
    font-size: 1.2rem;
    font-weight: bold;
}
footer nav ul li.top {
    width: 100%;
}
footer nav ul li:nth-child(even) {
    border-right: solid 1px #e8e8e8;
}
footer nav ul li a {
    display: block;
    padding: 12px;
    color: #444 !important;
}
footer nav ul li a span {
    display: inline-block;
    width: 100%;
    background: #e50020;
    border-radius: 2px;
    color: #fff;
    text-align: center;
}
footer .newPublication {
    padding: 18px 16px;
    overflow: hidden;
}
footer .newPublication .cover {
    float: left;
    width: 45%;
    margin-right: 5%;
    text-align: center;
}
footer .newPublication .cover img {
    width: 100%;
    max-width: 154px;
    height: auto;
}
footer .newPublication .detail {
    float: right;
    width: 50%;
    color: #444;
}
footer .newPublication .detail p {
    font-size: 1.2rem;
}
footer .newPublication .detail .title {
    margin-bottom: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
}
footer .newPublication .detail .title a {
    color: #444;
}
footer .newPublication .detail .title span {
    display: block;
    font-size: 1.2rem;
}
footer .newPublication .detail .appybtn {
    margin-top: 5px;
    padding: 8px 0;
    border: solid 1px #9f9f9f;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}
footer .newPublication .detail .appybtn a {
    display: inline-block;
    color: #444;
    text-decoration: underline;
}
footer .newPublication .detail .appybtn span {
    display: block;
    margin-bottom: 3px;
    font-size: 1.0rem;
    font-weight: normal;
    line-height: 1.2;
    text-decoration: none;
}
footer .newPublicationList ul {
    display: table;
    width: 100%;
}
footer .newPublicationList ul li {
    display: inline-block;
    width: 50%;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
    font-size: 1.2rem;
    font-weight: bold;
}
footer .newPublicationList ul li:first-child {
    border-right: solid 1px #e8e8e8;
}
footer .newPublicationList ul li a {
    display: block;
    padding: 12px 15px 12px 16px;
    background: url(/images/n/nbo/2016/sp/common/bg_arrow_bk.png) no-repeat 90% 50%;
    background-size: 4px 8px;
    color: #444;
}
footer .social {
    padding: 30px 0;
    border-bottom: solid 1px #e8e8e8;
    text-align: center;
}
footer .social p {
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: #444;
}
footer .social ul {
    display: table;
    margin: 0 auto;
}
footer .social ul li {
    display: inline-block;
    margin-left: 32px;
}
footer .social ul li:first-child {
    margin-left: 0;
}
footer .social ul li a {
    display: block;
    width: 32px;
    height: 32px;
    text-indent:100%;
    overflow:hidden;
    white-space:nowrap;
}
footer .social ul li.fb a {
    background: url(/images/n/nbo/2016/sp/footer/icon_fb.png) no-repeat;
    background-size: 32px 32px;
}
footer .social ul li.tw a {
    background: url(/images/n/nbo/2016/sp/footer/icon_tw.png) no-repeat;
    background-size: 32px 32px;
}
footer .social ul li.insta a {
    background: url(/images/n/nbo/2016/sp/footer/icon_insta.png) no-repeat;
    background-size: 32px 32px;
}
footer .about {
    padding: 25px 16px 5px;
    border-bottom: solid 1px #e8e8e8;
}
footer .about ul {
    display: table;
}
footer .about ul li {
    display: inline-block;
    width: 50%;
    margin-bottom: 15px;
}
footer .about ul li:nth-child(even) {
    padding-left: 8px;
}
footer .about ul li a {
    display: inline-block;
    color: #666;
}
footer .footerLower {
    padding: 32px 0;
    text-align: center;
}
footer .footerLower .changeDivice {
    margin-bottom: 32px;
    font-size: 1.2rem;
}
footer .footerLower .changeDivice a {
    display: inline-block;
    color: #006ee6;
    text-decoration: underline;
}
footer .footerLower .changeDivice span {
    font-weight: bold;
}
footer .footerLower .copyright {
    color: #aaa;
}
footer .logout {
    border-bottom: solid 1px #e8e8e8;
    font-size: 1.2rem;
    text-align: center;
}
footer .logout a {
    display: block;
    padding: 16px 0;
}
@media screen and (max-width: 370px) {
    footer #footerlogo .logo {
      width: 130px;
      height: 43px;
      background-size: 130px 43px;
    }
    footer #footerlogo .catch {
      padding: 6px 10px;
      font-size: 1.1rem;
    }
}