/* ==========================================================================
   Unten
   ========================================================================== */
/* Train information
   ========================================================================== */
.train-information {
  padding: 16px 0;
  background-color: #dedfdf;
}
@media screen and (max-width: 768px) {
  .train-information {
    padding-top: 0;
  }
}
.train-information_inner {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .train-information_inner {
    width: auto;
  }
}
.train-information_news {
  overflow: hidden;
}
.train-information_news_title {
  display: table;
  float: left;
  width: 146px;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
}
.train-information_news_title button {
  position: relative;
  display: table-cell;
  width: 100%;
  padding: 10px 26px 10px 5px;
  border: none;
  background-color: #e50113;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.train-information_news_title button:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 22px;
  margin: auto;
  background: url(/unten2/img/unten_bg01.png) 0 top no-repeat;
  background-size: 16px 18px;
  top: 0;
  bottom: 0;
  right: 6px;
}
.train-information_news_title button:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media screen and (max-width: 768px) {
  .train-information_news_title {
    display: none;
  }
}
.train-information_news_body {
  position: relative;
  overflow: hidden;
  padding: 10px 17px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.train-information_news_body p {
  margin-top: 10px;
  line-height: 1.3;
}
.train-information_news_body p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .train-information_news_body {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.train-information_text {
  margin-top: 16px;
  padding: 0 10px;
}
/* news
   ========================================================================== */
.news {
  display: none;
}
.news.is-show {
  display: block;
}
.news_title {
  font-weight: bold;
}
.news_detail {
  border: 1px solid #dedfdf;
  margin-top: 5px;
  padding: 20px 22px;
}
.news_detail > dt {
  font-weight: normal;
  margin: 0 -0.6em;
}
/* routemap
   ========================================================================== */
.routemap {
  display: none;
}
/* line-info
   ========================================================================== */
.line-info {
  table-layout: auto;
}
.line-info thead th:first-child {
  padding-left: 15px;
  height: auto;
}
.line-info th:first-child {
  position: relative;
  width: 25%;
  height: 75px;
  padding-left: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: #dedfdf 1px solid;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .line-info th:first-child {
    width: 115px;
    height: auto;
    padding: 10px 5px;
  }
}
.line-info_title > img {
  position: absolute;
  width: 44px;
  margin: auto;
  left: 15px;
  top: 0;
  bottom: 0;
}
.line-info_title > span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .line-info_title {
    font-size: 1.4rem;
  }
  .line-info_title > img {
    position: relative;
    display: block;
    width: 24px;
    text-align: center;
    left: auto;
  }
  .line-info_title > span {
    display: block;
    margin-top: 2px;
    text-align: center;
  }
}
.line-info_detail > p {
  padding-left: 45px;
}
.line-info_detail > .status {
  position: relative;
}
.line-info_detail > .status:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: auto 0;
  border-radius: 50%;
}
.line-info_detail > .status.d:before {
  background-color: #ffe373;
}
.line-info_detail > .status.sd:before {
  background-color: #e60019;
}
.line-info_detail > .status.no:before {
  background-color: #43ccbe;
}
.line-info_detail > .status02 {
  display: none;
  margin-top: 20px;
  font-weight: bold;
}
.line-info_detail > .status02:before {
  content: '◆';
  margin-left: -1em;
}
.line-info_detail > .status02.d,
.line-info_detail > .status02.sd,
.line-info_detail > .status02.no {
  display: block;
}
@media screen and (max-width: 768px) {
  .line-info_detail > p {
    font-size: 1.4rem;
    padding-left: 30px;
  }
  .line-info_detail > .status:before {
    top: -1px;
    left: 3px;
    bottom: auto;
    width: 20px;
    height: 20px;
  }
}
/* Modal
   ========================================================================== */
#cboxOverlay {
  background: #000000;
}
#colorbox {
  outline: 0;
}
#cboxLoadingGraphic {
  background: url(/unten2/img/index_modal_img01.gif) no-repeat center center;
}
#cboxContent {
  position: relative;
  margin-top: 27px;
  padding: 20px;
  background-color: #fff;
}
#cboxClose {
  position: absolute;
  top: -27px;
  right: 0;
  width: 17px;
  height: 17px;
  background: url(/unten2/img/index_modal_img02.png) no-repeat center center;
  background-size: 100%;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}
#cboxClose:hover,
#cboxClose:active {
  opacity: .7;
  filter: alpha(opacity=70);
}
/* nyujyou-button
   ========================================================================== */
.nyujyou-button {
  display: none !important;
  margin-top: 70px;
  font-weight: bold;
}
.nyujyou-button.is-abnormal {
  display: table !important;
}
html[lang=en] .nyujyou-button,
html[lang=zh-CHT] .nyujyou-button,
html[lang=zh-Hant] .nyujyou-button,
html[lang=zh-CHS] .nyujyou-button,
html[lang=zh-Hans] .nyujyou-button,
html[lang=ko] .nyujyou-button,
html[lang=th] .nyujyou-button,
html[lang=fr] .nyujyou-button,
html[lang=es] .nyujyou-button {
  display: none!important;
}
.nyujyou-button a {
  padding-top: 14px;
  padding-bottom: 10px;
}
.nyujyou-button a::before {
  content: '';
  position: relative;
  top: -2px;
  right: auto;
  bottom: auto;
  display: inline-block !important;
  width: 25px;
  height: 22px;
  background: url(/common_rwd/img/icon_attention.png) no-repeat center top;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 5px;
}
