table.ptb {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

table.ptb caption, table.ptb tr, table.ptb th, table.ptb td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: bold;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, Arial, sans-serif;
}

table.ptb caption.title {
    padding: 8px;
    background-color: #000000;
    color: #ffffff;
    font-size: 23px;
    text-align: center;

    p {
        margin: 0;
    }
}

table.ptb caption.note {
    caption-side: bottom;
    text-align: right;
    background-color: unset;
    color: #000000;
    font-size: 18px;
}

table.ptb th, table.ptb td {
    border: 1px solid #000000;
    padding: 8px;
    text-align: center;
    font-size: 16px;

    p {
        margin: 0;
    }
}

table.ptb td {
    font-size: 20px;
}

table.ptb .w15 {
    width: 15%;
}

table.ptb .w18 {
    width: 18%;
}

table.ptb .w20 {
    width: 20%;
}

table.ptb .w28 {
    width: 28%;
}

table.ptb .w30 {
    width: 30%;
}

table.ptb .w40 {
    width: 40%;
}

table.ptb .fc_red {
    color: #ff0000;
}

table.ptb .bg_gry3 {
    background-color: #313131;
    color: #ffffff;
}

table.ptb .bg_gry6 {
    background-color: #6c6c6c;
    color: #ffffff;
    font-size: 16px;
}

table.ptb .bg_gry9 {
    background-color: #999999;
    color: #ffffff;
}

table.ptb .bg_gryc {
    background-color: #cccccc;
    color: #000000;
}

table.ptb .bg_ble {
    background-color: #0000FF;
    color: #ffffff;
}

table.ptb .bg_red {
    background-color: #FF0000;
    color: #ffffff;
}

table.ptb .bg_org {
    background-color: #FD8008;
    color: #ffffff;
}

table.ptb .bg_smn {
    background-color: #ff5555;
    color: #ffffff;
}

table.ptb .bg_grn {
    background-color: #007700;
    color: #ffffff;
}

table.ptb .bg_tal {
    background-color: #108080;
    color: #ffffff;
}

table.ptb .fc_gry {
    color: #666666;
}

table.ptb .fc_grd {
    color: #ddaa22;
}

table.ptb .fc_yel {
    color: #ffaa00;
}

table.ptb .fc_ppl {
    color: #990099;
}

table.ptb .font-size-16 {
    font-size: 16px;
}

table.ptb .font-size-17 {
    font-size: 17px;
}

table.ptb .font-size-18 {
    font-size: 18px;
}
