@charset "utf-8";
/*------------------------------------------------------------
打順・ポジション
------------------------------------------------------------*/
#list_head > ul {
  text-align: center;
  margin-bottom: 40px;
  overflow: hidden;
}
#list_head > ul li {
  float: left;
  width: 10%;
  color: #fff;
  background: #66c3de;
  line-height: 48px;
  border-top: 1px solid #66c3de;
  border-right: 1px solid #66c3de;
  border-bottom: 1px solid #66c3de;
  box-sizing: border-box;
  overflow: hidden;
}
#list_head > ul li:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #66c3de;
}
#list_head > ul li:last-child {
  border-radius: 0 5px 5px 0;
}
#list_head > ul li a {
  display: block;
  color: #66c3de;
  background: #fff;
  text-decoration: none;
}
#list_head > ul li a:hover {
  color: #fff;
  background: #66c3de;
}

.order_list {
  display: none;
  margin-bottom: 80px;
}
.order_list:nth-of-type(1) {
  display: block;
}
.order_list > p {
  text-align: center;
  margin-bottom: 40px;
}
.order_list > table {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.order_list > table th {
  background: #ebf6f5;
  padding: 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.order_list > table td {
  padding: 5px 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
.order_list > table td:nth-of-type(1) {
  width: 130px;
}
.order_list > table td:nth-of-type(2) {
  width: 60px;
}
.order_list > table td:nth-of-type(2) img {
  width: 60px;
  height: auto;
}
.order_list > table td:nth-last-of-type(1) {
  width: 60px;
}
.order_list > table td img {
  max-width: 65px;
  height: auto;
}
.order_list > table td a {
  display: inline-block;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
  background: #66c3de;
  line-height: 40px;
  padding: 0 15px;
  border-radius: 3px;
}
.order_list > table td a:hover {
  opacity: 0.75;
}
.order_list aside h3 {
  line-height: 30px;
  padding: 0 10px;
  background: #eee;
  margin-bottom: 10px;
}
.order_list aside ul {
  overflow: hidden;
}
.order_list aside ul li {
  float: left;
  width: 33.333333%;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  #list_head > ul {
    margin-bottom: 20px;
  }
  #list_head > ul li {
    line-height: 28px;
  }

  .order_list {
    margin-bottom: 40px;
  }
  .order_list > p {
    margin-bottom: 20px;
  }
  .order_list > table {
    margin-bottom: 20px;
  }
  .order_list > table th {
    padding: 5px;
  }
  .order_list > table td {
    padding: 5px;
  }
  .order_list > table td:nth-of-type(1) {
    width: auto;
  }
  .order_list > table td:nth-of-type(2) {
    width: 40px;
  }
  .order_list > table td:nth-of-type(2) img {
    width: 40px;
    height: auto;
  }
  .order_list > table td:nth-last-of-type(1) {
    width: 50px;
  }
  .order_list > table td a {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order_list aside h3 {
    line-height: 25px;
    padding: 0 10px;
  }
  .order_list aside ul li {
    float: none;
    width: auto;
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=order_position.css.map */
