/*div, article, section, h1, h2, h3, h4, h5, h6, table {
    display: none;
}
*/
header, footer, .modal, .no-print {
    display: none;
}

* {
    margin: 0;
    box-sizing: border-box;
}

.print {
    display: block !important;
}

table {
    border-collapse: collapse;
}

th, td {
    padding: 0.5em;
    border: 1px solid #000;
}

body, pre {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-size: 10px;
}

pre {
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-all;
}

h1 {
    text-align: center;
    font-size: 140%;
    margin: 0;
}

#vertical_a4 {
    top: 0 !important;
    left: 0 !important;
    width: 172mm !important;
    height: 251mm !important;
}

#horizontal_a4 {
    top: 0 !important;
    left: 0 !important;
    width: 251mm !important;
    height: 172mm !important;
}

#vertical_a3 {
    top: 0 !important;
    left: 0 !important;
    width: 280mm !important;
    height: 410mm !important;
}

#horizontal_a3 {
    top: 0 !important;
    left: 0 !important;
    width: 410mm !important;
    height: 280mm !important;
}

#vertical {
    top: 0 !important;
    left: 0 !important;
    width: 280mm !important;
    height: 251mm !important;
}

#horizontal {
    top: 0 !important;
    left: 0 !important;
    width: 410mm !important;
    height: 172mm !important;
}

.nostyletable .tdHeader {
    font-size: 130%;
    width: 16rem;
}