.inner {
  width: 840px;
  margin-right: auto;
  margin-left: auto;
}

.considerations_listWrap {
  padding: 16px 12px 16px 52px;
  color: #f60;
  border: 2px solid #f60;
  background-color: #fffbf0;
  background-image: url(../images/boxinfo02_icon.png);
  background-repeat: no-repeat;
  background-position: 21px 19px;
  font-weight: bold;
}

.considerations_listWrap .considerations_list {
  margin-top: 5px;
  padding-left: 0.4em;
  text-indent: -0.4em;
  font-size: 16px;
  font-weight: 300;
}

.considerations_listWrap .considerations_list:first-child {
  margin-top: 0;
}

.currentDay {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-bottom: 10px;
  padding: 3px 8px;
  color: #0072bc;
  border: 2px solid #d4e1ed;
  font-size: 16px;
  font-weight: 500;
}

.warningNote {
  margin: 15px 0;
  color: #c00;
  font-size: 16px;
}

.cont_txt {
  font-size: 16px;
  line-height: 1.5;
}

.cont_txt.cont_list {
  padding-left: 20px;
  text-indent: -20px;
}

.cont_txt a {
  text-decoration: underline;
  color: #0473bd;
}

.cont_txt a:hover {
  text-decoration: none;
}

.more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 407px;
  height: 58px;
  margin: 60px auto 115px;
  text-decoration: none !important;
  color: #fff !important;
  background-color: #0473bd;
  background-image: url(../images/ico_arrow01.png);
  background-repeat: no-repeat;
  background-position: 30% 50%;
  font-size: 16px;
}

p.list {
  padding-left: 10px;
  background-image: url(../images/icon_list.png);
  background-repeat: no-repeat;
  background-position: 1px 0.5em;
}

.nav_top {
  margin-top: 25px;
  margin-bottom: 35px;
  padding: 8px 20px;
  background: #0075b6;
}

.nav_top ul li {
  display: inline-block;
  margin-right: 28px;
  margin-bottom: 2px;
  padding-left: 16px;
  background: url(../images/arrow_down.png) no-repeat 0 center;
}

.nav_top ul li a {
  display: block;
  color: #fff !important;
  font-size: 16px;
}

.title {
  margin-bottom: 10px;
}

.title02 {
  clear: both;
  margin-bottom: 5px;
  padding-left: 15px;
  text-decoration: underline;
  color: #0473bd;
  background: url(../images/arrow_right.png) no-repeat 0 center;
  font-size: 18px;
  font-weight: bold;
}

.title02:hover {
  text-decoration: none;
}

.baggageOption_sec {
  margin-bottom: 40px;
}

/* boxTerm
/*+---------------------------------*/
.boxTerm {
  padding: 20px;
  border-radius: 8px;
  background-image: url(../images/boxterm_bg.png);
  background-repeat: repeat;
}

.boxTerm dl {
  overflow: hidden;
}

.boxTerm dl + dl {
  margin-top: 20px;
}

.boxTerm dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 143px;
  height: 35px;
  margin-right: 20px;
  color: #00578f;
  background-image: url(../images/boxterm_bg02.png);
  text-shadow: 1px 1px 1px #fff;
  font-size: 16px;
}

.boxTerm dd {
  float: left;
  width: 470px;
  padding-left: 20px;
  border-left: 1px dotted #1e5b97;
}

.boxTerm dd .date {
  font-weight: bold;
}

.boxTerm dd .notUse {
  margin: 10px 0;
}

div#odekakeContents .boxTerm dd .notUse h4 {
  font-weight: normal;
}

.boxTerm dd .notUse .list span {
  display: inline-block;
  white-space: nowrap;
}

.sec01 .boxTerm {
  margin-top: 15px;
}

/* table
/*+---------------------------------*/
/*- tbl01 ---------*/
.tbl01 {
  margin-top: 15px;
}

.tbl01 thead {
  border-bottom: 2px solid #c3dded;
}

.tbl01 thead th {
  background-color: #e4f1f9;
}

.tbl01 th, .tbl01 td {
  padding: 10px 3px;
  text-align: center;
  border: 1px solid #c3dded;
  font-size: 16px;
}

.tbl01 th.from, .tbl01 th.to {
  width: 10em;
}

.tbl01 th.type01, .tbl01 th.type02 {
  width: 6em;
}

.tbl01 th.category {
  width: 50%;
  white-space: nowrap;
}

.tbl01 th.price {
  width: 4em;
  white-space: nowrap;
}

.tbl01 th.limit {
  width: 70%;
  white-space: nowrap;
}

.tbl01 th.number {
  width: 4em;
  white-space: nowrap;
}

.tbl01 tr.line td {
  background-color: #f5f9fd;
}

/*- tbl02 ---------*/
.tbl02 {
  margin-bottom: 15px;
  table-layout: fixed;
}

.tbl02 table {
  table-layout: fixed;
}

.tbl02 th {
  white-space: nowrap;
  background-color: #e8f3fa;
  widows: 180px;
}

.tbl02 th {
  background-color: #ddedf8;
}

.tbl02 th, .tbl02 td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c3dded;
}

.tbl02 td {
  width: 80%;
  height: 68px;
}

.tbl02 .bg_lightBlue {
  background-color: #e4f1f9;
}

.tbl02 .bg_gray {
  background-color: #f2f3f5;
}

.tbl02 th.type {
  width: 170px;
  color: #fff;
  background-color: #0075b6;
  font-weight: bold;
}

.tbl02 td.notSeat {
  background-color: #f8f8f8;
}

.tbl02 td span {
  display: block;
  font-size: 85%;
}

/* boxSeatExplain
/*+---------------------------------*/
.boxSeatExplain {
  margin-bottom: 15px;
  padding: 20px 30px;
  border-radius: 8px;
  background-image: url(../images/boxseatexplain_bg.png);
  background-repeat: repeat;
}

.boxSeatExplain * {
  font-size: 16px;
}

.boxSeatExplain dl {
  padding: 2px 0;
}

.boxSeatExplain .cont01 .mark01 {
  float: left;
  width: 100%;
}

.boxSeatExplain .cont01 .mark02 {
  float: left;
  width: 100%;
}

.boxSeatExplain .cont01 .mark03 {
  clear: both;
  width: 100%;
}

.boxSeatExplain .cont01 dt {
  float: left;
  width: 1.2em;
}

.boxSeatExplain .cont02 {
  overflow: hidden;
  padding-top: 15px;
}

.boxSeatExplain .cont02 dl {
  float: left;
  width: 50%;
}

.boxSeatExplain .cont02 dt {
  float: left;
  width: 4em;
}

/* sec02
/*+---------------------------------*/
.sec02 .tbl01 {
  margin-top: 15px;
}

/* sec04
/*+---------------------------------*/
#main .container .sec04 .boxSeatExplain {
  margin-bottom: 15px;
}

#main .container .sec04 .train_type {
  margin-bottom: 20px;
}

#main .container .sec04 .train_type table {
  font-size: 16px;
}

#main .container .sec04 .train_type01 table {
  width: 100%;
}

#main .container .sec04 .train_type02 table {
  width: 500px;
}

#main .container .sec04 .train_type03 table {
  width: 840px;
}

#main .container .sec04 .train_type04 table {
  width: 840px;
}

#main .container .sec04 .train_type05 table {
  width: 420px;
}

/* sec05
/*+---------------------------------*/
.sec05 .information_sec {
  margin-bottom: 20px;
}

/* sec06
/*+---------------------------------*/
.sec06 .information_box {
  margin-bottom: 20px;
}

.baggageOption_contWrap {
  padding: 0 20px;
}
/*# sourceMappingURL=baggage_option.css.map */