#athlete-team {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
}

#athlete-team .athlete-title {
  font-size: 22px;;
  font-weight: 600;
}

#athlete-team .athlete-content {
    padding-bottom: 60px;
}

#athlete-team .athlete-tabs {
  border: 1px solid #333;
}

#athlete-team .athlete-tabs-items {
  background-color: #333;
  padding-top: 30px;
  padding-left: 4px;
  height: 66px;
}

#athlete-team .athlete-tabs-item {
  display: inline-block;
  background-color: #fff;
  width: 160px;
  border: 1px solid #333;
  height: 36px;
  margin-left: 4px;
  border-radius: 6px 6px 0 0;
}

#athlete-team .athlete-tabs-item-active {
  border-bottom-width: 0;
}

#athlete-team .athlete-tabs-item {
}

#athlete-team .athlete-tabs-item:first-child {
  margin-left: 0;
}

#athlete-team .athlete-tabs-item a {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  color: #999;
  text-decoration: none;
}

#athlete-team .athlete-tabs-item-active a {
  color: #333;
}

#athlete-team .athlete-tabs-contents {
}

#athlete-team .athlete-tabs-content {
  padding: 20px 19px;
}

#athlete-team .athletes-list {
}

#athlete-team .athletes-list-title {
  font-size: 22px;
  line-height: 30px;
  padding-right: .4em;
  padding-bottom: 10px;
}

#athlete-team .athletes-list-description-items {
  padding-bottom: 30px;
  list-style-type: none;
}

#athlete-team .athletes-list-description-item:first-child {
  border-top: 1px dotted #333;
}

#athlete-team .athletes-list-description-item {
  border-bottom: 1px dotted #333;
  padding: 4px 2px;
}

#athlete-team .athletes-list-description-item .title-wrapper {
  display: inline-block;
  width: 120px;
}

#athlete-team .athletes-list-description-item .title {
  white-space: nowrap;
  color: #333;
  padding: .1em .2em;
  border-radius: .3em;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #333;
}

#athlete-team .athletes-list-description-item .title-lead {
}

#athlete-team .athletes-list-description-item .title-bouldering {
  color: #fff;
  background-color: #333;
}

#athlete-team .athletes-list-description-item .body {
  font-size: 16px;
  padding: .1em .2em;
  line-height: 1.2em;
}

#athlete-team .athletes-list-items-wrapper {
  clear: both;
  padding-bottom: 30px;
}

#athlete-team .athletes-list-items {
  padding-bottom: 30px;
}

#athlete-team .athletes-list-items:last-child {
  padding-bottom: 30px;
}

#athlete-team .athletes-list-item {
  display: inline-block;
  width: 200px;
  width: 176px;
  margin-left: 10px;
  vertical-align: top;
}

#athlete-team .athletes-list-item:first-child {
  margin-left: 0;
}

#athlete-team .athletes-list-item-anchor {
  display: block;
}

#athlete-team .athletes-list-item-anchor:hover {
  text-decoration: none;
}

#athlete-team .athletes-list-item-icon img {
  width: 176px;
  height: 176px;
  border: 1px solid #999;
}

#athlete-team .athletes-list-item-events {
    padding: 4px 0;
}

#athlete-team .athletes-list-item-event {
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    color: #333;
    padding: 0 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    border-radius: 4px;
    border: 1px solid #333;
    height: 24px;
    line-height: 24px;
}

#athlete-team .athletes-list-item-event.lead {
    border: 1px solid #333;
}

#athlete-team .athletes-list-item-event.bouldering {
    background-color: #333;
    color: #fff;
}

#athlete-team .athletes-list-item-event.speed {
    background-color: #00c;
    color: #fff;
}

#athlete-team .athletes-list-item-event:first-child {
    margin-left: 0;
}

#athlete-team .athletes-list-item-profile {
    color: #333;
}

#athlete-team .athletes-list-item-name {
    font-weight: bold;
    font-size: 18px;
}

#athlete-team .athletes-list-item-name_en {
  font-size: 14px;
}

#athlete-team .athletes-list-item-birthday {
  font-size: 14px;
}

#athlete-team .athletes-list-item-bodyspec {
  font-size: 14px;
}

#athlete-team .athletes-list-item-home {
  font-size: 14px;
}

#athlete-team .coaches-list {
}

#athlete-team .coaches-list-title {
  font-size: 22px;
  line-height: 30px;
  padding-right: .4em;
  padding-bottom: 10px;
}

#athlete-team .coaches-list-items {
    padding: 0 20px 20px;
}

#athlete-team .coaches-list-item {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #808080;
    padding: 0 20px;
}

#athlete-team .coaches-list-item .title,
#athlete-team .coaches-list-item .name,
#athlete-team .coaches-list-item .name_kana,
#athlete-team .coaches-list-item .sex {
    display: inline-block;
    font-size: 20px;
}

#athlete-team .coaches-list-item .title {
    width: 280px;
}

#athlete-team .coaches-list-item .name {
    width: 240px;
}

#athlete-team .coaches-list-item .name_kana {
    width: 280px;
}

#athlete-team .coaches-list-item .sex {
    width: 40px;
}

#athlete-team .coaches-note {
    padding: 0 0 20px;
    font-size: 18px;
    text-align: right;
}

/*
 *  athlete-profile
 */

#athlete-profile {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 0;
}

#athlete-profile .ap-title {
  font-size: 18px;
  font-weight: 600;
}

#athlete-profile .ap-content {
  padding-bottom: 20px;
}

#athlete-profile .ap-content-profile-wrapper {
  padding-bottom: 20px;
}

#athlete-profile .ap-content-profile {
  padding: 10px;
  background-color: #333;
  color: #fff;
}

#athlete-profile .ap-content-profile-names {
  height: 70px;
}

#athlete-profile .ap-content-profile-name {
  font-size: 36px;
  line-height: 1.0em;
  padding-right: .4em;
  float: left;
}

#athlete-profile .ap-content-profile-name_en {
  font-size: 22px;
  line-height: 1.0em;
}

#athlete-profile .ap-content-profile-items {
  clear: both;
}

#athlete-profile .ap-content-profile-item {
    font-size: 18px;
    display: inline-block;
    margin-left: .4em;
}

#athlete-profile .ap-content-profile-item:first-child {
    margin-left: 0;
}

#athlete-profile .ap-content-cover-wrapper {
    padding-bottom: 20px;
}

#athlete-profile .ap-content-cover {
    width: 960px;
    height: 360px;
    border: 1px solid #000;
}

#athlete-profile .ap-content-cover .copyright {
    position: relative;
    line-height: 30px;
    top: 330px;
    text-align: right;
    padding: 0 .6em;
}

#athlete-profile .ap-content-cover-image {
}

#athlete-profile .ap-content-icon-wrapper {
    padding-bottom: 30px;
    float: left;
}

#athlete-profile .ap-content-icon {
    width: 240px;
    height: 240px;
    border: 1px solid #ccc;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

#athlete-profile .ap-content-icon .copyright {
    position: relative;
    line-height: 30px;
    top: 210px;
    text-align: right;
    padding: 0 .6em;
}

#athlete-profile .ap-content-icon2025-wrapper {
    padding-bottom: 30px;
    float: left;
}

#athlete-profile  .ap-content-icon2025-wrapper .ap-content-icon {
    width: 240px;
    height: 240px;
    border: 1px solid #ccc;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 130%;
}

#athlete-profile .ap-content-story.right {
    margin-left: 260px;
}

#athlete-profile .ap-content-story {
    padding-bottom: 30px;
}

#athlete-profile .ap-content-story {
    font-size: 18px;
    font-weight: 400;
}

#athlete-profile .ap-content-sponsor-wrapper {
  clear: both;
}

#athlete-profile .ap-content-sponsor {
}

#athlete-profile .ap-content-sponsor-items {
  list-style-type: none;
}

#athlete-profile .ap-content-sponsor-item-wrapper {
  display: inline-block;
  margin-right: 20px;
  padding-bottom: 20px;
}

#athlete-profile .ap-content-sponsor-item-wrapper.right {
  margin-right: 0;
}

#athlete-profile .ap-content-sponsor-item {
  display: block;
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#athlete-profile .ap-content-setter-wrapper,
#athlete-profile .ap-content-result-wrapper {
    margin-bottom: 20px;
    clear: both;
}

#athlete-profile .ap-content-setter-title,
#athlete-profile .ap-content-result-title {
  font-size: 18px;
  line-height: 30px;
  padding: .1em 0;
  border-bottom: 2px solid #06c;
  color: #06c;
  margin-bottom: 20px;
}

#athlete-profile .ap-content-setter-location,
#athlete-profile .ap-content-result-location {
    font-size: 22px;
    line-height: 1.4em;
    padding-bottom: .2em;
}

#athlete-profile .setter-items,
#athlete-profile .result-items {
  list-style-type: none;
  padding-bottom: 20px;
}

#athlete-profile .setter-items .setter-index,
#athlete-profile .setter-items .setter-item,
#athlete-profile .result-items .result-index,
#athlete-profile .result-items .result-item {
  white-space: nowrap;
  height: 32px;
}

#athlete-profile .setter-items .setter-index,
#athlete-profile .result-items .result-index {
  background-color: #666;
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

#athlete-profile .setter-items .setter-item.even,
#athlete-profile .result-items .result-item.even {
}

#athlete-profile .setter-items .setter-item.odd,
#athlete-profile .result-items .result-item.odd {
  background-color: #dddddd;
}

#athlete-profile .setter-index > span,
#athlete-profile .setter-item .setter-item-anchor > span,
#athlete-profile .result-index > span,
#athlete-profile .result-item .result-item-anchor > span {
    display: inline-block;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#athlete-profile .setter-item,
#athlete-profile .result-item {
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}

#athlete-profile .setter-item-event-icon,
#athlete-profile .result-item-event-icon {
  display: inline-block;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: .3em;
  border: 1px solid #333;
}

#athlete-profile .setter-item .setter-item-anchor:hover > span,
#athlete-profile .result-item .result-item-anchor:hover > span {
  text-decoration: underline;
}

#athlete-profile .setter-item-event .setter-item-event-icon-lead,
#athlete-profile .result-item-event .result-item-event-icon-lead {
  background-color: #fff;
  color: #333;
}

#athlete-profile .setter-item-event .setter-item-event-icon-bouldering,
#athlete-profile .result-item-event .result-item-event-icon-bouldering {
  background-color: #333;
  color: #fff;
}

#athlete-profile .setter-item-event .setter-item-event-icon-speed,
#athlete-profile .result-item-event .result-item-event-icon-speed {
  background-color: #00c;
  color: #fff;
}

#athlete-profile .setter-item-event .setter-item-event-icon-combined,
#athlete-profile .result-item-event .result-item-event-icon-combined {
  background-color: #fff;
  color: #00c;
}

#athlete-profile .setter-item .setter-item-anchor:hover .setter-item-event .setter-item-event-icon,
#athlete-profile .result-item .result-item-anchor:hover .result-item-event .result-item-event-icon {
  text-decoration: none;
}

#athlete-profile .result-index .result-index-rank,
#athlete-profile .result-item .result-item-rank {
  width: 55px;
}

#athlete-profile .result-index .result-index-event,
#athlete-profile .result-item .result-item-event {
  width: 55px;
}

#athlete-profile .setter-index .setter-index-name,
#athlete-profile .setter-item .setter-item-name {
  width: 480px;
}

#athlete-profile .setter-index .setter-index-location,
#athlete-profile .setter-item .setter-item-location {
  width: 150px;
}

#athlete-profile .setter-index .setter-index-schedule,
#athlete-profile .setter-item .setter-item-schedule {
  width: 220px;
}

#athlete-profile .setter-index .setter-index-note,
#athlete-profile .setter-item .setter-item-note {
  width: 110px;
}

#athlete-profile .result-index .result-index-name,
#athlete-profile .result-item .result-item-name {
  width: 480px;
}

#athlete-profile .result-index .result-index-location,
#athlete-profile .result-item .result-item-location {
  width: 150px;
}

#athlete-profile .result-index .result-index-schedule,
#athlete-profile .result-item .result-item-schedule {
  width: 220px;
}
