@charset "UTF-8";

@media screen and (min-width: 768px) {
    img.imgalt01{
        width: 214px;
        height: 180px;
        object-fit: cover;
    }

    .block01_1 .pageMain{
        text-align: center;
    }
    .block04_1 .thumbBox01 h3{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        line-height: 150%;
    }
    .block04_1 .thumbBox01{
        height: 320px;
    }
    .buf70{
        height:70px;
    }

    /* pager style start*/
    .pager .pagination {
        margin: 0 auto;
        width: 375px;
        position: relative;
    }

    .pager .pagination li {
        display: inline;
        margin: 0 2px;
        padding: 0;
        display: inline-block;
        background:#004091;
        width: 50px;
        height: 50px;
        text-align: center;
        position: relative;
        border-radius: 10px;
    }

    .pager .pagination li.pre{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
            position: absolute;
            left: 0;
    }

    .pager .pagination li.next{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
            position: absolute;
            right: 0;
    }

    .pager .pagination li.back{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
        position: absolute;
    }

    .pager .pagination li a{
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display:table;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .pager .pagination li a span{
        display:table-cell;
        vertical-align:middle;
    }

    .pager .pagination li a:hover,
    .pager .pagination li a.active{
        color: #000;
        background: #ccf;
        border-color: #00f;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 768px) {
    /* pager style start */
    img.imgalt01{
        width: 214px;
        height: 180px;
        object-fit: cover;
    }

    .block01_1 .pageMain{
        text-align: center;
    }
    .block04_1 .thumbBox01 h3{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 150%;
    }
    .block04_1 .thumbBox01{
        height: 320px;
    }
    .buf70{
        height:70px;
    }

    /* pager style start*/
    .pager .pagination {
        margin: 0 auto;
        width: 275px;
        position: relative;
    }

    .pager .pagination li {
        display: inline;
        margin: 0 2px;
        padding: 0;
        display: inline-block;
        background:#004091;
        width: 50px;
        height: 50px;
        text-align: center;
        position: relative;
        border-radius: 10px;
    }

    .pager .pagination li.pre{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
            position: absolute;
            left: 0;
    }

    .pager .pagination li.next{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
            position: absolute;
            right: 0;
    }

    .pager .pagination li.back{
        display: inline-block;
        width: 100px;
        height: 50px;
        text-align: center;
        position: absolute;
    }

    .pager .pagination li a{
        vertical-align: middle;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        display:table;
        color: #fff;
        text-decoration: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all  0.3s ease;
    }

    .pager .pagination li a span{
        display:table-cell;
        vertical-align:middle;
    }

    .pager .pagination li a:hover,
    .pager .pagination li a.active{
        color: #000;
        background: #ccf;
        border-color: #00f;
        border-radius: 10px;
    }
}