/* --------------------
    STATION LIST
  -------------------- */
.sentence-title {
  color: #005fc7;
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0;
}

select.station-list {
  width: 396px;
  height: 200px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
}

select.station-list.is-wide {
  width: 840px;
}

select.station-list option{
  padding-left: 30px ;
  color: #3b3b3b;
  font-size: 16px ;
}

.content-block .right-arw-cell {
  width: 86px;
  text-align: center;
}

.content-block .right-arw-cell img {
  padding-top: 50px;
}

.back-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  background: #dadada;
}

.decide-btn {
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #00abe1;
}

.alartHalfBox{ width:356px; margin-right:44px;}
.alartFullBox{ width:796px;}
.errorMessage{ color:#FF0000; border:2px solid #F00; width:100%; padding:20px; font-weight:bold; font-size:16px;}


.none {
  display: table-cell;
  width: 150px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  background: #dadada;
  opacity:0.7;
  color:#999;

}