@charset "UTF-8";

#top_table+div table {
    white-space: nowrap;
    min-width: 340px;
}
@media screen and (max-width:380px) {
#top_table+div .outer {
    overflow-x: scroll;
}
}