@charset "UTF-8";

/* ------------------------------------------------------------------
  .time
------------------------------------------------------------------ */
/* .time_left
--------------------------------------------*/
.time {
  margin-bottom: 60px;
}
.time_left {
  width: 48%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
}
.time_img {
  margin-bottom: 20px;
}
.time_detail-park {
  background-color: #f08437;
  margin-bottom: 10px;
}
.time_detail-moto {
  background-color: #a1cb39;
}
.time_detail-link {
  color: #ffffff;
  font-size: 1.3em;
  text-align: center;
  padding: 20px;
}

/* .time_right
--------------------------------------------*/
.time_right {
  width: 49%;
  display: inline-block;
}
.time_nextBtn {
  width: 48%;
  display: inline-block;
  border: 2px solid #4289c8;
  margin-bottom: 15px;
  float:left;
}
.time_nextBtn:first-child {
  margin-right: 3%;
}
.time_nextBtn a {
  padding: 10px;
  color: #4289c8;
  position: relative;
}
.time_nextBtn a:after {
  content: ">";
  position: absolute;
  right: 10px;
}

/* .time_table
--------------------------------------------*/
.time_table {
  border-collapse: collapse;
  width: 100%;
}
.time_table th {
  font-weight: normal;
  text-align: left;
  border: 1px solid #4289c8;
  border-left: none;
  background-color: #dff2fc;
  padding: 15px 20px;
}
.time_table td {
  border: 1px solid #4289c8;
  border-right: none;
  padding: 15px 20px;
}

@media only screen and (max-width: 640px) {
.time_left, 
.time_right, 
.time_nextBtn {
  width: 100%;
}
.time_detail-moto {
  margin-bottom: 10px;
}
.time_detail-link {
  font-size: 18px;
}
}
