@charset "utf-8";

@media screen and (max-width: 559px){

    body {
        font-size: 11px;
    }
    
/* --------------------------------------------------
 * エクセルダウンロード
 * -------------------------------------------------- */
    .excelDL .excelDL_list a{
        padding-left: 40px;
        background-size: 40px 44px;
        height: 44px;
    }
    .excelDL .excelDL_list a .displayNoneSP{
        display: none;
        line-height: 44px;
    }    
    
/* --------------------------------------------------
 * Table
 * -------------------------------------------------- */
    /* -----------
     * 左項目 固定&横スライド
     * ----------- */
    .tableHeadWrap {width: 197px;}
    .tableDataWrap {width: calc(100% - 197px);}

    /* -----------
     * td幅
     * ----------- */
    .tableDataWrap table td {min-width: 83px;}              /*表_データ*/
    .tableDataWrap table td:first-child {min-width: 58px;}  /*表_データ ＞ 単位列*/
    
    /* -----------
     * PADDING
     * ----------- */
    .tableDataWrap table td {padding: 5px;}                 /*表_データ*/
    .tableDataWrap table td:first-child {padding: 5px 0;}   /*表_データ ＞ 単位列*/
    
    /* -----------
     * 装飾・構成
     * ----------- */
    /*表 共通*/
    .tableHeadWrap table td,
    .tableDataWrap table td {
        font-size: 11px;
    }
}
