@charset "utf-8";
/*------------------------------------------------------------
打順を組む
------------------------------------------------------------*/
#order {
  margin-bottom: 80px;
}
#order .team_info {
  overflow: hidden;
  margin-bottom: 40px;
}
#order .team_info dl {
  float: left;
  width: auto;
  margin-right: 80px;
  display: table;
}
#order .team_info dl dt {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
#order .team_info dl dd {
  display: table-cell;
  vertical-align: middle;
}
#order .order_select {
  margin-bottom: 40px;
}
#order .order_select dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  position: relative;
}
#order .order_select dl:before {
  display: block;
  content: '';
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: calc((100vw - 750px) / 2 * -1);
  background: #ccc;
}
#order .order_select dl:nth-of-type(1) {
  font-weight: bold;
  text-align: center;
}
#order .order_select dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: center;
}
#order .order_select dl dd {
  display: table-cell;
  vertical-align: middle;
}
#order .order_select dl dd:nth-of-type(2) {
  width: 140px;
  text-align: center;
}
#order .order_select dl dd:nth-of-type(2) input {
  width: 120px;
  line-height: 24px;
  height: 26px;
  padding: 0 2px;
  box-sizing: border-box;
}
#order .order_select dl dd:nth-of-type(3) {
  width: 80px;
  text-align: center;
}
#order p {
  text-align: center;
}
#order p input[type='submit'], #order p input[type='button'] {
  width: 200px;
  line-height: 50px;
  color: #fff;
  background: #66c3de;
  border-radius: 5px;
}

@media screen and (max-width: 1024px) {
  #order .order_select dl:before {
    display: none;
  }
}
@media screen and (max-width: 736px) {
  #order {
    margin-bottom: 40px;
  }
  #order .team_info {
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  #order .team_info dl {
    float: none;
    margin: 0 auto 10px;
  }
  #order .team_info dl dt {
    padding-right: 0;
    width: 100px;
  }
  #order .order_select {
    margin-bottom: 20px;
  }
  #order .order_select dl {
    display: block;
    padding: 10px 0;
    overflow: hidden;
  }
  #order .order_select dl:nth-of-type(1) {
    display: none;
  }
  #order .order_select dl:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }
  #order .order_select dl dt {
    display: block;
    width: auto;
    text-align: left;
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  #order .order_select dl dt .sp {
    display: inline;
  }
  #order .order_select dl dd {
    display: block;
    margin-bottom: 10px;
  }
  #order .order_select dl dd:nth-of-type(2) {
    width: auto;
    text-align: left;
    float: left;
    margin-right: 10px;
  }
  #order .order_select dl dd:nth-of-type(3) {
    width: auto;
    text-align: left;
  }
}
/*------------------------------------------------------------
インプットエラー
------------------------------------------------------------*/
#input_error {
  margin-bottom: 20px;
  text-align: center;
}
#input_error ul li {
  color: #c00;
}

/*------------------------------------------------------------
新着チーム
------------------------------------------------------------*/
#new_team {
  margin-bottom: 80px;
}
#new_team table {
  width: 100%;
  margin-bottom: 40px;
}
#new_team table th {
  background: #ebf6f5;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}
#new_team table th:nth-last-of-type(1) {
  text-align: right;
}
#new_team table td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
#new_team table td:nth-last-of-type(1) {
  text-align: right;
}
#new_team table td a {
  color: #333;
}
#new_team table td a:hover {
  text-decoration: none;
}
#new_team p {
  text-align: center;
}
#new_team p a {
  display: block;
  width: 200px;
  margin: 0 auto;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: #66c3de;
  border-radius: 5px;
}
#new_team p a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 736px) {
  #new_team {
    margin-bottom: 40px;
  }
  #new_team table {
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------
sns
------------------------------------------------------------*/
#sns {
  background: #f6f6f6;
  padding: 20px 0;
  margin-bottom: 80px;
}
#sns dl {
  display: table;
  width: 100%;
}
#sns dl dt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  width: 160px;
}
#sns dl dd {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 10px;
}
#sns dl dd ul {
  overflow: hidden;
}
#sns dl dd ul li {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
}
#sns dl dd ul li a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 736px) {
  #sns {
    padding: 15px 10px;
    margin-bottom: 40px;
  }
  #sns dl {
    display: block;
  }
  #sns dl dt {
    display: block;
    width: auto;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
  }
  #sns dl dd {
    display: block;
    border-left: none;
    padding: 0;
  }
  #sns dl dd ul li {
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  #sns dl dd ul li a:hover {
    opacity: 1;
  }
}
/*------------------------------------------------------------
女優情報
------------------------------------------------------------*/
#actress {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
#actress > ul {
  position: relative;
  z-index: 1;
}
#actress > ul:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
#actress > ul > li {
  text-align: center;
  float: left;
  width: 10%;
  color: #66c3de;
  line-height: 48px;
  background: #fff;
  border-top: 1px solid #66c3de;
  border-right: 1px solid #66c3de;
  border-bottom: 1px solid #66c3de;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#actress > ul > li:hover {
  color: #fff;
  background: #66c3de;
}
#actress > ul > li:first-child {
  border-radius: 5px 0 0 5px;
  border-left: 1px solid #66c3de;
}
#actress > ul > li:last-child {
  border-radius: 0 5px 5px 0;
}
#actress > ul > li.active {
  color: #fff;
  background: #66c3de;
  cursor: auto;
}
#actress > ul > li ul {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}
#actress > ul > li ul li {
  color: #333;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  cursor: pointer;
}
#actress > ul > li ul li:hover {
  background: #efefef;
}
#actress > ul > li ul li.off {
  color: #dfdfdf;
}
#actress > dl {
  text-align: center;
  margin-bottom: 10px;
}
#actress > dl > dt {
  font-weight: bold;
  margin-bottom: 5px;
}
#actress > dl > dd input {
  padding: 0 5px;
  width: 160px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#actress > dl > dd button {
  line-height: 32px;
  background: #66c3de;
  color: #fff;
  padding: 0 10px;
  margin-left: 5px;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
}
#actress > div {
  position: absolute;
  top: 150px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100vh - 180px);
  overflow: auto;
}
#actress > div .bt_add_list {
  visibility: hidden;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  width: 120px;
  margin: 10px auto 0;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  background: #66c3de;
  border-radius: 3px;
}
#actress > div .bt_add_list:hover {
  opacity: 0.75;
}
#actress .bt_close_list {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  font-size: 1.4rem;
  text-align: center;
  width: 50px;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  background: #66c3de;
  border-radius: 3px;
}
#actress .bt_close_list:hover {
  opacity: 0.75;
}
#actress #actress_list:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
}
#actress #actress_list p {
  float: left;
  width: 20%;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
#actress #actress_list p:hover {
  background: #66c3de;
  color: #fff;
}
#actress #actress_list p img {
  vertical-align: middle;
  margin-right: 5px;
}
#actress #actress_list ul li {
  list-style: disc;
  margin-left: 2.4rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
  #actress > dl {
    text-align: left;
  }
  #actress > dl > dd input {
    line-height: 30px;
  }
  #actress #actress_list p {
    width: 33.333333%;
    margin-bottom: 5px;
  }
  #actress #actress_list ul li {
    margin-left: 1.8rem;
  }
}

/*# sourceMappingURL=top.css.map */
