@charset "UTF-8";

/*--テーブルパーツテキスト、文字の太さ調整--*/
#schedule_list + div .outer tbody {
  font-weight:bold;
}

@media screen and (max-width: 900px) {
.outer {
overflow: scroll;
}

table {
   white-space: nowrap;
}
}