@charset "utf-8";

#stats .tableWrap table:first-child {
  display: none;
}
@media screen and (max-width: 750px) {
  #stats .main-ranking.mb10 {
    display: none;
  }
  #stats .tableWrap table,
  #stats .tableWrap table > tbody > tr:last-child > td {
    border-bottom: none;
  }
  #stats .tableWrap table:last-child {
    border-bottom: 1px solid #c8c8c8;
  }
  #stats .tableWrap table:first-child {
    display: table;
  }
  .profileNav ul > li:first-child{
    font-size: 0.65rem;
  }
}

h3 {
  letter-spacing: 0 !important;
  line-height: 1.2rem;
}
h3 small {
  color: #a3a3a3 !important;
  font-size: 0.6rem !important;
  font-weight: bold;
  line-height: 1rem;
  width: 100% !important;
}

.profileArea {
  margin-bottom: 10px;
}

.profileBase .mainImg {
  width: 120px;
  margin: 0;
  padding-right: 10px;
  padding-bottom: 10px;
}
.profileBase h3.name {
  text-align: center;
  margin-left: 120px;
  margin-bottom: 10px !important;
}
.profileBase dl {
  margin-left: 120px;
  border-bottom: 1px dotted #e6e6e6;
  font-size: 12px;
}
.profileBase dl dt {
  display: none;
}
.profileBase dl dd {
  display: inline-block;
}
.profileBase dl dd:before {
  content: "BIRTHDATE";
  text-align: left;
  display: inline-block;
  width: 60px;
  font-size: 10px;
  margin-right: 5px;
  color: #3c3c3c;
}
.profileBase .memberType {
  clear: both;
  font-size: 16px;
  margin-bottom: 10px;
}

.profileLabel {
  clear: both;
  margin-bottom: 10px;
}
.profileLabel .memberType {
  font-size: 16px;
}
.profileLabel .teachingQualification,
.profileLabel .entryQualification {
  border: 2px solid #d5d2a3;
}
.profileLabel .teachingQualification .key,
.profileLabel .entryQualification .key {
  background: #d5d2a3;
  display: block;
  padding: 5px;
}
.profileLabel .teachingQualification .value,
.profileLabel .entryQualification .value {
  display: block;
  padding: 5px;
}

.profileSNS .snsBtns {
  margin-top: 0;
  float: right;
  width: auto;
}
.profileSNS .snsBtns li {
  width: auto;
  margin: 0;
}
.profileSNS .snsBtns li.fb {
  width: 98px;
}

.profileNav {
  margin-bottom: 10px;
}
.profileNav ul{
  font-size: 0;
  line-height: 0;
  display: flex;
}
.profileNav ul > li {
  display: inline-block;
  padding: 10px;
  background: #fff;
  border: 1px solid #00822d;
  color: #00822d;
  margin: 0.5%;
  width: 49%;
  text-align: center;
  line-height: 0.75rem;
  font-size: 0.75rem;
}
.profileNav ul > li.cur,
.profileNav ul > li:hover {
  background: #00822d;
  color: #fff;
  font-weight: bold;
}
.profileNav ul > li.cur:hover {
  cursor: text;
}
.profileNav ul > li:hover {
  cursor: pointer;
}

.profileContent .ttlArea {
  margin-bottom: 5px;
}
.profileContent h3 {
  margin: 0 0 10px 0 !important;
}
.profileContent h4 {
}
.profileContent h4:before {
  font-family: "FontAwesome";
  content: "\f0c8";
  color: #00822d;
  display: inline-block;
  margin-right: 5px;
}
.profileContent h3 small {
  display: inline;
  margin-left: 5px;
}
.profileContent table.spCol2 td:nth-child(n+4),
.profileContent table.spCol2 th:nth-child(n+4),
.profileContent table.spCol3 td:nth-child(n+4),
.profileContent table.spCol3 th:nth-child(n+4){
  display: none;
}
.profileContent table small {
  width: 100%;
  font-size: 0.7rem;
  color: #1c1c1c;
}
.profileContent .selectArea.pastSelect select {
  width: 100%;
  height: 30px;
  font-size: 16px;
}
.profileContent .record {
  padding: 10px 0;
}
.profileContent .record h4 {
  padding: 5px 0;
}
.profileContent .record .foreign_txt {
  font-size: 14px !important;
  padding: 5px 0;
}
.profileContent .record .number {
  margin-bottom: 10px;
}
.profileContent .record .tableWrap {
  overflow-x: auto;
  overflow-y: auto;
  height: auto;
}
.profileContent .record table {
  width: calc(100% - 1px) !important;
}
.profileContent .record table td,
.profileContent .record table th {
  width: auto !important;
  padding: 5px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(1),
.profileContent .record table.tournamentRecordTable th:nth-child(1) {
  width: 50px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(2),
.profileContent .record table.tournamentRecordTable th:nth-child(2) {
  width: 120px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(3),
.profileContent .record table.tournamentRecordTable th:nth-child(3) {
  width: 60px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(4),
.profileContent .record table.tournamentRecordTable th:nth-child(4) {
  width: 120px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(5),
.profileContent .record table.tournamentRecordTable th:nth-child(5),
.profileContent .record table.tournamentRecordTable td:nth-child(6),
.profileContent .record table.tournamentRecordTable th:nth-child(6) {
  width: 50px !important;
}
.profileContent .record table.tournamentRecordTable td:nth-child(n+7),
.profileContent .record table.tournamentRecordTable th:nth-child(n+7) {
  width: 50px !important;
}
.profileContent .stats .number dl dt {
  font-size: 85%;
}
.profileContent .stats .number dl dd {
}
.profileContent .stats .tableWrap table {
  border: none !important;
}
.profileContent .stats .tableWrap table tr td:nth-child(1) {
}
.profileContent .stats .tableWrap table tr td:nth-child(3) {
}
.profileContent .stats .typeWrap {
  margin-bottom: 10px;
  }
.profileContent .allTimeRecord table {
  width: 100% !important;
  margin-bottom: 10px;
  table-layout: fixed;
}
.profileContent .allTimeRecord .tableWrap {
  border-bottom: 10px;
}
.profileContent .profile dl {
  border-bottom: 2px dotted #e6e6e6;
  margin-bottom: 5px;
  padding: 0 0 5px;
}
.profileContent .profile dl dt {
  float: none;
  font-size: 0.7rem;
  line-height: 1rem;
  font-weight: bold;
  color: #00822d;
}
.profileContent .profile dl dd {
  float: none;
  padding: 0;
  line-height: 1.2rem;
}
.profileContent .library .sliderWrap {
  padding: 10px 0;
}
.profileContent .library .sliderWrap .slider li {
  margin: 0 5px !important;
}
.profileContent .library .sliderWrap .slider li img {
  max-width: 240px !important;
  max-height: 220px;
}
.profileContent .library .sliderWrap .bx-wrapper {
  padding: 0 0px;
}
.profileContent .library .sliderWrap .bx-wrapper .bx-next,
.profileContent .library .sliderWrap .bx-wrapper .bx-prev {
  background: none;
  background-color: rgba(255, 255, 255, 0.5);
  text-indent: 0;
  font-size: 2rem;
  line-height: 2rem;
  color: #00822d;
  text-align: center;
}
.profileContent .library .sliderWrap .bx-wrapper .bx-prev {
  left: 0px;
  }
.profileContent .library .sliderWrap .bx-wrapper .bx-prev:before {
  content: "\f100";
  font-family: "FontAwesome";
}
.profileContent .library .sliderWrap .bx-wrapper .bx-next:before {
  content: "\f101";
  font-family: "FontAwesome";
}
.profileContent .lesson h4 {
  margin-bottom: 5px !important;
}
.profileContent .lesson table {
  width: 100% !important;
  margin-bottom: 10px;
  table-layout: fixed;
}
.profileContent .lesson .addressArea {
  padding: 0 !important;
  margin-bottom: 5px;
  }
.profileContent .lesson .addressArea li {
  margin: 0 !important;
}
.otherRecords {
  padding: 10px; margin-bottom: 10px; border:1px solid #c8c8c8;
}

/* PC */
@media screen and (min-width: 751px) {
  .profileLabel .modePC {
    display: inline;
    vertical-align: top;
    font-weight: bold;
  }
  .profileBase {
   width: 60%;
   float: left;
  }
  .profileBase .mainImg {
    width: 150px;
  }
  .profileBase h3.name {
    margin-left: 165px;
    text-align: left;
  }
  .profileBase h3.name small {
    display: inline;
    margin-left: 10px;
  }
  .profileBase dl {
    font-size: 14px;
    margin-left: 165px;
    margin-bottom: 5px;
  }
  .profileBase dl dd:before {
    margin-right: 15px;
  }
  .profileBase .memberType {
    clear: none;
  }
  .profileLabel {
    clear: none;
    width: 38% !important;
    float: left;
    margin-left: 2%;
  }
  .profileNav ul > li {
    width: 12%;
    line-height: 1.2;
    height: 3rem;
    box-sizing: border-box;
  }
  .profileContent table.spCol2 td:nth-child(n+3),
  .profileContent table.spCol2 th:nth-child(n+3),
  .profileContent table.spCol3 td:nth-child(n+4),
  .profileContent table.spCol3 th:nth-child(n+4) {
    display: table-cell;
  }
  .profileContent .record .tableWrap {
    height: auto;
    margin-bottom: 15px;
  }
  .profileContent .selectArea.pastSelect .selectBtn {
    height: 30px;
    line-height: 30px;
  }
  .profileContent .selectArea.pastSelect .arrow {
    line-height: 30px;
  }
  .profileContent .selectArea.pastSelect select {
    width: 142px;
    height: inherit;
  }
  .profileContent .record table.tournamentRecordTable td,
  .profileContent .record table.tournamentRecordTable th {
    height: auto !important;
    padding: 10px 5px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(1),
  .profileContent .record table.tournamentRecordTable th:nth-child(1) {
    width: 35px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(2),
  .profileContent .record table.tournamentRecordTable th:nth-child(2) {
    width: 290px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(3),
  .profileContent .record table.tournamentRecordTable th:nth-child(3) {
    width: 48px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(4),
  .profileContent .record table.tournamentRecordTable th:nth-child(4) {
    width: 102px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(5),
  .profileContent .record table.tournamentRecordTable th:nth-child(5),
  .profileContent .record table.tournamentRecordTable td:nth-child(6),
  .profileContent .record table.tournamentRecordTable th:nth-child(6) {
    width: 42px !important;
  }
  .profileContent .record table.tournamentRecordTable td:nth-child(n+7),
  .profileContent .record table.tournamentRecordTable th:nth-child(n+7) {
    width: 27px !important;
  }
  .profileContent .stats .number dl dd small {
    display: inline;
  }
  .profileContent .stats .number dl dd small:before {
    content: "（";
  }
  .profileContent .stats .number dl dd small:after {
    content: "位）";
  }
  .profileContent .stats .number dl dt .modePC {
    display: inline;
  }
  .profileContent .allTimeRecord .tb01 {
    float: left;
    width: 24% !important;
    margin-right: 1%;
  }
  .profileContent .allTimeRecord .tb01 td {
    line-height: 2.3rem;
  }
  .profileContent .allTimeRecord .tb02 {
    float: left;
    width: 50% !important;
  }
  .profileContent .profile dl {
    float: left;
    width: 100%;
  }
  .profileContent .profile dl.awards,
  .profileContent .profile dl.contract {
  }
  .profileContent .lesson table {
    float: left;
    width: 49% !important;
    margin-right: 1%;
  }
  .profileContent .lesson table:nth-child(even) {
    margin-right: 0%;
    margin-left: 1%;
  }
  .profileContent .allTimeRecord .date,
  .profileContent .allTimeRecord .score{
    width: 15%;
  }
  .profileContent .allTimeRecord .winsSP tr.winsNum td small,
  .profileContent .allTimeRecord .winsSP tr.winsNum td p {
  	display: inline;
  }
  .profileContent .allTimeRecord .winsSP tr th.winsHeaderSP {
  	display: none;
  }
}
.profileContent .record table.tournamentRecordTable th {
  white-space: nowrap;
}
.toggle_area .toggle_label {
  display: inline-block;
  width: 6em;
}
@media screen and (max-width: 750px){
  table.LBLastScoreTable th.roundScore,
  table.LBLastScoreTable td.roundScore {
    display: none;
  }
  #content table.LBLastScoreTable .prize,
  #content table.LBLastScoreTable .point {
    padding-right: 0.2em;
  }
  .profileContent .allTimeRecord .date {
    display: none;
  }
  .profileContent .allTimeRecord .score {
    width: 25%;
  }
  .profileContent .allTimeRecord .winsSP tr th.winsHeaderPC {
  	display: none;
  }
  .profileContent .allTimeRecord .winsSP tr.winsNum {
  	display: table;
  	width: 100%;
  }
  .profileContent .allTimeRecord .winsSP tr.winsNum td {
  	display: table-row;
  	height: 28px;
  	border-top: 0px !important;
  	border-right: 0px !important;
  	border-left: 0px !important;
  }
  .profileContent .allTimeRecord .winsSP tr.winsNum td:last-of-type {
  	border-bottom: 0px !important;
  }
  .profileContent .allTimeRecord .winsSP tr.winsNum td small,
  .profileContent .allTimeRecord .winsSP tr.winsNum td p {
  	display: table-cell;
  	width: 50%;
  	vertical-align: middle;
  }
  .profileContent .record .tableWrap .foreign_table {
    width: 100% !important;
  }
}