@charset "UTF-8";

#history + .block_table_1 .outer {
    width: 690px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
#history + .block_table_1 .outer {
    width: 80%;
    margin: 0 auto;
}
}