/*ページャー*/

#main-wh #pager {
    text-align: center;
    position: relative;
    overflow:hidden;
}
#main-wh #pager ul {
    position:relative;
    left:50%;
    float:left;
}
#main-wh #pager li {
    position:relative;
    left:-50%;
    float:left;
    margin-right: 10px;
}
#main-wh #pager li a{
    border-radius:4px;
    background:#ccc;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
}
#main-wh #pager li:last-child {
    float: left;
    margin-right: 0px;
}
#main-wh #pager .page-numbers{
    border-radius:4px;
    background:#ccc;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
#main-wh #pager .current{
    background:#0075b5!important;
}
.none {
    display: none;
}
.next {
    display: block!important;
}

/*tableをレスポンシブ化*/

@media only screen and (max-width: 768px) {

    iframe {
        width: 100%!important;
    }

    #main-wh article table {
        table-layout: fixed;
        width: 100%!important;
        font-size: 12px;
    }
    #main-wh article table td {
        padding: 5px!important;
    }

}

/*img width height 指定*/
#main-wh .inner article dl#writer dt img {
    width: 81px;
    height: 81px;
}
.thumbnail {
    width: 100px;
    height: 75px;
}
.thumbnail2 {
    width: 75px;
    height: 75px;
}
.thumbnail_blog {
    width: 250px;
    height: 188px;
}
#nt_visual img {
    width: 727px;
}
.content_img {
    width: 697px;
}

    /*レスポンシブテーブル*/
/*    #res_table th:not(:last-child), #res_table td:not(:last-child) {
        border-bottom:none !important;
    }
    #res_table {
        list-style: none;
    }
    #res_table tr {
        display:block;
        margin-bottom: 10px;
    }
    #res_table td {
        display:block;
    }
    #res_table th {
        display: list-item;
    }*/