/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/* #tournament_list {
  width: 100%;
}



#tournament_list th,
#tournament_list td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #ccc;
}

#tournament_list th:nth-of-type(1) {
  width: 12.5%;
}

#tournament_list th:nth-of-type(2) {
  width: 10%;
}

#tournament_list th:nth-of-type(3) {
  width: auto;
}

#tournament_list th:nth-of-type(4) {
  width: 16%;
}

#tournament_list th:nth-of-type(5) {
  width: 11%;
}

#tournament_list th:nth-of-type(6) {
  width: 19%;
}

#tournament_list td:first-of-type {
  text-align: center;
  background-color: #fff;
}

 #tournament_list td:first-of-type::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
} 


@media screen and (max-width: 640px) {

  #tournament_list {
    width: 925px;
  }

  .tournament_list__wrapper {
    overflow-x: scroll;
  }

  #tournament_list th:nth-of-type(2) {
    min-width: 65px;
  }

  #tournament_list th:nth-of-type(4) {
    min-width: 130px;
  }

  #tournament_list th:nth-of-type(5) {
    min-width: 80px;
  }

  #tournament_list th:nth-of-type(6) {
    min-width: 115px;
  }


  #tournament_list th:nth-of-type(1),
  #tournament_list th:nth-of-type(2),
  #tournament_list th:nth-of-type(3),
  #tournament_list th:nth-of-type(4),
  #tournament_list th:nth-of-type(5),
  #tournament_list th:nth-of-type(6) {
    width: auto;
  }

  #tournament_list td:first-of-type,
  #tournament_list th:nth-of-type(1) {
    position: sticky;
    left: 0;
    background-color: #F7F1DE;
  }
} */



.u-table_list {
  width: 100%;
}



.u-table_list th,
.u-table_list td {
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #ccc;
}

#tournament_list th:nth-of-type(1) {
  width: 12.5%;
}

#tournament_list th:nth-of-type(2) {
  width: 10%;
}

#tournament_list th:nth-of-type(3) {
  width: auto;
}

#tournament_list th:nth-of-type(4) {
  width: 16%;
}

#tournament_list th:nth-of-type(5) {
  width: 11%;
}

#tournament_list th:nth-of-type(6) {
  width: 19%;
}

.u-table_list td:first-of-type {
  text-align: center;
  background-color: #fff;
}

/* .u-table_list td:first-of-type::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
} */

/* 歴代役員 */
#rekidai-yakuin_list th:nth-of-type(3),
#rekidai-yakuin_list td:nth-of-type(3) {
  background-color: #F7F1DE;
}

/* ニュースレター */
.news-letter__item+.news-letter__item {
  margin-top: 10px;
}

/* 大会のご案内 */
.tournament-info__place{
  text-align: center;
}

.tournament-info__place p{
  margin-top:10px;
}

.tournament-info__time p + p{
  margin-top:5px;
}

.tournament-info{
  padding:30px 0;
}

.tournament-info__container{
  padding:0 15px;
}

.tournament-info__container > * + *{
  margin-top:20px;
}

.tournament-info__time {
  margin-top:35px;
}

.tournament-info__person dl{
  display: flex;
}

.tournament-info__person dd{
  margin-left:25px;
}

.u-sp-only{
  display: none;
}

@media screen and (max-width: 640px) {

  .u-pc-only{
    display: none;
  }

  /* .tournament-info__container{
    padding: 0 10px;
  } */

  .tournament-info__person dl{
    display: block;
  }

  .tournament-info__person dd{
    margin: 5px 0 20px;
  }

  .u-sp-only{
    display: block;
  }

  /* 過去の大会 */
  #tournament_list {
    width: 925px;
  }

  .u-table_list__wrapper {
    overflow-x: scroll;
  }

  #tournament_list th:nth-of-type(2) {
    min-width: 65px;
  }

  #tournament_list th:nth-of-type(4) {
    min-width: 130px;
  }

  #tournament_list th:nth-of-type(5) {
    min-width: 80px;
  }

  #tournament_list th:nth-of-type(6) {
    min-width: 115px;
  }


  #tournament_list th:nth-of-type(1),
  #tournament_list th:nth-of-type(2),
  #tournament_list th:nth-of-type(3),
  #tournament_list th:nth-of-type(4),
  #tournament_list th:nth-of-type(5),
  #tournament_list th:nth-of-type(6) {
    width: auto;
  }

  .u-table_list td:first-of-type,
  .u-table_list th:nth-of-type(1) {
    position: sticky;
    left: 0;
    background-color: #F7F1DE;
  }

  /* 歴代役員 */
  #rekidai-yakuin_list {
    width: 900px;
  }

  /* ニュースレター */
  .news-letter {
    padding: 0 15px;
  }
}