@charset "UTF-8";

#table2 + .contents_box01 .wrapper_item table {
    background: #fee0ff;
}

#table3 + .contents_box01 .wrapper_item table {
    background: #deffd9;
}



#table + .contents_box01 .wrapper_item table tr:nth-child(1) {
    background: #b4c6e7;
}

#table + .contents_box01 .wrapper_item table tr:nth-child(2) {
    background: #fff2cc;
}

#table + .contents_box01 .wrapper_item table tr:nth-child(3) {
    background: #e2efd9;
}

#table + .contents_box01 .wrapper_item table tr:nth-child(4) {
    background: #fbe4d5;
}

#table + .contents_box01 .wrapper_item table tr:nth-child(5) {
    background: #ccffff;
}

#basic + .contents_box01 .inner_item_txt table {
    background: #fffba6;
}