@charset "utf-8";
#departure-wrap #headerNaviWrap{
  width: 100%;
  background-color:#f2f2f2!important;
  padding: 10px;
}
.departure-contents-box {
  max-width: 970px;
  margin: 0 auto 30px;
  padding: 20px 40px;
  background-color: #fff!important;
}
.provisional-contents-wrap{
  width: 100%;
  height: 30px;
  background-color: #fff!important;
}
#separture-wrap {
  font-size: 16px;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
.departure-item-wrap .schedule-box {
  margin: 15px 0;
  list-style-type: decimal;
}
.departure-item-wrap{
  border-bottom: 1px dotted #ddd;
}
.departure-item-wrap .schedule-box li {
    padding: 5px;
}
.departure-item-wrap .schedule-box-ttl {
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  padding: 2%;
  padding-left: 37px;
  color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-color: #416e1f!important;
  background-image: url(/img/icon/icon_time02_wh.png);
  background-repeat: no-repeat;
  background-position: 1% 43%;
  background-size: 24px;
}
.departure-item-wrap .schedule-box li:nth-child(odd) {
  font-size: 16px;
  padding: 5px;
  /* list-style-type: decimal; */
  /* list-style-position: inside; */
  /* padding-left: 3em; */
  border-bottom: 1px solid #eee;
  background-color: #fff7f2!important;
}
div#footer {
  text-align: center;
  bottom: 0;
  width: 100%;
  height: 60px;
  padding: 20px 0;
}
.departure-list-ttl {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
}
div.maplink-wrap{
  font-size: 12px;
  position: relative;
  display: inline-block;
  display: block;
  box-sizing: border-box;
  width: 420px;
  margin: 20px auto 10px;
  padding: 0;
  text-align: center;
  background-color: #fff!important;
}
.map-link {
  font-size: 20px;
  display: inline-block;
  width: 350px;
  text-align: center;
  background: #004bb0!important;
  font-weight: bold;
  padding: 10px 20px;
  color: #ffffff;
  border-radius: 5px;
  background-image: url(/img/icon/icon_link.png);
  background-repeat: no-repeat;
  background-position: 94% 46%;
  background-size: 21px;
  position: relative;
}
.map-link a{
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.map-link:hover{
  opacity: 0.8;
}
@page {
    margin: 0;
    padding: 0;
}
.form-list-item {
  font-weight: bold;
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px 15px;
  font-size: 18px;
  border-bottom: 1px dotted #ddd;
}
@media print {
  @page {
    margin: 40px 0px;
  }
  #departure-wrap #headerNaviWrap {
    display: none;
  }
  .departure-contents-box{
    -webkit-print-color-adjust: exact;
  }
  .provisional-contents-wrap {
    -webkit-print-color-adjust: exact;
  }
  .departure-item-wrap .schedule-box-ttl {
    -webkit-print-color-adjust: exact;
  }
  .departure-item-wrap .schedule-box li:nth-child(odd){
    -webkit-print-color-adjust: exact;
  }
  div.maplink-wrap{
    display: none;
  }
  #footer {
    display: none;
  }
}