@charset "utf-8";

.extra section.timetable:last-child {
  margin-bottom: 20px
}
dl dt.txt {
  height: auto !important;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 18px;
  background: none !important;
}
dl dt.txt p+p {
  margin-top: 16px
}
dl dt.txt p span {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 4px;
  display: block;
}
.extra_tit {
  font-size: 16px;
  margin-bottom: 8px
}
.extraday {
  width: 1040px;
  margin: -20px auto 0;
  padding-bottom: 60px
}
.extraday dl dt {
  display: block !important;
  background-color: #898989;
}
.extraday dl dd {
  background-color: #f2f2f2
}
.extraday dl dd table th {
  background-color: #cfcfcf
}
.extraday dl dd table tr:nth-child(2n+1) td {
  background-color: #efefef
}
/* 運賃の説明 */
.kt_timetable_block table, .kt_timetable_block table td, .kt_timetable_block table th {
  padding: 10px;
  border: 1px solid #000000;
  text-align: center;
  vertical-align: middle;
  max-width: 1040px;
}
.kt_timetable_block table th.root {
  border-bottom: 1px solid #000000;
  min-width: 220px;
}
.kt_timetable_block table td.company {
  min-width: 220px;
}
.kt_timetable_block table caption {
  text-align: left;
  padding: 10px 0;
}
.kt_timetable_block table th {
  font-weight: normal;
  background-color: #9dd5c6;
}
.kt_timetable_block table td {
  font-weight: normal;
  background: #ecf7f4;
}
.kt_timetable_block table td.price {
  background: #ffffff;
}
/*------------------------------------------------------------
  3/9 追記
------------------------------------------------------------*/
section.timetable.night dt {
  background: none;
  color: #000;
}
section.timetable.night dd {
  background: #fff;
}
/*------------------------------------------------------------
  ブロック（時刻表）
------------------------------------------------------------*/
section.timetable.night_area table .spacer {
  opacity: 0;
  border: none;
}
section.timetable.night_area table .spacer {
  display: none;
}
section.timetable.night_area table th, section.timetable.night_area table td {
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #333;
  padding: 10px;
}
section.timetable.night_area table th {
  font-weight: normal;
  background-color: #9dd5c6;
}
section.timetable.night_area table td {
  background-color: #fff;
}
section.timetable.night_area table tr:nth-child(odd) td {
  background-color: #ecf7f4;
}
section.timetable.night_area table td.holiday {
 background-color: #fdf874 !important;
}
/* 車内設備 */
section.timetable.night_area table tr.equipment td {
  background-color: #fff !important;
}
section.timetable.night_area table td.equipment {
  padding: 0;
}
section.timetable.night_area table td.equipment li {
  float: left;
  width: 32px;
  height: 32px;
  padding: 2px;
}
section.timetable.night_area table td.equipment li:nth-child(1) {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
section.timetable dd table td.equipment li:nth-child(2), section.timetable.night_area table td.equipment li:nth-child(2) {
  border-bottom: 1px solid #333;
}
section.timetable.night_area table td.equipment li:nth-child(3) {
  border-right: 1px solid #333;
}
section.timetable.night_area table td.equipment li img {
  display: block;
  width: 100%;
  height: auto;
}
section.timetable.night_area table tr td.night, section.timetable.night_area table tr td.okaimono {
  background: #b9f35d !important;
}
.night_box {
  overflow: hidden;
}
.one_box {
  width: 50%;
  padding-right: 10px;
  float: left;
}
.sec_box {
  width: 50%;
  padding-left: 10px;
  float: left;
}
.one_box table, .sec_box table {
  width: 100%;
}
.one_box table caption, .sec_box table caption {
  background-color: #0097A7;
  text-align: left;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 18px;
  font-weight: 500;
  box-sizing: border-box;
  padding-left: 20px;
}
.table_inner.night_area02 p span {
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 4px;
  display: block;
}
.kt_timetable_block {
  margin-bottom: 10px;
}
.kt_timetable_block table th.fare {
  min-width: 130px;
  border-right-style: none;
}
.kt_timetable_block table th.stop {
  min-width: 450px;
  border-right-style: none;
}
.kt_timetable_block .table_footer ul {
    margin: 0 auto;
    text-indent: -30px;
    padding-left: 30px;
}
.pb10{
  padding-bottom: 10px;
}
.pb20{
  padding-bottom: 20px;
}
.linkbtn_night {
    background-image: url("/kousoku/_system/img/icon_blank.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #0044cc;
    font-weight: bold;
    padding-right: 25px;
    text-decoration: underline;
}