@charset "UTF-8";

/*table*/
#content .tableArea table {
  width: 100%;
  border-left: none;
}
#content .tableArea div:not(.summary) a {
  color: #333;
  text-decoration: underline;
}
#content .tableArea a:hover {
  color: #00822D;
}
#content .tableArea th {
  background: #00822d;
  color: #fff;
  height: 30px;
  border-right: none;
  border-bottom: none;
  border-top: none;
  border-radius: 0;
  position: relative;
  text-align: center;
}
#content .tableArea th.name,
#content .tableArea td.name {
  width: 200px;
}
#content .tableArea th.name_en,
#content .tableArea td.name_en {
  width: 500px;
}
#content .tableArea .div:not(.results) th {
  font-size: 14px;
}
#content .tableArea th:not(.last-item):not(:last-child),
#content .tableArea td:not(.last-item):not(:last-child) {
  background-image: linear-gradient(to bottom, transparent 5px, #EBEBEB 5px, #EBEBEB calc(100% - 5px), transparent calc(100% - 5px));
  background-size: 1px 100%;
  background-repeat: no-repeat;
  background-position: right center;
}
#content .tableArea th.sorting {
  font-weight: 700;
}
#content .tableArea th a {
  padding: 0.2em 0;
  display: block;
  color: #333333;
  text-decoration: none;
}
.tableArea table th i {
  font-size: 93%;
  line-height: 0.7;
  color: rgba(90, 86, 74, 0.5);
  margin: 0 0 0 0.3em;
  position: relative;
}
.tableArea table th.sorting a i {
  color: rgb(90, 86, 74);
}
#content tbody {
  border-bottom: 1px solid #999;
}
#content .tableArea td {
  height: 50px;
  padding: 14px 5px;
  border-right: none;
  border-bottom: none;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
#content .tableArea div:not(.results) td {
  font-size: 14px;
}
#content td.taR {
  text-align: center !important;
}
#content td.right-text {
  text-align: right !important;
}
#content .tableArea td.sorting {
  background: none;
  font-weight: 700;
}
#content .tableArea td.sorting::before {
  content: "";
  position: absolute;
  inset: 0;
  left: -1px;
  right: -1px;
  background: rgba(180, 160, 115, 0.2);
}
#content .tableArea tr.even {
  background: #f6f6f6;
}
.tableArea th.sorting > * {
  font-weight: 700;
}
#content .tableArea td::before,
#content .tableArea td::after,
#content .tableArea th::after {
  pointer-events: none;
}
@media screen and (max-width: 750px) {
  #content .tableArea th {
    font-size: 80%;
  }
  #content .tableArea div:not(.summary) table:not(.report-table):not(.career) th {
    width: auto;
  }
   #content.clearfix .tableArea div.mercedes table th.wins {
    width: 50px;
  }
  .en #content.clearfix .tableArea div.mercedes table th.rank {
    width: 35px;
  }
  .en #content.clearfix .tableArea div.mercedes table th.wins {
    width: 60px;
  }
  .tableArea table th a i {
    margin: 0 0.2em;
  }
}
@media screen and (max-width: 375px) {
  #content.clearfix .tableArea div.mercedes table th:is(.rank, .wins) {
    width: 30px;
  }
  .en #content.clearfix .tableArea div.mercedes table th.rank {
    width: 35px;
  }
  .en #content.clearfix .tableArea div.mercedes table th.wins {
    width: 50px;
  }
}
@media (min-width: 768px) {
  .en #content.clearfix .tableArea th:nth-of-type(2) {
    width: 15em;
  }
  .en #content.clearfix .tableArea div.mercedes table th:is(.wins, .events) {
    width: 55px;
  }
}
/* not data */
p.nodata {
  text-align: center;
  font-size: 110%;
  padding: 20px 0 0;
}


/* mercedes tables */
#content .tableArea .mercedes table th:nth-child(1) {
  width: 35px;
  white-space: nowrap;
}
#content .tableArea .mercedes table th:nth-child(n+3) {
  width: 80px;
}
#content .tableArea .mercedes table th:nth-last-child(1),
#content .tableArea .mercedes table th:nth-last-child(-n+4) {
  width: 70px;
}
#content .tableArea .mercedes table td.taR {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
#content .tableArea .mercedes table th.prize{
	width: 9em;
}
#content .tableArea .mercedes table td.name {
  padding: 14px 5px!important;
  width: auto;
}
#content .tableArea .mercedes table th.grade-point {
  width: 85px;
}


/* トータルドライビング tables */
.totaldriving table th:nth-child(1) {
  width: 60px;
}
.totaldriving_en table th:nth-child(1) {
  width: 70px;
}
.totaldriving table th:nth-child(2) {
  width: 200px;
}
.totaldriving_en table th:nth-child(2) {
  width: 400px;
}
.totaldriving table th:nth-last-child(-n+2) {
  width: 90px;
}


/* ボールストライキング tables */
.ballstriking table th:nth-child(1) {
  width: 60px;
}
.ballstriking_en table th:nth-child(1) {
  width: 70px;
}
.ballstriking table th:nth-child(2) {
  width: 200px;
}
.ballstriking_en table th:nth-child(2) {
  width: 400px;
}
.ballstriking table th:nth-last-child(-n+2) {
  width: 110px;
}
.ballstriking_en table th:nth-last-child(-n+2) {
  width: 100px;
}


/* 記録一覧 */
@media screen and (max-width: 768px) {
  #content.page-summary{
    overflow: hidden;
  }
}
#content .tableArea .summary {
  position: sticky;
  left: calc(4.2% - 1px) !important;
}
#content .tableArea .summary table {
  width: 100%;
  border-left: none;
  border-bottom: none;
  table-layout: inherit;
}
#content .tableArea .summary table tr:nth-child(even) {
  background: #f6f6f6;
  position: relative;
  z-index: 0;
}
#content .tableArea .summary table thead tr th,
#content .tableArea .summary table tfoot tr th,
#content .tableArea .summary table tbody tr td {
  width: 45px;
  max-width: 45px;
  font-size: 14px;
}
#content .tableArea .summary table thead,
#content .tableArea .summary table thead tr,
#content .tableArea .summary table tfoot,
#content .tableArea .summary table tfoot tr {
  background: #00822d;
}
#content .tableArea .summary table thead tr th,
#content .tableArea .summary table tfoot tr th {
  line-height: 1;
  height: 11.5em;
}
@-moz-document url-prefix() {
  #content .tableArea .summary table thead tr th,
  #content .tableArea .summary table tfoot tr th {
    max-width: 45px;
  }
}
#content .tableArea .summary table thead tr th:first-child,
#content .tableArea .summary table tbody tr td:first-child,
#content .tableArea .summary table tfoot tr th:first-child {
  width: 157px !important;
  max-width: 157px;
}
#content .tableArea .summary table thead tr th > a,
#content .tableArea .summary table tfoot tr th > a {
  color: #fff;
}
#content .tableArea .summary table thead tr th > span,
#content .tableArea .summary table tfoot tr th > span {
  padding: 0 1em;
}
#content .tableArea .summary table thead tr th > a,
#content .tableArea .summary table thead tr th > span,
#content .tableArea .summary table tfoot tr th > a,
#content .tableArea .summary table tfoot tr th > span {
  /* IE用 */ /* chrome用 */
  -o-writing-mode: vertical-rl; /* opera用　*/
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-decoration: none;
  height: 9.5em;
}
#content .tableArea .summary table thead:last-of-type tr th > a,
#content .tableArea .summary table tfoot:last-of-type tr th > a {
  padding: 0.5em 0.8em 0;
  margin: 0 auto;
}
#content .tableArea .summary table thead:last-of-type tr th > i,
#content .tableArea .summary table tfoot:last-of-type tr th > i {
  bottom: inherit;
  top: 0.3em;
}
#content .tableArea .summary table thead tr th > i,
#content .tableArea .summary table tfoot tr th > i {
  color: rgba(90, 86, 74, 0.5);
  position: absolute;
  bottom: 0.3em;
  left: 50%;
  margin-left: -0.25em;
}
#content .tableArea .summary table thead tr th.sorting > i,
#content .tableArea .summary table tfoot tr th.sorting > i {
  color: rgb(90, 86, 74);
}
#content .tableArea .summary table thead tr th.sorting > *,
#content .tableArea .summary table tfoot tr th.sorting > * {
  font-weight: 700;
}
#content .tableArea .summary table tbody tr td {
  border-right: none;
  border-top: none;
  position: relative;
  padding: 0.3em 0;
  text-align: center;
  white-space: nowrap;
}
#content .tableArea .summary table tbody tr td::before {
  content: "";
  position: absolute;
  inset: 0; /* 初期は何も塗らない */
  background: transparent;
  z-index: 0; /* 線(2)の下／セル背景の上 */
}
#content .tableArea .summary table tbody tr td a {
  color: #333;
  text-decoration: none;
}
#content .tableArea .summary table tbody tr td a:hover {
  color: #00822d;
}
#content .tableArea .summary table tbody tr td:first-child {
  width: 140px;
  padding: 10px 5px;
}
#content .tableArea .summary table tbody tr td:first-child a {
  display: flex;
  align-items: center;
  font-weight: bold;
  word-break: break-word;
  text-align: left;
  gap: 10px;
}
#content .tableArea .summary table tbody tr td.sorting {
  background: none;
  font-weight: 700;
}
#content .tableArea .summary table tbody tr td.sorting::before {
  background: rgba(180, 160, 115, 0.2);
  z-index: 0;
}
#content .tableArea .summary table tbody tr td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 0;
  width: 1px;
  background: #ebebeb;
}
#content .tableArea .summary table tbody tr td img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
}
@media screen and (max-width: 750px) {
  #content .tableArea .summary {
    width: 100%;
    overflow: auto;
  }
  #content .tableArea .summary table {
    width: 1000px;
  }
  #content .tableArea .summary table thead tr th,
  #content .tableArea .summary table tfoot tr th {
    height: 10em!important;
  }
  #content .tableArea .summary table thead tr th > a,
  #content .tableArea .summary table thead tr th > span,
  #content .tableArea .summary table tfoot tr th > a,
  #content .tableArea .summary table tfoot tr th > span {
    font-size: 85%;
    height: 9em;
  }
  #content .tableArea .summary table thead tr th > i,
  #content .tableArea .summary table tfoot tr th > i {
    bottom: 0.1em;
  }
  #content .tableArea .summary table thead:last-of-type tr th > i,
  #content .tableArea .summary table tfoot:last-of-type tr th > i {
    top: 0.3em;
  }
  #content .tableArea .summary table thead:last-of-type tr th > a,
  #content .tableArea .summary table tfoot:last-of-type tr th > a {
    position: relative;
    right: 1px;
  }
  #content .tableArea .summary table tbody tr td {
    padding: 0.5em;
  }
  #content .tableArea .summary table tbody tr td:first-child {
    width: 130px;
  }
  #content .tableArea .summary table tbody tr td a {
    white-space: nowrap;
  }
  #content .tableArea .summary table thead tr th > a,
  #content .tableArea .summary table tfoot tr th > a,
  #content .tableArea .summary table tbody tr td {
    font-size: 13px;
  }
  #content .tableArea .summary > table.fix thead tr th:first-child,
  #content .tableArea .summary > table.fix tfoot tr th:first-child,
  #content .tableArea .summary > table.fix tbody tr td:first-child {
    opacity: 0;
    visibility: hidden;
  }
}
/* fontawesome　*/
.fa-caret-down:before, 
.fa-caret-up:before, 
.fa-sort:before {
  color: #fff;
  font-size: 12px;
}
/* highlight */
#content .tableArea .summary table tbody tr td.highlight {
  background: none;
}
#content .tableArea .summary table tbody tr td.highlight::before {
  background: rgba(0, 0, 0, 0.18);
}
#content .tableArea .summary table tbody tr:nth-child(even) td.highlight::before {
  background: rgba(0, 0, 0, 0.13);
}
#content .tableArea .summary table tbody tr:nth-of-type(odd) td.highlight:first-child:before {
  background: #fff;
  z-index: -1;
}
#content .tableArea .summary table tbody tr:nth-of-type(even) td.highlight:first-child:before {
  background: #f6f6f6;
  z-index: -1;
}


/* results */
.tableArea .results thead tr:first-child {
  background: #00822d;
}
.results table th {
  font-weight: 400;
  text-align: center;
  height: auto;
  position: relative;
  padding: 5px 0.3em;
  white-space: nowrap;
}
.results table td {
  padding: 1em !important;
}
.results table td:nth-of-type(1) {
  text-align: left !important;
}
.results table td:nth-child(2) {
  white-space: nowrap;
}
.results table td:nth-child(4) {
  position: relative;
}
.results table td:nth-child(4) div {
  display: none;
}
.results table td:nth-child(4):hover div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-right: 1px solid #ccc;
  padding: 0 10px;
  text-align: left;
  display: block;
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}
.results table td a {
  display: inline;
}
.results table td:nth-child(4) ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.results table td:nth-child(4) ul li {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .results {
    overflow-x: scroll;
    clear: both;
    left: auto !important;
  }
  .results table {
    width: 1050px !important;
  }
}


/* chart */
#content .tableArea .chart {
  width: 100%;
  overflow: auto;
}
#content .tableArea .chart table th {
  word-break: normal;
  overflow-wrap: anywhere;
  box-sizing: border-box;
  height: 11.5em;
}
#content .tableArea .chart table tr th:first-child,
#content .tableArea .chart table tr td:first-child {
  width: 30px;
}
#content .tableArea .chart table tr th:nth-child(2),
#content .tableArea .chart table tr td:nth-child(2) {
  width: 113.688px;
}
#content .tableArea .chart table th:nth-child(n+3) {
  padding: 0.4em;
}
#content .tableArea .chart table th:nth-child(n+3),
#content .tableArea .chart table td:nth-child(n+3) {
  min-width: 50px;
  width: 50px;
}
#content .tableArea .chart th > span { /* chrome用 */
  -o-writing-mode: vertical-rl; /* opera用*/
  writing-mode: vertical-rl;
  text-decoration: none;
  height: 10em;
  text-align: initial;
  font-size: 12px;
}
body.lang-en #content .tableArea .chart th > span {
  letter-spacing: 0;
  height: 10rem;
  line-height: 1;
}
#content .tableArea .chart table td {
  white-space: nowrap;
}

#content .tableArea .chart table td:nth-child(n-2) {
  padding: 0.4em !important;
}
ul.report-note {
  display: flex;
  flex-wrap: wrap;
}
ul.report-note li {
  padding: 0 15px 0 0;
}
.report-more-note {
  display: flex;
  justify-content: space-between;
}
#to_left,
#to_right {
  position: fixed;
  top: 50%;
}


/* career */
/* 国内優勝回数 */
table.victory th:nth-child(n+2) {
  width: 20%;
}
/* careerprize */
table.careerprize th:nth-child(1) {
  width: 50px;
}
table.careerprize th:nth-child(3) {
  width: 190px;
}
table.careerprize th:nth-last-child(1) {
  width: 100px;
}
.btn-group-career-stats ul {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 10px;
}
.btn-group-career-stats ul li {
  float: left;
  background: #fff;
  border: 1px solid #00822d;
  color: #00822d;
  margin: 0;
  width: 24%;
  text-align: center;
}
.btn-group-career-stats ul li:hover,
.btn-group-career-stats ul li.cur {
  background: #00822d;
  color: #fff;
  font-weight: bold;
}
.btn-group-career-stats ul li a {
  padding: 5px 10px;
  color: #00822d;
  display: block;
}
.btn-group-career-stats ul li:hover a,
.btn-group-career-stats ul li.cur a {
  color: #fff;
}
/* 通算記録 生涯獲得賞金/国内通算優勝回数 */
#content .tableArea .career th a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width: 750px) {
  /* 生涯獲得賞金 */
  table.careerprize td:nth-child(n-2) {
    white-space: nowrap;
  }
  table.careerprize th:nth-child(3) {
    width: auto;
  }
  table.careerprize th:nth-last-child(1) {
    width: 50px;
  }
  /* 通算記録 */
  /* プレーオフ */
  #content #record_table {
    width: 100%;
    overflow: auto;
  }
  #content #record_table table {
    width: auto;
    white-space: nowrap;
  }
  /* 初優勝トーナメント */
  #content #official, #content #international {
    width: 100%;
    overflow: auto;
  }
  #content #official table, #content #international table {
    width: auto;
    white-space: nowrap;
  }
  .btn-group-career-stats ul li {
    width: calc((100% - 20px) / 3);
  }
  .btn-group-career-stats ul li a {
    padding: 5px 2px;
    height: 45px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* career nav */
.btnBox {
  border-bottom: 2px solid #00822d;
}
.btnBox li {
  float: left;
  background: #ededed;
  height: 24px;
  min-width: 60px;
  margin-left: 5px;
  text-align: center;
  padding: 5px 1em 0;
  font-size: 117%;
  cursor: pointer;
  border-radius: 5px 5px 0px 0;
}
.btnBox li.cur {
  background: #00822d;
  color: #FFF;
}
.btnBox li.d_first {
  margin-left: 0 !important;
}
.btnBox a {
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .tableWrap {
    width: 100%;
    overflow-x: scroll;
  }
  .btnboxWrap, .tableWrap {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .btnBox {
    width: 900px !important;
  }
  .btnBox ul {
    width: auto !important;
    height: auto !important;
  }
  .btnBox li {
    margin-left: 3px;
    padding: 2px 0.5em;
  }
}
@media screen and (max-width: 750px) {
  #content .recordsTabWrap .unysysbox {
    margin-left: auto;
  }
  #content .recordsTabWrap .recordsTabTitleLine {
    padding-top: 30px;
  }
}
#content .recordsTabWrap h5.square {
  width: auto;
}/*# sourceMappingURL=stats_paron.css.map */