/*.local-header-img_top {
    max-height: 1000px; /* dummy */
    /* max-height: calc(100% - 90px); */
/*}*/


/* deleted on 2015/12/20
@media (min-width: 768px) {
    .local-label.top h2 {
        line-height: 45px;
    }

    .local-label.top {
        width: 100%;
        text-align: left;
        top: 50%;
        left: 0px;
    }
}



@media (max-width: 767px) {
    .local-label.top h2 {
        font-size: 16px;
        line-height: 20px;
    }

    .local-label.top {
        position: absolute;
        bottom: 5%;
    }
}
*/

.top-menu >div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

.top-menu >div img {
    margin-left: auto;
    margin-right: auto;    
}

.top-menu .in-label {
    width: 100%;
    background-color: #61cc75;

    position: absolute;
    bottom: 0px;
}

.top-menu .in-label h3{
    margin-top: 15px;
}

.top-menu p {
    padding-top: 15px;
}

.top-banner-bg {
    background-color:  #f5f8f7;    
}


.top-banner {
    padding-top: 25px;
    padding-bottom: 25px;
}


@media (min-width: 768px) {
    .top-banner {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

.top-banner > div {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.top-banner > div img {
    margin-left: auto;
    margin-right: auto;
}

.page-down-label {
    border-radius: 5px;
    background-color:  rgba(245, 245, 238, 0.3);    

}

@media (min-width: 768px) {
    .page-down-label {
        width: 72px;
        height: 41px;

        position: absolute;
        bottom: 45px;
        left: 50%;
        margin-left: -36px;
    }
}

.page-down-label span.glyphicon {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    line-height: 41px;
}

@media (max-width: 767px) {
    .local-title.no-border {
        border-bottom: 0;
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .sta-space-xs {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .news-info table>tbody>tr>th, .news-info table>tbody>tr>td {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .news-info table>tbody>tr>td.text {
        border-top: 0px;
        border-bottom: 0px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    .news-info table>tbody>tr>td>p {
        margin: 0 0 5px;
    }
}

@media (max-width: 767px) {
    .news-info table>tbody>tr>td.tags {
        text-align: right;
    }

    .news-info table>tbody>tr>td>a {
        display: inline-block;
    }
}

/*****  スマホ修正分 2015.11 ここから *****/
/* deleted on 2015/12/20
.local-label.top h2 {
    display: none;
}
*/

.page-down-label {
    display: none;
}

@media (max-width: 767px) {
    .local-header-img_top {
        z-index: 1;
    }

        /*
    .sta-label-con {
        padding-bottom: 4px;
        z-index: 2;
    }


    .local-label.top {
        left: 8%;
        bottom: 0;
    }

*/

    .local-title.no-border {
        border-bottom: 0;
        margin-bottom: 5px;
    }

    .sta-space-xs {
        margin-bottom: 0;
    }

    .news-info table>tbody>tr>th,
    .news-info table>tbody>tr>td {
        padding-top: 15px;
    }

    .news-info table>tbody>tr>td.text {
        border-top: 0px;
        border-bottom: 0px;
        padding-top: 5px;
    }

    .news-info table>tbody>tr>td>p {
        margin: 0 0 5px;
    }

    .news-info table>tbody>tr>td.tags {
        text-align: right;
    }

    .news-info table>tbody>tr>td>a {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .ttl-img {
        display: none;
    }

    .local-label.top p {
        display: block;
    }
}
/*****  スマホ修正分 2015.11 ここまで *****/


/* added on 2015/12/20 */
@media (min-width: 1200px) {
    .local-label.top {
        top: 32%;
        right: 10%;
    }
}
