@charset "utf-8";

/************************************************
 印刷用
************************************************ */

@media print {
    body {
        zoom: 75%;
    }
    .no-print {
        display: none;
    }
    header,
    footer,
    .gnav {
        display: none;
    }

    /* 印刷時の横幅の比率を調整 */
    .mp-table.-sm {
        width: 99%;
    }
    .mp-table.-sm col:nth-child(1) {
        width: 10%;
    }
    .mp-table.-sm col:nth-child(2) {
        width: 20%;
    }
    .mp-table.-sm col:nth-child(3) {
        width: 25%;
    }
    .mp-table.-sm col:nth-child(4) {
        width: 10%;
    }
    .mp-table.-sm col:nth-child(5) {
        width: 10%;
    }
    .mp-table.-sm col:nth-child(6) {
        width: 25%;
    }

}