/*clearfix*/

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*clearfix End*/


/*common*/

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
}

#contentArea a,
#breadcrumb a,
.pagenation a,
.relation h2 {
    color: #1b1b1b!important;
}

#textArea a {
    color: #0666a7!important;
    text-decoration: underline;
}


/*#textArea h1,
p {
    color: #1b1b1b!important;
}*/

#textArea h1,
h2,
h3 {
    font-weight: bold!important;
}

#textArea h1 {
    padding-top: 15px;
    padding-bottom: 15px;
}

#articleSnsBtn {
    float: right;
}

.textBg {
    background: #f6f6f6;
    padding: 20px;
}

.textBg .title {
    font-weight: bold;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

#textArea .red {
    color: red!important;
    text-decoration: underline;
}

.relative {
    position: relative;
}

.move {
    position: relative;
    z-index: 0;
    display: block;
    opacity: 0;
}

.moveThis {
    z-index: 1;
}

.lastupdata {
    font-size: 14px;
    text-align: right;
}

#textArea ul {
    margin-bottom: 10px;
}

#textArea .list {
    list-style: square;
    margin-left: 1em;
}

#textArea .list li {
    margin-bottom: 5px;
}

strong {
    background: #fef200;
}

#textArea .kanrenLinkInner {
    background: #e4f1f4;
    margin-bottom: 30px;
    padding: 20px 25px 10px 25px;
    font-size: 112%!important;
}

#textArea .kanrenLinkInner h2 {
    color: #1b1b1b!important;
    font-size: 120%!important;
    margin: 5px 0 20px 0!important;
}

#textArea .kanrenLinkInner li {
    margin-bottom: 7px;
}

#textArea .kanrenLinkInner li a {
    color: #0666a7!important;
}

.last-bt {
    margin-bottom: 30px;
}

.kanrenLinkInner span {
    font-size: 80%;
}

#textArea .detailBtn {
    font-weight: bold;
    margin-bottom: 15px;
}

#textArea .detailBtn li,
.accordion dt {
    border: solid 2px #0666a7;
    color: #0666a7;
    display: block;
    font-size: 110%;
    text-align: center;
}

#textArea .detailBtn li a {
    text-decoration: none;
}

.accordion dd {
    display: none;
}

.nav li a span {
    padding-left: 0.3em;
}

#contentArea ul li dl dt a:hover {
    background-color: #eee!important;
    text-decoration: none!important;
}

.accordion dt span:first-child {
    display: block;
}

.accordion dt .accordionOff {
    display: none;
}

.accordion dt.active span:first-child {
    display: none;
}

.accordion dt.active .accordionOff {
    display: block;
}

#goTop a {
    color: #fff;
    display: block;
    font-size: 80%;
    height: 100%;
    width: 100%;
}

.bold {
    font-weight: bold;
}

.txt_l {
    border-left: 5px solid #1b1b1b;
    margin-top: 30px!important;
    padding-left: 5px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.smart #snsBtn {
    font-size: 90%!important;
}

.smart #lowerSnsBtn {
    text-align: right;
}

.pc #snsBtn {
    font-size: 100%!important;
    width: auto!important;
}

.pc #lowerSnsBtn {
    text-align: right;
    margin: 0 30px 30px 0;
}


/*common End*/


/*smartphone*/

@media screen and (max-width: 827px) {
    body {
        background: url(../images/bg_repeat.png) repeat!important;
        font-size: 16px;
        min-width: 320px!important;
    }
    #content {
        background: url(../images/bg_body.png) no-repeat center top!important;
        background-size: contain!important;
    }
    .spbr {
        display: none;
    }
    #breadcrumbArea {
        display: none;
    }
    #breadcrumb {
        display: none;
    }
    #titleArea {
        max-width: 827px;
    }
    #titleArea h1 {
        background: url(../images/tit_top_sp.png) center top no-repeat;
        background-size: cover;
        margin: 5% auto;
        text-indent: -99999px;
        width: 96%;
    }
    #titleArea p {
        line-height: 1.5;
        margin: 0 auto 20px;
        width: 95%;
    }
    #titleArea ul,
    #titleArea h2 {
        line-height: 1.5;
        margin: 0 auto;
        width: 95%;
    }
    .articleImage img {
        width: 100%;
    }
    #sideArea {
        background: rgba(25, 25, 25, 0.80);
        margin-top: 20px;
        padding: 0;
        width: 100%;
    }
    .navbar {
        margin-bottom: 0;
    }
    .navbar-collapse {
        background: rgba(25, 25, 25, 0.80);
        margin: 0 auto;
        padding: 20px 0!important;
        width: 93%!important;
        max-height: 100%!important;
    }
    .navbar-nav li {
        background: #fff;
        border-bottom: 1px solid #000;
        font-size: 110%;
        margin: 0 auto;
        padding: 10px;
        width: 90%;
    }
    .navbar-fixed-top {
        position: absolute!important;
        top: 0px;
        z-index: 1;
    }
    .navbar-toggle {
        background: #1f262e;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 9px 10px 5px;
        margin-top: 1px;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
        width: 100%;
    }
    .navbar-toggle .icon-menu {
        color: #fff;
        font-size: 7px;
        text-align: center;
    }
    section {
        margin: 0 auto;
    }
    /* index.html */
    #titleArea h1 {
        text-align: center;
    }
    #titleArea h1 img {
        width: 100%;
        vertical-align: baseline;
    }
    .lastupdata {
        margin-bottom: 10px!important;
    }
    .relation h2,
    .relation ul {
        padding-right: 10px;
    }
    .relation {
        background: #fff;
        border: 3px solid #000;
        margin: 20px 10px;
    }
    .relation h2 {
        font-size: 18px!important;
        margin: 0 10px;
        padding: 15px 0 5px;
        position: relative;
    }
    .relation ul {
        margin-left: 15px;
        list-style: url('../images/listicon.png') inside;
    }
    .relation li {
        margin-bottom: 2px;
    }
    .relation a:link {
        color: #1c1c1c;
        text-decoration: underline;
    }
    .relation a:visited {
        color: #1c1c1c;
        text-decoration: underline;
    }
    .relation a:hover {
        color: #1c1c1c;
        text-decoration: none;
        background-color: #bfe43a;
    }
    #contentArea ul {
        padding: 0 10px;
    }
    #contentArea li {
        background: #fff;
        border: 3px solid #000;
        margin: 0 auto 20px;
        width: 100%;
    }
    #contentArea li dl {
        margin: 0;
        padding: 0 0 5% 0;
        position: relative;
        width: 100%;
    }
    #contentArea li dt {
        margin: 0 10px;
        padding: 15px 0 5px;
        border-bottom: 2px solid #000;
        font-size: 26px;
        line-height: 1.5;
        position: relative;
        z-index: 1;
    }
    #contentArea li dd {
        padding: 3% 5% 0 5%;
    }
    .bg01 {
        background: url(../images/bg_li_01.png) no-repeat 0 0 #fff!important;
    }
    .bg02 {
        background: url(../images/bg_li_02.png) no-repeat 0 0 #fff!important;
    }
    .bg03 {
        background: url(../images/bg_li_03.png) no-repeat 0 0 #fff!important;
    }
    .bg04 {
        background: url(../images/bg_li_04.png) no-repeat 0 0 #fff!important;
    }
    .bg05 {
        background: url(../images/bg_li_05.png) no-repeat 0 0 #fff!important;
    }
    .bg06 {
        background: url(../images/bg_li_06.png) no-repeat 0 0 #fff!important;
    }
    .bg07 {
        background: url(../images/bg_li_07.png) no-repeat 0 0 #fff!important;
    }
    .bg08 {
        background: url(../images/bg_li_08.png) no-repeat 0 0 #fff!important;
    }
    .bg09 {
        background: url(../images/bg_li_09.png) no-repeat 0 0 #fff!important;
    }
    .bg10 {
        background: url(../images/bg_li_10.png) no-repeat 0 0 #fff!important;
    }
    .bg11 {
        background: url(../images/bg_li_11.png) no-repeat 0 0 #fff!important;
    }
    .bg12 {
        background: url(../images/bg_li_12.png) no-repeat 0 0 #fff!important;
    }
    .bg13 {
        background: url(../images/bg_li_13.png) no-repeat 0 0 #fff!important;
    }
    .bg14 {
        background: url(../images/bg_li_14.png) no-repeat 0 0 #fff!important;
    }
    .bg15 {
        background: url(../images/bg_li_15.png) no-repeat 0 0 #fff!important;
    }
    .bg16 {
        background: url(../images/bg_li_16.png) no-repeat 0 0 #fff!important;
    }
    .bg17 {
        background: url(../images/bg_li_17.png) no-repeat 0 0 #fff!important;
    }
    .bg18 {
        background: url(../images/bg_li_18.png) no-repeat 0 0 #fff!important;
    }
    .bg19 {
        background: url(../images/bg_li_19.png) no-repeat 0 0 #fff!important;
    }
    #textArea .kanrenLinkInner {
        width: 86%;
        margin: 0 auto;
    }
    .arrowTop {
        text-align: right;
    }
    .articleImage a {
        display: block;
    }
    /* article.html */
    article p img {
        width: 100%;
    }
    #title {
        max-width: 827px;
        margin-bottom: -10px;
        margin-top: 10px;
    }
    #title a {
        background: url(../images/title_sp.png) center center no-repeat;
        background-size: contain;
        display: block;
        height: 100%;
        line-height: 7;
        margin: 0 auto;
        text-indent: -99999px;
        width: 97%;
    }
    #textArea h1 img {
        width: 15%;
        margin-right: 2%;
        position: relative;
        bottom: 10px;
    }
    #textArea h1 span {
        display: inline-block;
        width: 79%;
    }
    article {
        width: 97%;
        background: #fff;
        margin: 0 auto;
        position: relative;
/*        opacity: 0;*/
    }
    #textArea h1 {
        font-size: 170%;
        border-bottom: 2px solid #000;
        padding-top: 15px;
        padding-bottom: 15px;
        margin: 0 10px 15px;
        vertical-align: middle!important;
    }
    #textArea h2 {
        font-size: 150%!important;
        color: #1b1b1b!important;
        margin: 30px 10px 10px 10px;
    }
    #textArea h3 {
        font-size: 110%;
    }
    #textArea p {
        width: 95%;
        margin: 0 10px 10px 10px;
        line-height: 1.5;
    }
    .date {
        text-align: right;
        font-size: 13px;
        padding-right: 10px;
    }
    .source {
        font-size: 12px;
    }
    #textArea ul.list {
        width: 86%;
        margin: 0 auto 10px;
        padding-left: 20px;
    }
    #textArea .txt_r {
        width: 100%;
        text-align: right;
        padding-right: 5%;
    }
    #textArea .txt_r .name {
        font-size: 120%;
    }
    #textArea .detailBtn li {
        width: 100%;
        margin-bottom: 10px;
        background: url(../images/ico_arrow.png) 98% center no-repeat;
    }
    #textArea .detailBtn li a {
        padding: 10px 40px 10px 10px;
        display: block;
    }
    .accordion dt {
        width: 86%;
        margin: 0 auto;
        padding: 15px 0;
        background: url(../images/ico_acarrow_down.png) 96% center no-repeat;
        cursor: pointer;
    }
    .accordion dd {
        width: 86%;
        margin: 0 auto;
    }
    .accordion dt.active {
        background: url(../images/ico_acarrow_up.png) 96% center no-repeat;
    }
    .textBg {
        background: #f6f6f6;
        padding: 0!important;
    }
    .abslt {
        display: none;
    }
    #articleSnsBtn {
        margin-right: 10px;
    }
    .pagenation li span {
        margin: 0 15px;
        font-size: 60%;
    }
    .pagenation li:first-child {
        float: left;
    }
    .pagenation li:last-child {
        float: right;
    }
    .pagenation a:hover {
        opacity: 0.7;
    }
    .pagenation img {
        width: 40px;
    }
    .modGoTop {
        width: 100%;
        padding: 0 2%;
    }
    #goTop {
        text-align: center;
        padding: 10px;
        float: right;
        margin: 10px 10px 20px 0;
    }
}


/*smartphone End*/


/*desktop*/

@media screen and (min-width: 828px) {
    body {
        font-size: 16px;
        background: url(../images/bg_repeat.png) repeat!important;
    }
    #content {
        background: url(../images/bg_body.png) no-repeat center top!important;
        background-size: contain!important;
        -moz-backgroundsize: contain!important;
        -webkit-backgroundsize: contain!important;
        -ms-backgroundsize: contain!important;
    }
    #headerContainer {
        width: 990px;
        margin: 0 auto!important;
    }
    #footerContainer {
        width: 990px;
        margin: 0 auto;
    }
    /* desktop index.html */
    section {
        width: 990px;
        margin: 0 auto;
    }
    .spbr {
        display: none;
    }
    #breadcrumb {
        width: 990px;
        height: 30px;
        margin: 8px auto 18px;
    }
    #breadcrumb li {
        float: left;
        background: url(../images/ico_breadarrow.png) no-repeat right center;
        padding-right: 10px;
        margin-right: 6px
    }
    #breadcrumb li:last-child {
        background: none;
    }
    .move {
        opacity: 0;
    }
    #contentArea a {
        display: block;
        float: left;
        width: 480px;
        margin-bottom: 30px;
    }
    #contentArea li {
        background: #fff;
        border: 3px solid #000;
        min-height: 250px;
        width: 480px;
    }
    .relation {
        background: #fff;
        border: 3px solid #000;
        width: 990px;
        margin-bottom: 30px;
    }
    .bg01 {
        background: url(../images/bg_li_01.png) no-repeat 0 0 #fff!important;
    }
    .bg02 {
        background: url(../images/bg_li_02.png) no-repeat 0 0 #fff!important;
    }
    .bg03 {
        background: url(../images/bg_li_03.png) no-repeat 0 0 #fff!important;
    }
    .bg04 {
        background: url(../images/bg_li_04.png) no-repeat 0 0 #fff!important;
    }
    .bg05 {
        background: url(../images/bg_li_05.png) no-repeat 0 0 #fff!important;
    }
    .bg06 {
        background: url(../images/bg_li_06.png) no-repeat 0 0 #fff!important;
    }
    .bg07 {
        background: url(../images/bg_li_07.png) no-repeat 0 0 #fff!important;
    }
    .bg08 {
        background: url(../images/bg_li_08.png) no-repeat 0 0 #fff!important;
    }
    .bg09 {
        background: url(../images/bg_li_09.png) no-repeat 0 0 #fff!important;
    }
    .bg10 {
        background: url(../images/bg_li_10.png) no-repeat 0 0 #fff!important;
    }
    .bg11 {
        background: url(../images/bg_li_11.png) no-repeat 0 0 #fff!important;
    }
    .bg12 {
        background: url(../images/bg_li_12.png) no-repeat 0 0 #fff!important;
    }
    .bg13 {
        background: url(../images/bg_li_13.png) no-repeat 0 0 #fff!important;
    }
    .bg14 {
        background: url(../images/bg_li_14.png) no-repeat 0 0 #fff!important;
    }
    .bg15 {
        background: url(../images/bg_li_15.png) no-repeat 0 0 #fff!important;
    }
    .bg16 {
        background: url(../images/bg_li_16.png) no-repeat 0 0 #fff!important;
    }
    .bg17 {
        background: url(../images/bg_li_17.png) no-repeat 0 0 #fff!important;
    }
    .bg18 {
        background: url(../images/bg_li_18.png) no-repeat 0 0 #fff!important;
    }
    .bg19 {
        background: url(../images/bg_li_19.png) no-repeat 0 0 #fff!important;
    }
    .articleImage {
        margin: 0;
    }
    .articleImage img {
        width: 465px;
    }
    #contentArea li dl {
        margin: 0;
        width: 100%;
    }
    #contentArea li dt {
        border-bottom: 2px solid #000;
        font-size: 26px;
        margin: 0 17px;
        padding: 25px 0 20px;
        position: relative;
    }
    .relation h2 {
        font-size: 20px!important;
        margin: 0 17px;
        padding: 15px 0 5px;
        position: relative;
    }
    .relation ul {
        margin-left: 20px;
        list-style: url('../images/listicon.png') inside;
    }
    .relation li {
        line-height: 1.8;
    }
    .relation a:link {
        color: #1c1c1c;
        text-decoration: underline;
    }
    .relation a:visited {
        color: #1c1c1c;
        text-decoration: underline;
    }
    .relation a:hover {
        color: #1c1c1c;
        text-decoration: none;
        background-color: #bfe43a;
    }
    #contentArea li dd {
        margin: 20px;
    }
    .arrowTop {
        text-align: right;
    }
    .tit_m a {
        font-size: 80%;
    }
    #titleArea h1 {
        text-align: center;
        margin: 40px 0 0;
    }
    .titleRead {
        position: absolute;
        bottom: 65px;
        left: 460px;
    }
    .mg30r {
        margin-right: 30px!important;
    }
    /* desktop article.html */
    #mainArea {
        position: relative;
        margin-bottom: 30px;
    }
    #title {
        opacity: 0;
    }
    #title a {
        width: 990px;
        height: 59px;
        background: url(../images/title.png) center top no-repeat;
        display: table-cell;
        text-indent: -99999px;
    }
    article {
        width: 990px;
        background: #fff;
        position: relative;
/*        opacity: 0;*/
    }
    .pagenation li span {
        margin: 0 15px;
        font-size: 16px;
    }
    .pagenation .left {
        float: left;
    }
    .pagenation .right {
        float: right;
    }
    .pagenation a:hover {
        opacity: 0.7;
    }
    #textArea {
        margin: 0 0 30px;
    }
    #textArea h1 {
        border-bottom: 2px solid #000;
        font-size: 36px!important;
        margin: 0 30px 10px;
        padding: 0 0 15px 13px;
        position: relative;
    }
    #textArea h1 img {
        padding-right: 20px;
        margin-left: 15px;
    }
    #textArea h1 span {
        display: inline-block;
        margin-top: 15px;
    }
    #textArea h2 {
        color: #1b1b1b!important;
        font-size: 24px!important;
        margin: 40px 30px 10px;
    }
    #textArea h3 {
        color: #1b1b1b!important;
        font-size: 16px;
        margin: 20px 30px 5px;
    }
    .date {
        font-size: 13px!important;
        text-align: right;
    }
    #textArea p {
        width: 95%;
        margin: 0 30px 20px!important;
        font-size: 16px;
        line-height: 170%;
    }
    .image {
        text-align: center;
    }
    .pc .mapImage {
        width: 480px;
    }
    .source {
        font-size: 12px!important;
    }
    #textArea ul.list {
        margin: 0 30px 10px 50px;
    }
    #textArea .kanrenLinkInner {
        margin: 0 30px;
    }
    #textArea .txt_r {
        width: 100%;
        margin: 10px 0 10px;
        text-align: right;
        font-size: 12px;
    }
    #textArea .txt_r .name {
        font-size: 120%;
    }
    #textArea .detailBtn li {
        margin: 0 30px 10px;
        background: url(../images/ico_arrow.png) 590px center no-repeat;
    }
    #textArea .detailBtn li a {
        padding: 10px 40px 10px 10px;
        display: block;
    }
    #textArea .image {
        text-align: center;
    }
    #articleSnsBtn {
        margin-right: 30px;
    }
    .accordion dt {
        margin: 0 30px;
        padding: 10px 0;
        background: url(../images/ico_acarrow_down.png) 580px center no-repeat;
        cursor: pointer;
    }
    .accordion dt.active {
        background: url(../images/ico_acarrow_up.png) 580px center no-repeat;
    }
    .accordion dd {
        margin: 0 30px;
    }
    aside {
        width: 990px;
        position: relative;
        opacity: 0;
    }
    .navbar-fixed-top {
        position: static;
    }
    .navbar-header {
        float: none;
    }
    .navbar-collapse {
        max-height: none!important;
    }
    .navbar-nav {
        float: none;
    }
    .nav li {
        position: static;
        display: block;
    }
    aside .navbar-nav li {
        border: 2px solid #000;
        float: left;
        height: 50px;
        margin: 0 10px 10px 0!important;
        width: 190px;
    }
    aside li.mg0r {
        margin: 0 0 10px 0!important;
    }
    .bgNav01 {
        background: url(../images/bg_glonav01.png) no-repeat 0 0 #fff!important;
    }
    .bgNav02 {
        background: url(../images/bg_glonav02.png) no-repeat 0 0 #fff!important;
    }
    .bgNav03 {
        background: url(../images/bg_glonav03.png) no-repeat 0 0 #fff!important;
    }
    .bgNav04 {
        background: url(../images/bg_glonav04.png) no-repeat 0 0 #fff!important;
    }
    .bgNav05 {
        background: url(../images/bg_glonav05.png) no-repeat 0 0 #fff!important;
    }
    .bgNav06 {
        background: url(../images/bg_glonav06.png) no-repeat 0 0 #fff!important;
    }
    .bgNav07 {
        background: url(../images/bg_glonav07.png) no-repeat 0 0 #fff!important;
    }
    .bgNav08 {
        background: url(../images/bg_glonav08.png) no-repeat 0 0 #fff!important;
    }
    .bgNav09 {
        background: url(../images/bg_glonav09.png) no-repeat 0 0 #fff!important;
    }
    .bgNav10 {
        background: url(../images/bg_glonav10.png) no-repeat 0 0 #fff!important;
    }
    .bgNav11 {
        background: url(../images/bg_glonav11.png) no-repeat 0 0 #fff!important;
    }
    .bgNav12 {
        background: url(../images/bg_glonav12.png) no-repeat 0 0 #fff!important;
    }
    .bgNav13 {
        background: url(../images/bg_glonav13.png) no-repeat 0 0 #fff!important;
    }
    .bgNav14 {
        background: url(../images/bg_glonav14.png) no-repeat 0 0 #fff!important;
    }
    .bgNav15 {
        background: url(../images/bg_glonav15.png) no-repeat 0 0 #fff!important;
    }
    .bgNav16 {
        background: url(../images/bg_glonav16.png) no-repeat 0 0 #fff!important;
    }
    .bgNav17 {
        background: url(../images/bg_glonav17.png) no-repeat 0 0 #fff!important;
    }
    .bgNav18 {
        background: url(../images/bg_glonav18.png) no-repeat 0 0 #fff!important;
    }
    .bgNav19 {
        background: url(../images/bg_glonav19.png) no-repeat 0 0 #fff!important;
    }
    .bgNav01:hover,
    .bgNav01.current {
        background: url(../images/bg_glonav01_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav02:hover,
    .bgNav02.current {
        background: url(../images/bg_glonav02_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav03:hover,
    .bgNav03.current {
        background: url(../images/bg_glonav03_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav04:hover,
    .bgNav04.current {
        background: url(../images/bg_glonav04_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav05:hover,
    .bgNav05.current {
        background: url(../images/bg_glonav05_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav06:hover,
    .bgNav06.current {
        background: url(../images/bg_glonav06_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav07:hover,
    .bgNav07.current {
        background: url(../images/bg_glonav07_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav08:hover,
    .bgNav08.current {
        background: url(../images/bg_glonav08_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav09:hover,
    .bgNav09.current {
        background: url(../images/bg_glonav09_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav10:hover,
    .bgNav10.current {
        background: url(../images/bg_glonav10_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav11:hover,
    .bgNav11.current {
        background: url(../images/bg_glonav11_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav12:hover,
    .bgNav12.current {
        background: url(../images/bg_glonav12_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav13:hover,
    .bgNav13.current {
        background: url(../images/bg_glonav13_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav14:hover,
    .bgNav14.current {
        background: url(../images/bg_glonav14_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav15:hover,
    .bgNav15.current {
        background: url(../images/bg_glonav15_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav16:hover,
    .bgNav16.current {
        background: url(../images/bg_glonav16_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav17:hover,
    .bgNav17.current {
        background: url(../images/bg_glonav17_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav18:hover,
    .bgNav18.current {
        background: url(../images/bg_glonav18_on.png) no-repeat 0 0 #bfe43a!important;
    }
    .bgNav19:hover,
    .bgNav19.current {
        background: url(../images/bg_glonav19_on.png) no-repeat 0 0 #bfe43a!important;
    }
    aside .navbar-nav li a {
        display: block!important;
        width: 100%;
        height: 100%;
        font-size: 15px;
        padding: 10px!important;
        color: #1b1b1b!important;
        position: static!important;
        line-height: initial!important;
    }
    aside .navbar-nav li a:hover {
        display: block;
        width: 100%;
        height: 100%;
        padding: 20px 0 0 30px;
        background: transparent!important;
    }
    footer {
        margin-top: 0;
    }
    .lastupdata {
        margin-bottom: 25px!important;
    }
    .modGoTop {
        width: 990px;
        margin: 0 auto;
    }
    #goTop {
        text-align: center;
        float: right;
        margin: 25px 0 20px 0;
    }
    .fs16 {
        font-size: 16px;
    }
    .fs17 {
        font-size: 17px;
    }
}


/*desktop End*/


/*
@media screen and (max-width: 640px) {
    .spbr{
        display:block;
    }
    .spcont dl{
        width:100%;
    }

}
*/


/*SSL化に伴う変更 2017.02*/

#titleArea p,
#wordBox1 li a,
#wordBox2 li a,
#contentArea ul li dl dd,
.series.relation ul li a {
    font-size: 112%!important;
}

#gnav-toggle {
    font-weight: normal;
    font-size: 112%!important;
}

.nav-textresizing dt {
    font-weight: normal;
    font-size: 14px!important;
}

.nav-textresizing dl dd ul li button {
    line-height: 2em;
}

.nav-textresizing dl dd ul {
    margin-top: 1px!important;
    padding-top: 1px!important;
}

.nav-top {
    line-height: 1em;
}

.nav-bottom ul li a {
    margin-top: -5px;
}

#content #main {
    width: 100%!important;
    float: none!important;
}

@media screen and (max-width: 827px) {
    .header-top .header-logo {
        margin-top: -12px;
        margin-bottom: 0;
    }
    .is-scroll .header-top .header-logo a img {
        margin-top: -2px;
    }
    .nav-bottom ul li {
        height: 48px;
    }
    .gnav-close span {
        padding: 13px 0!important;
    }
    #gnav-toggle span em {
        font-weight: normal!important;
        font-size: 14px!important;
        position: absolute;
        top: 16px;
        right: 20px;
    }
    .is-scroll #gnav-toggle span em {
        font-weight: normal!important;
        font-size: 12px!important;
        position: absolute;
        top: 8px;
        right: 22px;
    }
    .nav-textresizing {
        margin-bottom: -30px;
    }
    .link--site-top {
        margin: 0 auto;
        background-color: #fff;
    }
    .link--site-top a {
        margin-top: 0;
        padding: 10px 0!important;
    }
    footer article {
        opacity: 1;
    }
    .module.module--site-information,
    .module.module--tv-news,
    .module.module--just-in {
        margin-top: 10px;
        padding-bottom: 0!important;
    }
}

@media screen and (min-width: 828px) {
    .header-top .inner {
        height: 73px!important;
    }
    .header-top .header-logo {
        margin-top: -8px;
        margin-bottom: 0;
    }
    .nav-bottom ul,
    .nav-bottom ul li {
        height: 34px;
    }
    footer article,
    aside#nhkheader,
    aside#nhkfooter,
    aside.footer-share {
        opacity: 1;
    }
    aside.footer-share {
        width: 990px;
        position: relative;
        margin: 0 auto;
    }
    .footer-nav dl dt {
        line-height: 1em!important;
        font-size: 92%!important;
        padding-bottom: 10px!important;
    }
    .footer-nav dl dd ul li {
        line-height: 1em!important;
        font-size: 92%!important;
        padding-bottom: 10px!important;
    }
    #content-inner {
        width: 990px!important;
    }
    .module.module--site-information,
    .module.module--tv-news,
    .module.module--just-in {
        width: 640px!important;
        margin: 10px auto;
        padding-bottom: 0!important;
    }
}

footer {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

footer section,
footer article {
    margin: 0;
    padding: 0;
}

footer .footer-nav dl {
    margin: 0;
    padding-top: 24px!important;
    padding-bottom: 15px!important;
}

footer .footer-nav article dl {
    margin: 0;
    padding-top: 20px!important;
    padding-bottom: 10px!important;
}

footer article footer p a {
    font-size: 92%!important;
    margin-top: -5px;
}


/*速報用調整*/

.module.module--site-information dl,
.module.module--tv-news dl,
.module.module--just-in dl {
    background-color: #fff;
    margin-bottom: 0px!important;
}
