@charset "UTF-8";
.paper_timetableBox .title {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 10px;
}
.paper_timetableBox .title .btn_weekday a, .paper_timetableBox .title .btn_holiday a {
  width: 210px;
  display: block;
  border-radius: 3px;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  font-weight: normal;
}
.paper_timetableBox .title .btn_weekday a:hover, .paper_timetableBox .title .btn_holiday a:hover {
  text-decoration: none;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  transition-duration: 0.2s;
}
.paper_timetableBox .title .btn_weekday a {
  background: #0090e3;
}
.paper_timetableBox .title .btn_holiday a {
  background: #ff4848;
}
.paper_timetableBox .title .tit_weekday, .paper_timetableBox .title .tit_holiday {
  width: calc(100% - 220px);
  text-align: center;
  padding: 15px 10px;
}
.paper_timetableBox .title .tit_weekday {
  background: #e0f4ff;
}
.paper_timetableBox .title .tit_holiday {
  background: #ffe8e8;
}

.paper_tableBox {
  overflow-x: scroll;
  /*overflow-y: auto;*/
  overflow-y: scroll;
  height: 800px;
}
.paper_table_scrollbar {
  overflow-x: scroll;
}
.paper_table_scrollbar .scrollbar_inner {
  height: 1px;
}

.paper_table_title {
  width: 100%;
  background-color: #444;
  color: #fff;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

.paper_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-bottom: 1px solid #333;
}
.paper_table tr th, .paper_table tr td {
  border: 1px solid #333;
  /*padding: 5px 10px;*/
  padding: 5px 5px;
  text-align: center;
}
.paper_table tr th {
  background-color: #ddd;
  vertical-align: middle;
  border-bottom: none;
}
.paper_table tr td {
  background-color: #fff;
  width: 50px;
  font-size: 1.2rem;
  border-left: none;
  border-bottom: none;
}
.paper_table .tableTr_trainNumber {
  position: sticky;
  top: 0;
  min-height: 32px;
  z-index: 3;
}
.paper_table .tableTr_trainNumber > td {
  font-size: 1rem;
  padding: 5px;
  vertical-align: middle;
}
.paper_table .tableTr_trainName {
  position: sticky;
  top: 32px;
  min-height: 32px;
  z-index: 3;
}
.paper_table .tableTr_trainName > th, .paper_table .tableTr_trainName td {
  border-bottom: 2px solid #333;
}
.paper_table .tableTr_trainName > td {
  font-size: 1.1rem;
  padding: 5px;
  vertical-align: top;
}
.paper_table .shinkansen > td {
  vertical-align: bottom;
}

.paper_table .tableTr_trainName .trainType {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      writing-mode: tb-rl;
  text-orientation: upright;
  margin: auto;
  display: block;
  white-space: nowrap;
}
.paper_table .tableTr_trainName .trainName {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      writing-mode: tb-rl;
  text-orientation: upright;
  margin: auto;
  display: block;
  white-space: nowrap;
}
.paper_table .shinkansen .trainName {
  white-space: nowrap;
  text-align: justify;
}

.paper_table .tableTr_trainName .trainNo {
  text-align: center;
  display: block;
  margin-top: 10px;
}
/*
.paper_table .tableTr_previous > th, .paper_table .tableTr_previous td {
  border-top: none;
}
*/
.paper_table .tableTr_firstTrain > td {
  font-size: 1.1rem;
  padding: 5px;
  vertical-align: bottom;
  position: relative;
}
.paper_table .tableTr_firstTrain > td .f_trainText,
.paper_table .tableTr_firstTrain > td .f_trainText_num {
  display: inline-block;
}
.paper_table .tableTr_firstTrain > td.t_short {
  cursor: pointer;
}
.paper_table .tableTr_firstTrain > td.t_short .f_trainText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3em;
  height: 1em;
}
.paper_table .tableTr_firstTrain > td .trainText_all {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
}
.paper_table .tableTr_firstTrain > td .trainText_all .trainName, .paper_table .tableTr_firstTrain > td .trainText_all .trainNum {
  min-width: 100px;
  display: block;
}
.paper_table .tableTr_facility > td img {
  margin-bottom: 5px;
  width: 2.8em;
}
.paper_table .tableTr_operatingDay > td {
  font-size: 1.1rem;
  padding: 5px;
  vertical-align: middle;
}
.paper_table .tableTr_operatingDay > td.operating_box {
  position: relative;
}
.paper_table .tableTr_operatingDay > td.operating_box .operating_btn {
  cursor: pointer;
}
.paper_table .tableTr_operatingDay > td.operating_box .operating_text {
  display: none;
}
.paper_table .tableTr_operatingDay > td.operating_box .operating_text.is-show {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  top: 30px;
  width: 120px;
  z-index: 1;
}

.paper_table td.change {
  position: relative;
}
.paper_table td.change .operating_btn {
  cursor: pointer;
  color: #ff0000;
}
.paper_table td.change .operating_text {
  display: none;
}
.paper_table td.change .operating_text.is-show {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  top: 30px;
  width: 120px;
  z-index: 3;
}

.paper_table .tableTr_article > td {
  font-size: 1.1rem;
  padding: 5px;
  vertical-align: middle;
}
.paper_table .tableTr_article > td.article_box {
  position: relative;
}
.paper_table .tableTr_article > td.article_box .article_btn {
  cursor: pointer;
}
.paper_table .tableTr_article > td.article_box .article_text {
  display: none;
}
.paper_table .tableTr_article > td.article_box .article_text.is-show {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  top: 30px;
  width: 120px;
  z-index: 1;
}
.paper_table .tableTr_end {
  position: sticky;
  bottom: 32px;
  min-height: 32px;
  z-index: 2;
}
.paper_table .tableTr_end > th, .paper_table .tableTr_end td {
  border-top: 2px solid #333;
}
.paper_table .tableTr_end > td {
  font-size: 1.1rem;
  padding: 5px;
  vertical-align: bottom;
  position: relative;
}
.paper_table .tableTr_end > td .e_trainText,
.paper_table .tableTr_end > td .e_trainText_num {
  display: inline-block;
}
.paper_table .tableTr_end > td.e_t_short {
  cursor: pointer;
}
.paper_table .tableTr_end > td.e_t_short .e_trainText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 3em;
  height: 1em;
}
.paper_table .tableTr_end > td .e_trainText_all {
  position: absolute;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
  display: block;
  padding: 5px;
  font-weight: bold;
  font-size: 1.2rem;
  top: -55px;
  z-index: 1;
}
.paper_table .tableTr_end > td .e_trainText_all .trainName, .paper_table .tableTr_end > td .e_trainText_all .trainNum {
  min-width: 100px;
  display: block;
}
.paper_table .tableTr_next {
  position: sticky;
  bottom: -1px;
  min-height: 32px;
  z-index: 2;
}
.paper_table .tableTr_next > th, .paper_table .tableTr_next td {
  border-bottom: 1px solid #333;
}
.paper_table .table_th01 {
  /*width: 100px;*/
  width: calc(6em + 21px);
  position: sticky;
  left: 0;
  border-right: none;
  z-index: 2;
}
.paper_table .table_th01 .v_scale {
  display: inline-block;
  /*white-space: nowrap;*/
}
.paper_table .table_th02 {
  width: 40px;
  position: sticky;
  /*left: 100px;*/
  left: calc(6em + 21px);
  border-right: 3px double #333;
  z-index: 2;
}/*# sourceMappingURL=paper_style.css.map */