/* main */

body {
    margin: 0.5em 0;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    text-align: justify;
    margin: 0;
    padding: 0;
}

h1 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 7px 0 20px;
    padding: 20px 0 20px;
    line-height: 1;
    color: #0c9df6;
    border-bottom: 1px solid #0c9df6;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
}

h2 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.6;
    margin: 20px 0 15px;
    padding: 10px 0 8px;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

    h2 span {
        display: block;
        font-size: 12px;
    }

h3 {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 15px;
    padding: 2px 0 2px;
    line-height: 2;
    font-size: 13px;
    font-weight: normal;
    text-align: left;
    color: #000;
}

    h3:before {
        display: block;
        content: '';
        width: 30px;
        height: 1px;
        margin-bottom: 12px;
        background: #0c9df6;
    }

ul {
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #273f88;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

    a:hover {
        color: #3154bd;
    }

img {
    max-width: 100%;
    height: auto;
}

.cleared {
    clear: both;
}
/* table */

.info-table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 10px;
    width: 100%;
}

    .info-table th {
        line-height: 30px;
        padding: 0 10px 0 10px;
        text-align: left;
        vertical-align: top;
        background-color: #e1f3fe;
        font-weight: bold;
        color: #333333;
        border-bottom: 1px dotted #9B9B9B;
    }

        .info-table th.dark {
            background-color: #9ed8fb;
        }

    .info-table td {
        line-height: 30px;
        padding: 0 10px;
        border-bottom: 1px dotted #9B9B9B;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.kiyou-table a {
    color: #001789;
}

    .kiyou-table a:hover, kiyou-table a:visited {
        color: #7887cd;
    }

.kiyou-table img {
    width: 28px;
    padding: 5px;
}
/* header */

header {
    display: block;
    position: relative;
    margin: 0 auto;
    height: 84px;
    max-width: 1000px;
    top: 0;
}

.header-top {
    display: block;
    max-width: 1000px;
    position: relative;
}

.header-logo {
    position: absolute;
    top: 10px;
    left: 5px;
}
/* global-navi */

nav {
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 61px;
}

.global-navi_wrap {
    background-repeat: repeat;
    background-color: #0c9df6;
}

#global-navi {
    width: 100%;
    max-width: 1010px;
    height: 60px;
    margin: 0 auto;
    background-color: #0c9df6;
    border-left: 1px solid #FFF;
}

    #global-navi li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        position: relative;
        background: none;
        width: 200px;
    }

    #global-navi a {
        display: block;
        position: relative;
        overflow: hidden;
        width: 199px;
        height: 60px;
        line-height: 60px;
        color: #FFF;
        text-align: center;
        font-weight: bold;
        border-right: 1px solid #FFF;
    }

        #global-navi a:hover {
            background-color: #58c0ff;
        }

    #global-navi .children {
        visibility: hidden;
        position: absolute;
        max-width: 199px
    }

        #global-navi .children li {
            float: none;
        }

    #global-navi li:hover > .children {
        visibility: visible;
    }

    #global-navi .children li {
        border: none;
    }

    #global-navi .children a {
        background-color: #e1f3fe;
        color: #000;
        height: auto;
        padding: 15px 12px;
        box-sizing: border-box;
        line-height: 1.68;
        text-align: left;
        text-indent: 12px;
        font-weight: normal;
        border-bottom: 1px solid #FFF;
    }

        #global-navi .children a:hover {
            color: #000;
            background-color: #9ed8fb;
        }
/* mobile-navi */

#mobile-navi {
    display: none;
    padding: 5px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    background: #0c9df6;
    border-bottom: 1px solid #FFF;
}

    #mobile-navi a {
        display: inline-block;
        width: 40px;
        margin: 0 0 0 5px;
        padding: 3px 0;
        text-align: center;
        color: #FFF;
        font-size: 13px;
        background: #0c9df6;
        border: 1px solid #CCC;
    }

        #mobile-navi a.left-menu {
            float: left;
            margin-right: 5px;
        }

        #mobile-navi a.right-menu {
            float: right;
            margin-left: 5px;
        }

    #mobile-navi ul {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }

    #mobile-navi li {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        width: 50%;
        float: left;
    }

.menu-sp-switch, .menu-sp-switch span {
    display: inline-block;
    transition: all 0.4s ease 0s;
    cursor: pointer;
}

.menu-sp-switch {
    position: relative;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 35px;
    height: 35px;
}

    .menu-sp-switch span {
        position: absolute;
        width: 22px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
        background: #FFF;
    }

        .menu-sp-switch span:nth-of-type(1) {
            top: 10px;
        }

        .menu-sp-switch span:nth-of-type(2) {
            top: 0;
            bottom: 0;
        }

        .menu-sp-switch span:nth-of-type(3) {
            bottom: 9px;
        }

    .menu-sp-switch.active span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }

    .menu-sp-switch.active span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-sp-switch.active span:nth-of-type(3) {
        -webkit-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }

.mobile-navi-list {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    top: 45px;
    background: #0c9df6;
    margin: 0 !important;
    padding: 0 0 2px 0 !important;
    z-index: 99999;
    border: none;
}

    .mobile-navi-list ul {
        display: block;
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-navi-list li {
        display: block;
    }

        .mobile-navi-list li a {
            padding: 8px 0 6px !important;
            border-top: none !important;
            width: 100% !important;
            margin: 0 !important;
            color: #FFF;
        }
/* slider */

#slider {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}
/* mainvisual */

.main-visual {
    display: block;
    margin: 1px 0 0;
    padding: 15px 0;
    width: 100%;
    background-color: #F6F6F6;
}

.main-visual-inner {
    display: block;
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
}
/* footer */

footer .footer-top {
    background-image: url("/image.jsp?id=405052");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #E3E3E3;
    height: 159px;
}

footer .footer-bottom {
    display: block;
    width: 100%;
    height: 120px;
    color: #FFF;
    background-color: #0c9df6;
}

footer .footer-inner01 {
    max-width: 1100px;
    display: table;
    margin: 0 auto;
}

footer .footer-inner02 {
    max-width: 1000px;
    padding-top: 20px;
    margin: 0 auto;
}

footer .footer-nav-l {
    display: table-cell;
    margin: 0;
    padding: 40px 0 0 200px;
}

footer .footer-nav-r {
    display: table-cell;
    vertical-align: top;
    padding-top: 45px;
}

    footer .footer-nav-r a.f-link {
        text-decoration: none;
        color: #666;
        padding-left: 20px;
    }

        footer .footer-nav-r a.f-link:hover {
            color: #006;
        }

    footer .footer-nav-r li {
        position: relative;
        display: inline-block;
    }

footer .footer-nav-r-s {
    display: block;
    width: 100px;
    position: relative;
    padding-left: 30px;
}

    footer .footer-nav-r-s a.f-link-s {
        float: left;
        margin-top: 7px;
    }

footer .footer-address {
    float: left;
    text-align: left;
    margin-left: 30px;
}

    footer .footer-address.first {
        margin-left: 0;
    }

    footer .footer-address a {
        color: #FFF;
    }

footer .copyright {
    float: right;
    text-align: center;
}
/* sidebar */

.leftmenu {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    width: 260px;
    margin: 0;
    padding: 0 20px 0 0;
}

.leftmenu-cont {
    display: block;
    margin: 7px 0 20px;
    padding: 1px;
    border: 1px solid #CCC;
    clear: both;
}

.leftmenu-title {
    display: block;
    margin: 0;
    padding: 12px 0;
    background-color: #000066;
    line-height: 2;
    text-align: center;
    font-weight: bold;
    color: #FFF;
}

.leftmenu-text {
    display: block;
    margin: 0;
    padding: 8px 5px 8px 20px;
    color: #000066;
    background-image: url("/image.jsp?id=405184");
    background-position: top left;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #CCC;
    line-height: 1.5;
}
/* content */

.main-area {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}

.main-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0 65px;
    line-height: 2;
}
/* トップページ
*/

/* top */

.top-cont01 {
    display: table;
    width: 100%;
    margin: 0 0 65px;
    padding: 0;
}

.top-cont-inner {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    padding-right: 10px;
    text-align: center;
}
/* news */

.headline_area {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-align: stretch;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 15px 0 10px;
}

.news-headline {
    display: block;
    width: 23%;
    margin-left: 2.65%;
    margin-bottom: 20px;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    text-align: left;
}

    .news-headline a:visited {
        color: inherit;
    }

    .news-headline a:hover {
        color: #3154bd;
    }

    .news-headline:nth-child(4n+1) {
        margin-left: 0;
    }

    .news-headline .news-img {
        width: 100%;
        min-height: 230px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .news-headline .news-right-box {
        width: 100%;
    }

    .news-headline .news-date {
        margin: 25px 0 5px;
        color: #333;
    }

    .news-headline .news-kiji-title {
        display: block;
        background: none;
        background-color: inherit;
        border: none;
        outline: none;
        padding: 0px 0px 15px;
        margin: 0;
        min-height: 45px;
        font-size: 13px;
        font-weight: bold;
        line-height: 1.2;
        width: auto;
        height: auto;
        color: #333;
    }

    .news-headline .news-kiji-cont {
        padding: 0;
        margin-bottom: 35px;
        /*height: 60px;記事がないため消去中*/
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

        .news-headline .news-kiji-cont img {
            display: none;
        }

        .news-headline .news-kiji-cont a {
            display: none;
        }

        .news-headline .news-kiji-cont table {
            display: none;
        }

    .news-headline .news-kiji-detail {
        position: absolute;
        bottom: 5px;
        right: 18px;
    }

.news-midasi01 {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    clear: both;
    text-align: center;
}

.news-midasi02 {
    display: inline-block;
}

.news-midasi03 {
    display: block;
    float: right;
    text-align: left;
}

.news-title {
    display: block;
    font-size: 22px;
    padding: 13px 0 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    color: #0c9df6;
}

    .news-title span.big-size {
        display: block;
        letter-spacing: 0.03em;
        font-weight: bold;
        position: relative;
        line-height: 1;
    }

        .news-title span.big-size:before, .news-title span.big-size:after {
            display: block;
            content: "";
            width: 56px;
            height: 1px;
            position: absolute;
            background-color: #0c9df6;
            top: 50%;
            transform: translateY(-50%);
        }

        .news-title span.big-size:before {
            left: -68px;
        }

        .news-title span.big-size:after {
            right: -68px;
        }

    .news-title span.small-size {
        display: block;
        color: #656565;
        font-size: 12px;
    }

.headline {
    display: block;
    color: #000066;
    background-image: url(images/ya.png);
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: dotted 1px #999999;
    padding: 18px 0 18px 20px;
    line-height: 1;
    margin: 0;
}

.news_to_list_a {
    display: block;
    margin: 0 auto;
    padding: 14px 0;
    max-width: 325px;
    border: 1px solid #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}

    .news_to_list_a:hover {
        background-color: #e1f3fe;
    }
/* 子ページ
*/

/* news */

.post-img-wrap {
    text-align: left;
}

    .post-img-wrap + .post-img-wrap {
        margin-top: 10px;
    }

.news-page {
    display: block;
}

    .news-page img {
        display: inline-block;
        margin-top: 10px;
        margin-right: 10px;
        width: 100%;
        max-width: 470px;
    }
/* news-lists */

.news-headline-lists {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px dotted #000;
    position: relative;
    /*     background-color: #f1f1f2; */
    overflow: hidden;
    text-align: left;
}

    .news-headline-lists a:visited {
        color: inherit;
    }

    .news-headline-lists .news-img {
        width: 100%;
        float: left;
        margin-top: 15px;
        margin-left: 4%;
        margin-right: 1%;
        max-width: 145px;
        height: 110px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .news-headline-lists .news-right-box {
        float: left;
        width: 60%;
        width: calc(100% - 5% - 145px);
    }

    .news-headline-lists .news-date {
        display: inline-block;
        margin: 15px 18px 5px 0;
        color: #333;
    }

    .news-headline-lists .news-kiji-title {
        display: inline-block;
        background: none;
        background-color: inherit;
        border: none;
        outline: none;
        padding: 0px 18px 15px 0;
        margin: 0;
        line-height: 1.2;
        font-size: 14px;
        width: auto;
        height: auto;
        color: #333;
    }

    .news-headline-lists .news-kiji-cont {
        padding: 0 18px;
        margin-bottom: 15px;
        height: 55px;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

        .news-headline-lists .news-kiji-cont img {
            display: none;
        }

        .news-headline-lists .news-kiji-cont a {
            display: none;
        }

        .news-headline-lists .news-kiji-cont table {
            display: none;
        }

    .news-headline-lists .news-kiji-detail {
        position: absolute;
        bottom: 5px;
        right: 18px;
    }

.news-page .mt15 {
    margin-top: 15px;
}

.news-page .btn-wrap-flex {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.news-page .next-page {
    display: block;
}

.news-page .prev-page {
    display: block;
}

    .news-page .next-page a, .news-page .prev-page a {
        display: block;
        width: 70px;
        text-align: center;
        padding: 3px 0px;
        border-radius: 2px;
        border-bottom: 1px dotted #000;
    }

.news-page .list-top-page, .news-page .year-news-page {
    display: block;
}

.news-page .year-news-page {
    margin-right: 20px;
}

    .news-page .list-top-page a, .news-page .year-news-page a {
        display: block;
        text-align: center;
        padding: 3px 0px;
        border-radius: 2px;
        border: 1px solid #000;
        color: #000;
    }

        .news-page .list-top-page a:hover, .news-page .year-news-page a:hover {
            background-color: #e1f3fe;
        }

.news-page .list-top-page a {
    width: 130px;
}

.news-page .year-news-page a {
    width: 200px;
}

.news-page .year-news-area {
    margin-top: 30px;
}

    .news-page .year-news-area .btn-wrap-flex {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }

.img_right {
    float: right;
    margin-left: 28px;
    margin-bottom: 20px;
}

    .img_right img {
        display: block !important;
    }

.img_center {
    margin: 0 auto 20px;
    text-align: left;
}

    .img_center img {
        display: block !important;
    }

.news-page table {
    width: 100%;
    table-layout: fixed;
}

.news-page table th {
    padding: 10px;
    text-align: left;
}

.news-page table td {
    padding: 10px;
    text-align: center;
}

    .news-page table td img{
        margin:10px auto
    }

/* chief */

.chief-intro {
    font-weight: bold;
    color: #000066;
    font-size: 18px;
}

.chief-small {
    font-size: 24px;
}

.chief-message-right {
    display: block;
    text-align: right;
}
/* administer */

.bg-graybox {
    display: block;
    margin: 10px 0 20px;
    padding: 19px 31px;
    background-color: #EBEBEB;
}

.adm-member {
    margin: 20px 0 10px;
}

    .adm-member th {
        line-height: 25px;
        padding: 5px 10px;
        text-align: center;
        background-color: #404040;
        color: #FFF;
        font-weight: normal;
        border: 1px solid #FFF;
    }

        .adm-member th.adm-menu01 {
            line-height: 25px;
            text-align: center;
            padding: 0;
            background-color: #000066;
            color: #FFF;
            font-weight: bold;
            border: 1px solid #FFF;
            table-layout: fixed;
        }

.adm-menu02 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #DBDBDB;
    color: #333;
    font-weight: normal;
    border: 1px solid #FFF;
}

.adm-menu03 {
    line-height: 1.6;
    padding: 5px 10px;
    text-align: left;
    background-color: #D1DDE7;
    color: #2B4053;
    font-weight: normal;
    border: 1px solid #FFF;
    word-break: break-all;
}

    .adm-menu03 img {
        width: 30px;
        display: block;
        margin: 0 auto;
    }

/* PCでサイズを縮小した時
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 1000px), only screen and (max-device-width: 1000px) and (orientation:portrait) {
    #global-navi a {
        max-width: 200px;
        width: 100%;
    }

    #global-navi li {
        width: 19.86%;
    }

    .leftmenu {
        display: none;
    }
}

/* スマートフォンサイト
----------------------------------------------------------------*/

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait) {
    /* 共通設定 */
    html, body {
        overflow-x: hidden;
    }

    h1, h2, h3, .main-area {
        width: 100%;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        height: auto;
    }

    .table-scroll {
        overflow: auto;
        white-space: nowrap;
    }

        .table-scroll::-webkit-scrollbar {
            height: 5px;
        }
    /* table */

    .info-table td {
        display: block;
        width: 100%;
        border: none;
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 80px;
        position: relative;
    }

    .info-table th {
        display: none;
        width: 100%;
        border: none;
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .info-table tr:first-child td:first-child {
        border-top: 1px dotted #9B9B9B;
    }

    .info-table th:last-child {
        border-bottom: 1px dotted #9B9B9B;
    }

    .info-table td:last-child {
        border-bottom: 1px dotted #9B9B9B;
    }

    .info-table td:nth-child(2) { /*font-size:1.2em;*/
    }

    .info-table td:before {
        content: attr(data-title-label);
        margin-right: 10px;
        display: inline-block;
        width: 100%;
        max-width: 80px;
        position: absolute;
        left: 0;
    }

    .kiyou-table th {
        display: none;
    }

    .kiyou-table td {
        display: table;
        table-layout: fixed;
    }

        .kiyou-table td:before {
            content: attr(titile);
            display: table-cell;
            padding: 5px 10px;
        }
    /* header */
    header {
        height: auto;
    }

    .header-logo {
        display: block;
        float: none;
        width: 100%;
        position: static;
        padding: 10px 0;
    }

        .header-logo img {
            display: block;
            margin: 0 auto;
        }

    #mobile-navi {
        display: block;
    }

    .mobile-navi-list li:nth-child(2n) a {
        border-left: none;
    }

    .pc_navi {
        display: none;
    }
    /* footer */
    footer .footer-top {
        height: auto;
        overflow: hidden;
        padding: 0 0 10px;
    }

    footer .footer-inner01 {
        display: block;
    }

    footer .footer-nav-l {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding: 20px 0 0;
    }

        footer .footer-nav-l img {
            max-width: 120px;
        }

    footer .footer-nav-r {
        display: block;
        padding: 0;
        margin: 20px auto;
        width: 80%;
    }

        footer .footer-nav-r a.f-link {
            padding: 0;
            margin-right: 10px;
        }

    footer .footer-bottom {
        height: auto;
        overflow: hidden;
    }

    footer .footer-address {
        float: none;
        width: 80%;
        margin: 0 auto;
    }

        footer .footer-address.first {
            margin-left: auto;
        }

    footer .copyright {
        float: none;
        padding: 10px 0 8px;
    }
    /* main-visual */
    .main-visual {
        max-width: 100%;
        height: auto;
    }
    /* contents */
    .top-cont01 {
        margin: 0 0 35px;
    }

    .top-cont-inner {
        padding: 0;
    }

    .main-content {
        overflow: hidden;
    }

    .headline_area {
        padding: 10px 5px 0;
        align-items: baseline;
        -ms-align-items: baseline;
        margin: 0 auto;
        width: auto;
        max-width: 580px;
    }

    .news-midasi01 {
        padding: 0 5px 0;
    }

    .news-title {
        font-size: 18px;
    }

    .news-headline {
        width: 100%;
        margin: 10px 5px 0;
        font-size: 12px;
    }

        .news-headline:nth-child(2n+1) {
            margin-left: 5px;
            margin-right: 5px;
        }

        .news-headline .img_text_wrap {
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
        }

        .news-headline .img_wrap_a {
            width: 36%;
            margin-right: 4%;
        }

        .news-headline .news-img {
            max-width: 220px;
            min-height: 100px;
            margin: 5px auto;
            float: none;
            background-size: 104%;
        }

        .news-headline .news-right-box {
            width: auto;
            float: none;
            width: 60%;
        }

        .news-headline .news-date {
            margin-top: 10px;
        }

        .news-headline .news-kiji-title {
            padding: 0 0 5px;
        }

        .news-headline .news-kiji-cont {
            display: none;
            margin-bottom: 25px;
            height: 52px;
        }

    .news-headline-lists {
        width: 100%;
        margin: 10px 0 0;
        font-size: 12px;
    }

        .news-headline-lists .news-img {
            max-width: 220px;
            min-height: 150px;
            margin: 20px auto;
            float: none;
        }

        .news-headline-lists .news-right-box {
            width: auto;
            float: none;
        }

        .news-headline-lists .news-kiji-cont {
            margin-bottom: 25px;
            height: 52px;
        }

        .news-headline-lists .news-date {
            display: block;
        }

    .news_to_list_a {
        margin-top: 30px;
        max-width: 140px;
        padding: 8px 0;
    }

    .news-page {
        padding-bottom: 25px;
    }

        .news-page .list-top-page {
            margin-top: 20px;
        }

        .news-page h1 {
            max-width: 100%;
        }

        .news-page .year-news-page {
            margin-right: 0;
            margin-bottom: 10px;
        }

    .leftmenu {
        display: none;
    }

    .main-content {
        float: none;
        width: 100%;
        padding: 10px 10px 35px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        min-height: 420px;
    }

        .main-content p {
            padding: 0 5px;
        }
    /* box-layout */
}
