@charset "utf-8";
/*------------------------------------------------------------
チーム
------------------------------------------------------------*/
#team_list, #team_detail {
  margin-bottom: 80px;
}
#team_list > table, #team_detail > table {
  width: 100%;
  margin-bottom: 40px;
}
#team_list > table th, #team_detail > table th {
  background: #ebf6f5;
  padding: 5px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
#team_list > table td, #team_detail > table td {
  padding: 10px;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
#team_list > table td img, #team_detail > table td img {
  width: 60px;
  max-width: 60px;
  height: auto;
}
#team_list > ul, #team_detail > ul {
  text-align: center;
  font-size: 0;
}
#team_list > ul li, #team_detail > ul li {
  font-size: 1.6rem;
  display: inline-block;
}
#team_list > ul li a, #team_detail > ul li a {
  display: block;
  color: #66c3de;
  line-height: 38px;
  text-decoration: none;
  background: #fff;
  margin: 0 4px;
  border: 1px solid #66c3de;
  border-radius: 20px;
  box-sizing: border-box;
}
#team_list > ul li a:hover, #team_detail > ul li a:hover {
  color: #fff;
  background: #66c3de;
}
#team_list > ul li.backto_list a, #team_detail > ul li.backto_list a {
  padding: 0 20px;
}
#team_list > ul li:first-child a, #team_list > ul li:last-child a, #team_detail > ul li:first-child a, #team_detail > ul li:last-child a {
  width: 38px;
  line-height: 38px;
}
#team_list .pagination, #team_detail .pagination {
  margin-bottom: 40px;
}
#team_list .pagination ul, #team_detail .pagination ul {
  font-size: 0;
  text-align: center;
}
#team_list .pagination ul li, #team_detail .pagination ul li {
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 4px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
}
#team_list .pagination ul li.pagerCurrent, #team_detail .pagination ul li.pagerCurrent {
  background: #66c3de;
  color: #fff;
}
#team_list .pagination ul li.pagerDot, #team_detail .pagination ul li.pagerDot {
  margin: 0;
}
#team_list .pagination ul li a, #team_detail .pagination ul li a {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #66c3de;
  line-height: 38px;
  border: 1px solid #66c3de;
  border-radius: 100%;
}
#team_list .pagination ul li a:hover, #team_detail .pagination ul li a:hover {
  background: #66c3de;
  color: #fff;
}
#team_list .sns, #team_detail .sns {
  background: #f6f6f6;
  padding: 20px 0;
  margin-bottom: 40px;
}
#team_list .sns dl, #team_detail .sns dl {
  display: table;
  width: 100%;
}
#team_list .sns dl dt, #team_detail .sns dl dt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  width: 160px;
}
#team_list .sns dl dd, #team_detail .sns dl dd {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #dfdfdf;
  padding: 10px 0 10px 10px;
}
#team_list .sns dl dd ul, #team_detail .sns dl dd ul {
  overflow: hidden;
}
#team_list .sns dl dd ul li, #team_detail .sns dl dd ul li {
  float: left;
  width: auto;
  margin: 0 0 0 10px;
}
#team_list .sns dl dd ul li a:hover, #team_detail .sns dl dd ul li a:hover {
  opacity: 0.75;
}

#team_list > table th {
  text-align: left;
}
#team_list > table td {
  text-align: left;
  padding: 10px;
}
#team_list > table td:nth-last-of-type(1) {
  width: 100px;
}
#team_list > table td a {
  color: #333;
}
#team_list > table td a:hover {
  text-decoration: none;
}

#team_detail > table th {
  text-align: center;
}
#team_detail > table td {
  padding: 5px 10px;
  text-align: center;
}
#team_detail > table td:nth-of-type(1) {
  width: 100px;
}
#team_detail > table td:nth-of-type(2) {
  width: 60px;
}
#team_detail > table td:nth-last-of-type(1) {
  width: 60px;
}
#team_detail > 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;
}
#team_detail > table td a:hover {
  opacity: 0.75;
}

@media screen and (max-width: 736px) {
  #team_list, #team_detail {
    margin-bottom: 40px;
  }
  #team_list > table, #team_detail > table {
    margin-bottom: 20px;
  }
  #team_list > table th, #team_detail > table th {
    padding: 5px;
  }
  #team_list > table td, #team_detail > table td {
    padding: 5px;
  }
  #team_list > table td img, #team_detail > table td img {
    width: 40px;
  }
  #team_list > ul li, #team_detail > ul li {
    font-size: 1.4rem;
  }
  #team_list .pagination, #team_detail .pagination {
    margin-bottom: 20px;
  }
  #team_list .pagination ul li, #team_detail .pagination ul li {
    font-size: 1.2rem;
    margin: 0 2px;
    width: 26px;
    line-height: 26px;
  }
  #team_list .pagination ul li a, #team_detail .pagination ul li a {
    line-height: 24px;
  }
  #team_list .sns, #team_detail .sns {
    padding: 15px 10px;
    margin-bottom: 20px;
  }
  #team_list .sns dl, #team_detail .sns dl {
    display: block;
  }
  #team_list .sns dl dt, #team_detail .sns dl dt {
    display: block;
    width: auto;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
  }
  #team_list .sns dl dd, #team_detail .sns dl dd {
    display: block;
    border-left: none;
    padding: 0;
  }
  #team_list .sns dl dd ul li, #team_detail .sns dl dd ul li {
    width: 50%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
  #team_list .sns dl dd ul li a:hover, #team_detail .sns dl dd ul li a:hover {
    opacity: 1;
  }

  #team_list > table td {
    padding: 10px 5px;
  }
  #team_list > table td:nth-last-of-type(1) {
    width: 70px;
  }

  #team_detail > table td {
    padding: 5px;
  }
  #team_detail > table td:nth-of-type(1) {
    width: auto;
  }
  #team_detail > table td:nth-of-type(2) {
    width: 40px;
  }
  #team_detail > table td:nth-last-of-type(1) {
    width: 50px;
  }
  #team_detail > table td a {
    font-size: 1.2rem;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=team.css.map */
