.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-family: 'M PLUS 1p', sans-serif;
}

    .pagetop a {
        display: block;
        background-color: #CCC;
        text-align: center;
        color: #222;
        font-size: 12px;
        text-decoration: none;
        padding: 20px;
        font-family: 'M PLUS 1p', sans-serif;
    }

        .pagetop a:hover {
            display: block;
            background-color: #222;
            text-align: center;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            padding: 20px;
            font-family: 'M PLUS 1p', sans-serif;
        }

* {
    margin: 0;
    padding: 0;
    font-family: 'M PLUS 1p', sans-serif;
}

h1 {
    text-align:center;
    font-size:1em;
    position: relative;
       padding: 0 55px;
}

  

h2, h3 {
    font-size: 1em;
    margin: 10px 0;
    font-family: 'M PLUS 1p', sans-serif;
}

html, body {
    background: #fff;
    font-family: 'M PLUS 1p', sans-serif;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    /* 縦の高さを100% */
}



th a:link {
    color: blue;
    font-family: 'M PLUS 1p', sans-serif;
}

th a:visited {
    color: blue;
    font-family: 'M PLUS 1p', sans-serif;
}

th a:hover {
    color: #ffff00;
    font-family: 'M PLUS 1p', sans-serif;
}

th a:active {
    color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
}

tr.even:hover {
    background: #ff0;
    font-family: 'M PLUS 1p', sans-serif;
}



.linext {
    float: left;
    margin-left: 3px;
    padding-top: 5px;
    padding-left: 0;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    font-family: 'M PLUS 1p', sans-serif;
}


.navi2 li {
    background: #000;
    padding: 5px 10px;
    text-align: center;
    margin-top: 5px;
    margin-right: -1px;
}

    .navi2 li a {
        color: white;
    }

        .navi2 li a:hover {
            color: yellow;
        }


.navi2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    font-family: 'M PLUS 1p', sans-serif;
   
    
}

.navi2 li:after {
    content: '';
    margin-right: 1px;
    float: right;
}

tr.ttl {
    background-color: #ccc;
    color: #000;
    font-weight: 700;
    font-family: 'M PLUS 1p', sans-serif;
}

td.ttl {
    background-color: #EDF3FE;
    color: #000;
    font-weight: 700;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph {
    text-align: center;
    margin: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph2 img {
    width: 616px;
    height: 313px;
    font-family: 'M PLUS 1p', sans-serif;
}

.container {
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    /* フッター部の配置用に定義 */
    min-height: 100%;
    font-family: 'M PLUS 1p', sans-serif;
}

.main {
    margin: 10px;
    padding-bottom: 90px;
    /* フッターの高さの分余白を取る */
    font-family: 'M PLUS 1p', sans-serif;
}

th.rankwidth1 {
    width: 10%;
    font-family: 'M PLUS 1p', sans-serif;
}

th.rankwidth2 {
    width: 30%;
    font-family: 'M PLUS 1p', sans-serif;
}

th.rankwidth3 {
    width: 40%;
    font-family: 'M PLUS 1p', sans-serif;
}

th.rankwidth4 {
    width: 20%;
    font-family: 'M PLUS 1p', sans-serif;
}

.footer-bk {
    background-color: #000;
    /* 背景色(黒) */
    width: 100%;
    /* 横の幅を100% */
    height: 60px;
    /* 縦の幅を120px */
    position: absolute;
    /* 絶対位置指定することを定義 */
    bottom: 0;
    /* 絶対位置指定(左0px,下0px) */
    padding: 10px 0;
    /* 上下に余白を取る */
    font-family: 'M PLUS 1p', sans-serif;
}

.twitter-timeline {
    width: 100% !important;
    margin: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.bar {
    background-color: #000;
    width: 100%;
    font-family: 'M PLUS 1p', sans-serif;
}

a {
    text-decoration: none;
    font-family: 'M PLUS 1p', sans-serif;
    color: #000;
}

.toggleMenu {
    display: none;
    background: #000;
    padding: 10px 15px;
    color: #fff;
    font-family: 'M PLUS 1p', sans-serif;
}

.nav {
    list-style: none;
    *zoom: 1;
    background: #000;
    font-family: 'M PLUS 1p', sans-serif;
}

    .nav:before, .nav:after {
        content: " ";
        display: table;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav:after {
        clear: both;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav ul {
        list-style: none;
        width: 15em;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav a {
        padding: 10px 15px;
        color: #fff;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav li {
        position: relative;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav > li {
        float: left;
        border-top: 1px solid #ccc;
        font-family: 'M PLUS 1p', sans-serif;
    }

        .nav > li > .parent {
            background-image: url(images/downArrow.png);
            background-repeat: no-repeat;
            background-position: right;
            font-family: 'M PLUS 1p', sans-serif;
        }

        .nav > li > a {
            display: block;
            font-family: 'M PLUS 1p', sans-serif;
        }

    .nav li ul {
        position: absolute;
        left: -9999px;
    }

    .nav > li.hover > ul {
        left: 0;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav li li.hover ul {
        left: 100%;
        top: 0;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav li li a {
        display: block;
        background: #000;
        position: relative;
        z-index: 100;
        border-top: 1px solid #ccc;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav li li li a {
        background: #000;
        z-index: 200;
        border-top: 1px solid #ccc;
        font-family: 'M PLUS 1p', sans-serif;
    }


.jok table {
    width: 32%;
    float: left;
    font-family: 'M PLUS 1p', sans-serif;
    border-spacing: 0;
    margin-right: 10px;
    margin-bottom: 10px;
}

    .jok table tbody tr th {
        background: #ccc;
        color: #000;
        border-left: 1px solid #333;
        border-top: 1px solid #333;
    }

        .jok table tbody tr th:last-child, .jok table tbody tr td:last-child {
            border-right: 1px solid #333;
        }

    .jok table tbody tr:last-child td {
        border-bottom: 1px solid #333;
    }




    .jok table tbody tr td {
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        color: #333;
        padding: 5px 5px;
        text-align: center;
    }


        .jok table tbody tr td a:link {
            color: blue;
        }

.graph .st {
    display: block;
    position: relative;
    background: #ff7f50;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .sd {
    display: block;
    position: relative;
    background: #000;
    text-align: center;
    color: #fff;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .kb {
    display: block;
    position: relative;
    background: #87cefa;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .cb {
    display: block;
    position: relative;
    background: #66cdaa;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .sht {
    display: block;
    position: relative;
    background: #ff8c00;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .fk {
    display: block;
    position: relative;
    background: #ff0;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .skr {
    display: block;
    position: relative;
    background: #e9967a;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .cu {
    display: block;
    position: relative;
    background: #eee8aa;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .es {
    display: block;
    position: relative;
    background: #5f9ea0;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

.graph .oth {
    display: block;
    position: relative;
    background: #eee8aa;
    text-align: center;
    color: #333;
    height: 20px;
    line-height: 20px;
    float: left;
    font-size: 10px;
    font-family: 'M PLUS 1p', sans-serif;
}

    .graph .st span, .graph .cb span, .graph .kb span, .graph .sht span, .graph .fk span, .graph .skr span, .graph .cu span, .graph .oth span, .graph .sd span {
        position: absolute;
        left: 1em;
        font-family: 'M PLUS 1p', sans-serif;
    }

.senpatulist {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'M PLUS 1p', sans-serif;
}

.child {
    display: inline-block;
    width: 1024px;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist ul {
    list-style-type: none;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist li {
    display: block;
    float: left;
    width: 30%;
    border: 1px solid #666;
    margin: 3px;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist dt {
    background: #000;
    color: #fff;
    font-size: 1em;
    padding: 5px;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist dt {
    background: #000;
    color: #fff;
    font-size: 1em;
    padding: 5px;
    font-weight: bold;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist dd {
    padding: 2px;
    font-family: 'M PLUS 1p', sans-serif;
}

.senpatulist:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    font-family: 'M PLUS 1p', sans-serif;
}

@media screen and (max-width: 600px) {
    .child {
        display: inline-block;
        width: 100%;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .senpatulist li {
        width: 100%;
        border: 1px solid #666;
        margin: 2px;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .senpatulist dd {
        padding: 2px;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .toptable table {
        width: 100%;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .graph2 img {
        width: 100%;
        height: 302px;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .jok table {
        width: 100%;
        font-family: 'M PLUS 1p', sans-serif;
    }
}

@media screen and (max-width: 1000px) {
    .jok table {
        width: 100%;
        float: left;
        font-family: 'M PLUS 1p', sans-serif;
    }
}

@media screen and (max-width: 800px) {
    .child {
        display: inline-block;
        width: 100%;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .senpatulist li {
        width: 100%;
        border: 1px solid #666;
        margin: 2px;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .jok table {
        width: 100%;
        float: left;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .graph img {
        width: 75%;
        font-family: 'M PLUS 1p', sans-serif;
    }


    .toptable table {
        font-family: 'M PLUS 1p', sans-serif;
    }

    .active {
        display: block;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav > li {
        float: none;
        font-family: 'M PLUS 1p', sans-serif;
    }

        .nav > li > .parent {
            background-position: 95% 50%;
            font-family: 'M PLUS 1p', sans-serif;
        }

    .nav li li .parent {
        background-image: url(images/downArrow.png);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav ul {
        display: block;
        width: 100%;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .nav > li.hover > ul, .nav li li.hover ul {
        position: static;
        font-family: 'M PLUS 1p', sans-serif;
    }
}

@media screen and (max-width:1520px) {
    table.responsive {
        margin-bottom: 0;
        font-family: 'M PLUS 1p', sans-serif;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 15%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 0 solid #ccc;
        font-family: 'M PLUS 1p', sans-serif;
    }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
            font-family: 'M PLUS 1p', sans-serif;
        }

            .pinned table th, .pinned table td {
                white-space: nowrap;
                font-family: 'M PLUS 1p', sans-serif;
            }

        .pinned td:last-child {
            border-bottom: 0;
            font-family: 'M PLUS 1p', sans-serif;
        }





    div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
        font-family: 'M PLUS 1p', sans-serif;
    }

    table.responsive td, table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        font-family: 'M PLUS 1p', sans-serif;
    }
}


/*tableの見た目のスタイル*/
.table {
    display: table;
    font-size: 1em;
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}


    .table th {
        padding: 5px 5px;
        text-align: center;
        color: #000;
        background: #dcdcdc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: none;
        border-top: none;
        display: table-cell;
        white-space: nowrap;
    }

    .table thead th:first-child, .table tbody th:first-child {
        text-align: left;
    }


    .table td {
        padding: 5px 5px;
        text-align: center;
        border-left: 1px solid #ccc;
        border-right: none;
        border-bottom: 1px solid #ccc;
        border-top: none;
        display: table-cell;
        white-space: nowrap;
        background: #fff;
    }

    .table tbody tr:nth-child(even) td {
        background: #f9f9f9;
    }

    .table th:last-child,
    .table td:last-child {
        border-right: 1px solid #ccc;
    }



    .table thead {
        display: table-header-group;
    }

    .table tbody {
        display: table-row-group;
    }



/*レスポンシブなテーブルのためのスタイル*/
.table-responsive {
    display: block;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 20px;
}

/*テーブルの左側を固定するためのスタイル*/
.table-sticky.sticky-left thead .blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.table-sticky.sticky-left tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.table tbody tr td.hi {
    font-weight: 700;
    background: #ff0;
    font-family: 'M PLUS 1p', sans-serif;
}

.table-sticky.sticky-left tbody th.pnm {
    background: #fff;
}

.table-sticky.sticky-left tbody tr:nth-child(even) th.pnm {
    background: #f9f9f9;
}


.table-sticky.sticky-left tbody th.pnm a:link {
    color: blue;
    font-weight: normal;
}

.table-sticky.sticky-left tbody td a:link {
    color: blue;
    font-weight: normal;
}



.table-sticky.sticky-left tbody th.pnm a:hover {
    color: #000;
}


.table2 {
    display: table;
    font-size: 1em;
    line-height: 1.7;
    width: 100%;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}


    .table2 th {
        padding: 5px 5px;
        text-align: center;
        color: #000;
        background: #dcdcdc;
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-right: none;
        border-top: none;
        display: table-cell;
        white-space: nowrap;
    }

    .table2 thead th:first-child, .table2 tbody th:first-child {
        text-align: left;
    }


    .table2 td {
        padding: 5px 5px;
        text-align: center;
        border-left: 1px solid #ccc;
        border-right: none;
        border-bottom: 1px solid #ccc;
        border-top: none;
        display: table-cell;
        white-space: nowrap;
        background: #fff;
    }

    .table2 tbody tr:nth-child(even) td {
        background: #f9f9f9;
    }

    .table2 th:last-child,
    .table2 td:last-child {
        border-right: 1px solid #ccc;
    }



    .table2 thead {
        display: table-header-group;
    }

    .table2 tbody {
        display: table-row-group;
    }



/*レスポンシブなテーブルのためのスタイル*/
.table2-responsive {
    display: block;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 20px;
}

/*テーブルの左側を固定するためのスタイル*/
.table2-sticky.sticky-left thead .blank2 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.table2-sticky.sticky-left tbody th:first-child {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
}

.table2 tbody tr td.hi {
    font-weight: 700;
    background: #ff0;
    font-family: 'M PLUS 1p', sans-serif;
}

.table2-sticky.sticky-left tbody th.pnm2 {
    background: #fff;
}

.table2-sticky.sticky-left tbody tr:nth-child(even) th.pnm2 {
    background: #f9f9f9;
}


.table2-sticky.sticky-left tbody th.pnm2 a:link {
    color: blue;
    font-weight: normal;
}

.table2-sticky.sticky-left tbody td a:link {
    color: blue;
    font-weight: normal;
}



.table2-sticky.sticky-left tbody th.pnm2 a:hover {
    color: #000;
}


.cssgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 120px));
    grid-auto-rows: 1fr;
    grid-gap: 0;
}


.toptable table th {
    background: #ccc;
}

.toptable table tr:first-child {
    border-bottom: 1px #666 solid;
    font-family: 'M PLUS 1p', sans-serif;
}

.toptable table {
    margin: 10px 0 0;
    width: 50%;
    float: left;
    height: 250px;
    font-family: 'M PLUS 1p', sans-serif;
    border-spacing: 0;
}

.toptable {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'M PLUS 1p', sans-serif;
}

    .toptable a:link {
        color: blue;
    }

    .toptable table tr:nth-child(even) td {
        background: #f9f9f9;
    }

    .toptable table td {
        text-align: center;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

        .toptable table td:last-child {
            border-right: 1px solid #ccc;
        }


    .toptable table th {
        text-align: center;
        border-top: 1px solid #999;
        border-left: 1px solid #999;
    }



.child2 {
    display: inline-block;
    font-family: 'M PLUS 1p', sans-serif;
}

.toptable:after, .jok:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-family: 'M PLUS 1p', sans-serif;
}

table .hpb-cnt-tb3 {
    font-family: 'M PLUS 1p', sans-serif;
}

.hpb-cnt-tb3 {
    background-color: #333333;
    border: 0px solid #cccccc;
    font-family: 'M PLUS 1p', sans-serif;
    width: 100%;
    height: 100%;
    max-width: 480px;
    max-height: 480px;
}

.hpb-cnt-tb-cell5 {
    background-color: #eeeeee;
    color: #333333;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    width: 96px;
    height: 96px;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
}

.hpb-cnt-tb-cell6 {
    background-color: #cccccc;
    color: #333333;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    max-width: 96px;
    max-height: 96px;
    text-align: center;
    font-family: 'M PLUS 1p', sans-serif;
}



.cssgrid > div {
    background: #000;
    overflow: auto;
    min-width: 0;
    color: white;
    border: solid 1px #ccc;
}

.vdli {
    text-align: left;
}



@media screen and (max-width:480px) {
    .table {
        width: 400%;
        max-width: 400%;
    }

    .table2 {
        width: 200%;
        max-width: 200%;
    }

    .toptable table {
        width: 100%;
    }
}

.footer-bk a{
    color: white;
    font-family: 'M PLUS 1p', sans-serif;
}
.footer-bk a:visited{
    color: white;
    font-family: 'M PLUS 1p', sans-serif;
}

td a:link, td a:visited, td a:hover,td a:active {
  color: blue;
}
