@charset "UTF-8";

#menu-table + .contents_box01 .inner_item_txt {
    overflow: auto;
}
#menu-table + .contents_box01 .inner_item_txt table {
    margin: 0 auto;
}
#menu-table + .contents_box01 .inner_item_txt table thead {
    background-color: var(--i_main_color);
    color: var(--i_btn_txt_color);
}
#menu-table + .contents_box01 .inner_item_txt th,
#menu-table + .contents_box01 .inner_item_txt td {
    padding: 0.5rem 1rem;
    border: 1px solid var(--i_btn_hover_color);
    text-align: center;
    white-space: nowrap;
}
#menu-table + .contents_box01 .inner_item_txt table .left {
    text-align: left;
}
#menu-table + .contents_box01 .inner_item_txt table .small {
    font-size: 1.2rem;
}
#menu-table + .contents_box01 .inner_item_txt table .blue {
    background-color: rgba(0, 65, 169, 0.1);
}
#menu-table + .contents_box01 .inner_item_txt table .green {
    background-color: #ddecd5;
}
#menu-table + .contents_box01 .inner_item_txt table .yellow {
    background-color: #fff8bd;
}
#menu-table + .contents_box01 .inner_item_txt table .orange {
    background-color: #ffe1ac;
}
#menu-table + .contents_box01 .inner_item_txt table .pink {
    background-color: #ffdad8;
}