@charset "utf-8";
table.discount_table01 {
    width: 100%;
    border: 1px solid #CCCCCC;
}
table.discount_table01 tr.color01 th, table.discount_table01 tr.color01 td {
    background: #F1F9E7;
}
table.discount_table01 tr.color02 th, table.discount_table01 tr.color02 td {
    background: #C9E4FF;
}
table.discount_table01 tr.color03 th, table.discount_table01 tr.color03 td {
    background: #FFC9C9;
}
table.discount_table01 th {
    padding: 10px;
    font-weight: normal;
}
table.discount_table01 td {
    padding: 10px;
}