table.cl {
    border: solid 1px #000;
    border-collapse: collapse;
    width: 700px;
}

td.gray {
    padding-left: 5px;
    background-color: #d9d9d9;
    border: solid 1px #000;
    width: 120px;
    height: 24px;
}

td.white {
    padding-left: 5px;
    border: solid 1px #000;
    width: 480px;
    height: 24px;
}

td.check1 {
    padding-left: 5px;
    border: solid 1px #000;
    width: 480px;
    height: 24px;
}

td.check2 {
    border: solid 1px #000;
    width: 30px;
    height: 24px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

td.check2 img {
    display: inline-block;
    vertical-align: middle;
}

td .note {
    margin-left: 1.4em;
    color: #ff2525;
}

td.seal {
    padding: 0 5px;
    border: solid 1px #000;
    width: 480px;
    height: 64px;
    text-align: right;
}

td.option {
    padding: 0 5px;
    border: solid 1px #000;
    width: 480px;
    height: 64px;
}

.rd {
    color: #ff2525;
}

@media print {
    .noprint {
        display: none;
    }
}
