@charset "UTF-8";

/* テーブルのレスポンシブ対応 */

.scroll_div {
    overflow: auto;
}
.scroll_div.fixed_header_display_none_at_print {
    z-index: 10;
}
.scroll_div table thead tr th {
    width: 200px;
}
.scroll_div table thead tr th:first-child {
    width: 90px;
}
.scroll_div.fixed_header_display_none_at_print{
    width: 90px!important;
}
