@charset "UTF-8";

#table + .contents_box01 .inner_item_txt {
    width: auto;
}

#table + .contents_box01 .inner_item_txt tr th {
    background-color: #e5e2e2;
}

@media screen and (max-width: 900px) {
#table + .contents_box01 .inner_item_txt {
    width: auto;
    overflow-x: scroll;
}
}

