﻿@charset "utf-8";

/* #titleArea タイトル背景画像
+=========================================================+*/
#titleArea {
  background: url(../images/pic_title.jpg?Ver02) center center no-repeat;
  background-size: cover;
}

/* .btn-bucchake　選手ぶっちゃけ話ボタン位置
+=========================================================+*/
.btn-bucchake {
  position: absolute;
  top: -15px;
  right: 15px;
}
@media screen and (max-width: 553px) {
  .btn-bucchake {
    position: static;
    text-align: right;
  }
}

/* .profilelist　選手一覧
+=========================================================+*/
.profilelist {
  margin: 0;
  padding: 0;
}

.profilelist > li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 0 5px 0 0;
  background: #c22600;
  color: #fff;
}

.profilelist > li:nth-child(3n) {
  margin-right: 0;
}
.profilelist > li:nth-child(3n + 1) {
  clear: left;
}
.profilelist > li table {
  width: 100%;
}
.profilelist > li table td {
  vertical-align: top;
  padding: 5px;
}
.profilelist > li table td.profile-picture {
  width: 110px;
  vertical-align: top;
}
.profilelist > li a {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
}
.profilelist > li a:hover {
  background: #ce5133;
}
.profilelist .nav-pills > li a {
  padding: 8px 12px;
}

.profilelist > li table td a.link_arrow {
  position: relative;
  font-size: 0.85em;
}
.profilelist > li table td a.link_arrow:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.profilelist li h4 {
  margin: 0;
}
.profilelist li h4 .small {
  font-weight: normal;
  font-size: 60%;
}
.bdr-top-dotted-w {
  border-top: #fff dotted 1px;
}

@media screen and (max-width: 1200px) {
  .profilelist > li table td a.link_arrow {
    position: static;
  }
  .profilelist > li table td a.link_arrow:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .profilelist > li:nth-child(3n + 1) {
    clear: none;
  }
}

@media (min-width: 554px) and (max-width: 768px) {
  .profilelist > li {
    width: 46%;
  }
  .profilelist > li:nth-child(even) {
    margin-right: 0;
  }
  .profilelist > li:nth-child(3n) {
    margin-right: 2%;
  }
  .profilelist > li:nth-child(odd) {
    clear: left;
  }
}

@media screen and (max-width: 553px) {
  .profilelist > li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* IE11のみ */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .profilelist > li table {
    width: 100%;
    table-layout: fixed;
  }
}

/* .profilebox　選手プロフィールボックス
+=========================================================+*/
.profilebox {
  margin-bottom: 30px;
  padding: 10px;
  background: #c22600;
  color: #fff;
}
.profilebox a {
  color: #fff;
}

.profilebox h3 {
  padding-top: 5px;
  padding-left: 24px;
  background: url(../images/ico_tachikawa_20.png) left top no-repeat;
}

.profilebox dl {
  float: left;
  width: 50%;
  margin: 0;
  height: 42px;
  display: flex;
  align-items: center;
}
.profilebox dl dt,
.profilebox dl dd {
  display: inline-block;
  padding: 5px;
}

.profilebox dd {
  margin-top: 0;
  margin-bottom: 0;
}

.profilebox dl dt {
  width: 32%;
  white-space: nowrap;
}

.profilebox-list > dl:first-child,
.profilebox-list > dl:nth-child(2),
.profilebox-list > dl:nth-child(5),
.profilebox-list > dl:nth-child(6) {
  background-color: #c83c1b;
}
.profilebox-list > dl:nth-child(3),
.profilebox-list > dl:nth-child(4),
.profilebox-list > dl:nth-child(7),
.profilebox-list > dl:nth-child(8) {
  background-color: #d03f10;
}

/*SNSアイコン対応*/
.pull-right {
  float: right;
}
.nav-pills > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 4px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  text-decoration: none;
  background-color: #db2b00;
}

/*:: dl-interview 定義型リスト　インタビュー回答 ::::::::::::::::*/
.dl-interview dt {
  margin-bottom: 10px;
  border-bottom: 2px solid #077acb;
}
.dl-interview dd {
  margin-bottom: 20px;
}

@media screen and (max-width: 553px) {
  .profilebox h3 {
    margin-top: 10px;
  }
  .profilebox dl {
    float: none;
    width: auto;
    clear: left;
  }
  .profilebox dl:before,
  .profilebox dl:after {
    display: table;
    content: " ";
  }

  .profilebox-list > dl:first-child,
  .profilebox-list > dl:nth-child(3),
  .profilebox-list > dl:nth-child(5),
  .profilebox-list > dl:nth-child(7) {
    background-color: #c83c1b !important;
  }
  .profilebox-list > dl:nth-child(2),
  .profilebox-list > dl:nth-child(4),
  .profilebox-list > dl:nth-child(6),
  .profilebox-list > dl:nth-child(8) {
    background-color: #d03f10 !important;
  }
}
