@charset "UTF-8";

/* ボーダーを入れたい表 */
table.printBorder {
    border: 2px solid #000000;
}
table.printBorder th,
table.printBorder td {
    border: 1px solid #000000;
}

/* 上線を入れたい行 */
tr.printUnderLine th,
tr.printUnderLine td {
    border-top: 2px solid #000000;
}

/* タイトル */
span.printBig {
    font-size: 16px;
}

/* 非表示 */
.noPrint {
    display: none;
}
