@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*UL Style*/
/*ul dl
----------------------------------------*/
.ul-reset,
.ol-reset,
.reset-ul,
.reset-ol {
  padding-left: 0;
  list-style-type: none;
}

.dl-reset dd,
.reset-dl dd {
  margin-left: 0;
}

.entry .basicHead h1:first-child {
  margin-top: 2em;
}

/*乗車券のご案内　運賃*/
.detail1Sec01 p.fltL {
  display: inline;
  float: left;
  margin: 0 13px 0 11px;
}

.detail1Sec01 dl {
  overflow: hidden;
  padding-top: 5px;
  height: 1%;
}

.detail1Sec01 dl dt {
  margin-bottom: 5px;
  color: #b32222;
  font-size: 116%;
}

.detail1Sec01 dd {
  margin-left: 0;
}

.detail1Sec01 ul {
  padding-left: 0;
  list-style-type: none;
}

.detail1Table01,
.detail2Table01,
.detail2Table02,
.detail4Table01 {
  border-collapse: collapse;
  line-height: 1.2;
}
.detail1Table01 th, .detail1Table01 td,
.detail2Table01 th,
.detail2Table01 td,
.detail2Table02 th,
.detail2Table02 td,
.detail4Table01 th,
.detail4Table01 td {
  padding: .5em 1em;
  border: 1px solid #ddd;
}
.detail1Table01 th,
.detail2Table01 th,
.detail2Table02 th,
.detail4Table01 th {
  background: #f9f9f9;
  color: #666;
  font-size: 0.92857em;
}
.detail1Table01 td,
.detail2Table01 td,
.detail2Table02 td,
.detail4Table01 td {
  font-size: 1em;
}

.heightLine-A dd {
  margin-left: 0;
}

.heightLine-B {
  padding-left: 0;
  list-style-type: none;
}

/* SKカード(パスネット) */
.detail3List01,
.detail3List03 {
  padding-left: 0;
  list-style-type: none;
  color: #FF0000;
}

.detail3List02 {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
}

.detail3SkB {
  border: 2px solid #ccc;
  border-radius: 4px;
  padding: 15px;
}

.detail3Navi,
.detail4Navi,
.detailNavi {
  padding-left: 0;
  list-style-type: none;
}
.detail3Navi::after,
.detail4Navi::after,
.detailNavi::after {
  clear: both;
  content: "";
  display: table;
}
.detail3Navi li,
.detail4Navi li,
.detailNavi li {
  display: inline-block;
  margin: 0 5px 5px;
}

/* 手回り品・持込禁制品 */
.detail4List03 dt {
  clear: both;
  float: left;
}

.detail4List03 dd {
  background: url(../../images/common/line_dot_gray_x.gif) repeat-x left bottom;
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0 0 10px 75px;
}

.detail4List03 dd.noBg {
  background: none;
}

.detail4Table02 .bgGray, .detail4Table02 .bgBlue {
  padding: .5em 1em;
  border-radius: 4px;
  color: #fff;
}
.detail4Table02 .bgGray {
  background: #d7ae7d;
}
.detail4Table02 .bgBlue {
  background: #6897cd;
}
.detail4Table02 td {
  padding: .5em 1em;
}

/*PASMOとは　ご利用上の注意*/
.basicArea ul {
  padding-left: 0;
  list-style-type: none;
}
.basicArea dd {
  margin-left: 0;
}

.entry #sfInner h4, .entry .pasmoFrame h4 {
  margin: 0;
  padding-left: 0;
  border-left: none;
}

.grayflameLarge, .grayflameMiddle {
  margin: 20px 0;
  border-radius: 4px;
  border: 1px solid #eaeaea;
}
.grayflameLarge .gfLarge_top, .grayflameLarge .gfLarge_bot, .grayflameLarge .gfMiddle_top, .grayflameLarge .gfMiddle_bot, .grayflameMiddle .gfLarge_top, .grayflameMiddle .gfLarge_bot, .grayflameMiddle .gfMiddle_top, .grayflameMiddle .gfMiddle_bot {
  display: none;
}

.basicArea {
  margin-bottom: 20px;
}

.mannersList01 dt::after, .mannersList01 dd::after {
  clear: both;
  content: "";
  display: table;
}
.mannersList01 dd {
  margin-left: 0;
}

.oldstyle::after {
  clear: both;
  content: "";
  display: table;
}
.oldstyle .clBox_l, .oldstyle .clBox_r {
  float: left;
  margin: 0 20px 15px 0;
  width: 264px;
}
.oldstyle .clBox_l:nth-child(2n + 1), .oldstyle .clBox_r:nth-child(2n + 1) {
  clear: both;
}
.oldstyle .clBox_l dt img, .oldstyle .clBox_r dt img {
  vertical-align: bottom;
}
.oldstyle .clBox_l dt.org, .oldstyle .clBox_r dt.org {
  border: 2px solid #E9E6DD;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
}
.oldstyle .clBox_l dt.org a, .oldstyle .clBox_r dt.org a {
  display: block;
  background-color: #8C807E;
  background-image: -webkit-linear-gradient(#8C807E 0%, #807071 50%, #796969 51%, #796969 100%);
  background-image: linear-gradient(#8C807E 0%, #807071 50%, #796969 51%, #796969 100%);
  line-height: 54px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
}
.oldstyle .clBox_l dt.org a:hover, .oldstyle .clBox_r dt.org a:hover {
  text-decoration: none;
}
.oldstyle .clBox_l dd, .oldstyle .clBox_r dd {
  margin-left: 0;
  padding: 10px;
  border: 2px solid #E9E6DD;
  border-radius: 0 0 4px 4px;
  border-top: 0;
}

.qaBox {
  margin: 0 0 14px 5px;
  background: url(/images/common/line_dot_gray_x.gif) left bottom repeat-x;
  padding-bottom: 1em;
}

.qaBox dt {
  background: url(/images/faq/detail/icon_q.gif) left 0.1em no-repeat;
  padding: 0 0 8px 25px;
  color: #8d1d1d;
  font-size: 116%;
}

.qaBox dd {
  margin-left: 0;
  background: url(/images/faq/detail/icon_a.gif) left 0.1em no-repeat;
  padding: 0 0 0 25px;
}
