@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/**
 * バス時刻表検索用CSS
 * 
 */
#bus-search-area {
  margin-top: 30px;
  background-color: #fafafa;
  border: 1px solid #d7d7d7;
  padding: 25px;
}
#bus-search-area .box > .left-col .head-title, #bus-search-area .box > .right-col .head-title {
  padding: 8px 29px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#bus-search-area .box > .left-col .in dl, #bus-search-area .box > .right-col .in dl {
  margin-top: 10px;
}
#bus-search-area .box > .left-col .in .title, #bus-search-area .box > .right-col .in .title {
  text-align: center;
  padding: 3px 0;
}
#bus-search-area .box > .left-col .in .input-box, #bus-search-area .box > .right-col .in .input-box {
  border: 3px solid #d7d7d7;
  box-sizing: border-box;
}
#bus-search-area .box > .left-col .in .input-box select, #bus-search-area .box > .right-col .in .input-box select {
  border: none;
}
#bus-search-area .box > .left-col .head-title, #bus-search-area .box > .left-col .title {
  background-color: #8ec8fa;
  font-weight: bold;
}
#bus-search-area .box > .right-col .head-title, #bus-search-area .box > .right-col .title {
  background-color: #f899ba;
  font-weight: bold;
}
#bus-search-area .box2 {
  margin-top: 25px;
}
#bus-search-area .box2 .head-title {
  font-weight: bold;
}
#bus-search-area .box2 .head-title, #bus-search-area .box2 .input-box {
  display: inline;
}
#bus-search-area .ctr-btn {
  margin: 25px auto 0;
  width: 25%;
  text-align: center;
}
#bus-search-area .ctr-btn input {
  margin: 0px auto;
  width: 100%;
  padding: 15px 0;
  background-color: #636161;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 120%;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  #bus-search-area .box > .left-col, #bus-search-area .box > .right-col {
    width: 440px;
  }
  #bus-search-area .box > .left-col .in .title, #bus-search-area .box > .right-col .in .title {
    width: 100px;
  }
  #bus-search-area .box > .left-col .in .input-box, #bus-search-area .box > .right-col .in .input-box {
    width: 334px;
  }
  #bus-search-area .box > .left-col .in .input-box select, #bus-search-area .box > .right-col .in .input-box select {
    width: 326px;
  }
}
@media screen and (max-width: 768px) {
  #bus-search-area .box > .left-col, #bus-search-area .box > .right-col {
    float: none;
    width: 100%;
  }
  #bus-search-area .box > .left-col .in .title, #bus-search-area .box > .right-col .in .title {
    width: 22%;
  }
  #bus-search-area .box > .left-col .in .input-box, #bus-search-area .box > .right-col .in .input-box {
    width: 78%;
  }
  #bus-search-area .box > .left-col .in .input-box select, #bus-search-area .box > .right-col .in .input-box select {
    width: 100%;
  }
  #bus-search-area .box > .right-col {
    margin-top: 20px;
  }
}
#bus-result-area {
  margin-top: 25px;
}
#bus-result-area .head-title {
  font-weight: bold;
  border-left: 10px solid #85c8b6;
  padding-left: 10px;
  margin-top: 25px;
}
#bus-result-area .start .icon {
  background-color: #8ec8fa;
}
#bus-result-area .goal .icon {
  background-color: #f899ba;
}
#bus-result-area .in2 {
  margin-top: 25px;
}
#bus-result-area .box1 {
  font-weight: bold;
  font-size: 110%;
}
#bus-result-area .box1 .start, #bus-result-area .box1 .goal {
  display: inline;
  line-height: 200%;
}
#bus-result-area .box1 .start .icon, #bus-result-area .box1 .goal .icon {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px;
  margin-right: 5px;
}
#bus-result-area .box2 {
  margin-top: 10px;
  background-color: #eaf6f3;
  border: 1px solid #73b2a1;
  padding: 15px;
}
#bus-result-area .box2 p {
  display: inline;
}
#bus-result-area .box2 .item1 {
  font-weight: bold;
}
#bus-result-area .box2 .item2 {
  margin-left: 10px;
}
#bus-result-area .box2 .start, #bus-result-area .box2 .goal {
  font-size: 110%;
  padding-right: 2px;
}
#bus-result-area .box3 {
  margin-top: 30px;
}
#bus-result-area .box3 .start .line span, #bus-result-area .box3 .move .line span {
  background: url(../img_sub/bus_search_icon_bus.png) no-repeat 0 center;
}
#bus-result-area .box3 .connect .line span {
  background: url(../img_sub/bus_search_icon_connect.png) no-repeat 0 center;
}
#bus-result-area .box3 .item1 {
  display: table;
  background-color: #eeeeee;
  border: 1px solid #d7d7d7;
  width: 100%;
  padding: 10px 0;
  font-weight: bold;
  font-size: 110%;
}
#bus-result-area .box3 .item1 span {
  display: table-cell;
  vertical-align: middle;
}
#bus-result-area .box3 .item1 .time {
  min-width: 60px;
  padding: 0 15px 0 20px;
}
#bus-result-area .box3 .item1 .icon {
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
}
#bus-result-area .box3 .item1 .station {
  width: 86%;
}
#bus-result-area .box3 .item1 .station span {
  margin-left: 10px;
  padding: 0 15px 0 25px;
}
#bus-result-area .box3 .item2 {
  display: table;
  width: 100%;
}
#bus-result-area .box3 .item2 .ridetime, #bus-result-area .box3 .item2 .line {
  display: table-cell;
  vertical-align: middle;
}
#bus-result-area .box3 .item2 .ridetime {
  min-width: 70px;
  width: 4%;
  border-right: 8px solid #85c8b6;
  padding: 18px 20px 18px 20px;
}
#bus-result-area .box3 .item2 .line {
  width: 80%;
  padding-left: 20px;
}
#bus-result-area .box3 .item2 .line span {
  padding-left: 20px;
}
#bus-result-area .box3 .connect .ridetime {
  border-right: 8px dotted #85c8b6;
}

#errorMessage {
  margin-top: 5px;
  color: #e00000;
  font-weight: bold;
  text-align: left;
  white-space: pre-wrap;
}
