/* 検索ボックス調整 */
@media screen and (max-width: 1024px){
    /* 12/3 tab対応 */

    /* 成績管理者ステージング対応 */
    .page-id-43 div.page_div_box {
        overflow:scroll;
    }
}



/**************************
 * 
 *成績用
 *
 ****************************/
 /* 12/3 テーブルヘッダ背景色追加 */
.page-id-43 .tablesorter-header-inner{
    background-color: white;
}

/* 検索ボックス */
.histroy-list-table_sarch{
    /* display:inline-flex; */
    display: block;
    position: sticky;
    left: 0px;
}
@media screen and (max-width: 1024px){
    /* 3/8 tab対応 */
    .histroy-list-table_sarch{
        display: block;
    }
}


/* ページ移動 */
.pager{
   /* position: absolute;
    margin-left: 35%;*/
}
@media screen and (max-width: 1024px){
    /* 12/6 tab対応 */
    .pager button {
        padding: 0.76rem 0.9rem;
    }
}
@media screen and (max-width: 560px){
    /* 12/6 sp対応 */
    .pager{
        margin-left:0%;
    }

    .pager button {
        padding: 0.76rem 0.5rem;
    }
}

table.histroy-list-table {
    margin: auto;
    border: 2px #808080 solid;
    text-align: center;
    font-size: 0.6em;
    width: 90%;
    font-weight: 900;
}
table.histroy-list-table .fixed_th_3 {
    display: table-cell;
}

/* sp版名前 */
td.fixed_th_3.mode-sp{
    display: none;
}
@media screen and (max-width: 1024px){
    /* 12/6 tab対応 */
    td.fixed_th_3.mode-pc{
        display: none;          /* 12/16 表示修正 */
    }

    td.fixed_th_3.mode-sp{
        display: block;
    }

    table.histroy-list-table {
        table-layout: fixed;
    }
    table.histroy-list-table .fixed_th_1 {
        position: sticky;
        left: 4px;
    }
    table.histroy-list-table .fixed_th_2 {
        position: sticky;
        /* 先頭からセル幅＋ボーダー幅 */
        left: calc(4px + 100px + 2px);
    }
    table.histroy-list-table .fixed_th_3 {
        position: sticky;
        left: calc(106px + 100px + 2px);
    }
    table.histroy-list-table .fixed_th_3.mode-sp{
        height: 78px;
    }
    table.histroy-list-table .fixed_th_4 {
        position: sticky;
        left: calc(208px + 100px + 2px);
    }

}
@media screen and (max-width: 560px){
    /* 12/6 sp対応 */
    ul.header-dropmenu li a.mode-pc{
        display: none;
    }

    .page-id-43 table.histroy-list-table{
        width: 97.5%;
    }

    
}

    table.histroy-list-table td, th {
        border: 1px #808080 solid;
        width: 50px;
    }
    @media screen and (max-width: 1024px){
        /* 12/3 tab対応 */
        table.histroy-list-table td, th {
            width:100px;
        }
    }
    @media screen and (max-width: 560px){
        /* 12/6 sp対応 */
        table.histroy-list-table td, th {
            width:80px;
        }
    }

    table.histroy-list-table th {
        text-align: center;
      
    }

    table.histroy-list-table tr:nth-child(odd) td {
        background: #DDFFFF;
    }
    /* 12/3 セル色追加 */
    table.histroy-list-table tr:nth-child(even) td {
        background: white;
    }
    @media screen and (max-width: 560px){
        /* 12/3 tab対応 */
        table.histroy-list-table tr:nth-child(even) td {
            background: #DDFFFF;
        }
    }


    /* 12/17 タイトル */
    @media screen and (max-width: 1024px){
        /* 12/3 tab対応 */
        .history_list_admin_title_area{
            margin-top: -10px;
        }
    }
    @media screen and (max-width: 560px){
        /* 12/3 tab対応 */
        .history_list_admin_title{
            margin-left: 25%;
        }
    }