@charset "UTF-8";
/* ===== Base Settings ===== */

body{
    zoom:60%
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
    /* @pageの指定いらないかも */
    @page {
        size: A4;
        margin: 12.7mm 9.7mm;
    }

    body {
        zoom: 1.8;
        width: 1200px;
        transform: scale(0.5);
        transform-origin: 0 0;
    }
}

body {
    position: relative !important;
}

.index_top {
    position: absolute !important;
    left: 50% !important;
    top: 62px !important;
    margin-left: -214px !important;
    text-align: center !important;
}