@charset "UTF-8";
/* ==========================================================================
   エリートリーグ
========================================================================== */
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
ul.list__style__num, ul.list__style__attention {
  padding-left: 0 !important;
}
ul.list__style__num li, ul.list__style__attention li {
  padding-left: 18px;
  position: relative;
  list-style-type: none;
}
ul.list__style__num li:after, ul.list__style__attention li:after {
  content: '①';
  position: absolute;
  left: 0;
  top: 0;
}
ul.list__style__attention {
  font-size: 10px !important;
  padding: 5px 0;
}
ul.list__style__num li:first-child:after {
  content: '①';
}
ul.list__style__num li:nth-child(2):after {
  content: '②';
}
ul.list__style__num li:nth-child(3):after {
  content: '③';
}
ul.list__style__num li:nth-child(4):after {
  content: '④';
}
ul.list__style__attention li:after {
  content: '※';
}

@media screen and (max-width: 768px) {
  .content .kvArea #nav {
    padding-top: 45px;
    margin-top: -45px;
  }
}
.content .kvArea h2 img {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.content .kvArea ul.navList li > span, .content .kvArea ul.navList li > a {
  height: 45px;
}
body.top .content .kvArea ul.navList li:first-child a {
  background: #f4f4f4 !important;
  color: #07325C;
}
body.standings .content .kvArea ul.navList li:nth-child(2) a {
  background: #f4f4f4 !important;
  color: #07325C;
}
body.outline .content .kvArea ul.navList li:nth-child(3) a {
  background: #f4f4f4 !important;
  color: #07325C;
}
.content .kvArea ul.navList li a {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

@media screen and (max-width: 768px) {
  body.standings .contArea {
    margin-top: 10px;
  }
}

.abouttxt {
  font-size: 12px;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .abouttxt {
    font-size: 14px;
    margin: 10px 0;
  }
}

.outline.commonTable {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable {
    margin-top: 10px;
  }
  body.top .outline.commonTable {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .outline.commonTable tr th {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.outline.commonTable tr td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.top .outline.commonTable tr td {
    padding-left: 0;
  }
}
.outline.commonTable tr td ul {
  list-style: disc outside;
  padding: 10px 18px;
}
.outline.commonTable tr td ul li {
  text-align: left;
}
.outline.commonTable tr td .leftRedTit {
  color: #333;
  text-align: left;
}
.outline.commonTable tr td p {
  text-align: left;
}
.outline.commonTable tr td p.strong {
  font-weight: bold;
}
.outline.commonTable .groupWrap {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable .groupWrap {
    text-align: left;
  }
}
.outline.commonTable .groupWrap > p {
  font-weight: bold;
  font-size: 14px;
}
.outline.commonTable .groupWrap > a {
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  width: 49%;
  text-align: left;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable .groupWrap > a {
    width: 100%;
  }
}
.outline.commonTable .groupWrap > a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable .groupWrap > a span {
    margin-right: 5px;
  }
}
.outline.commonTable.standings tr th,
.outline.commonTable.standings tr td {
  width: 55px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable.standings tr th,
  .outline.commonTable.standings tr td {
    font-size: 10px;
  }
}
.outline.commonTable.standings tr th:first-child,
.outline.commonTable.standings tr td:first-child {
  background: #FBE8E8;
}
@media screen and (max-width: 768px) {
  .outline.commonTable.standings tr th:first-child,
  .outline.commonTable.standings tr td:first-child {
    width: 40px;
  }
}
.outline.commonTable.standings tr th:nth-child(2),
.outline.commonTable.standings tr td:nth-child(2) {
  width: 189px;
  font-weight: 700;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .outline.commonTable.standings tr th:nth-child(2),
  .outline.commonTable.standings tr td:nth-child(2) {
    width: 300px;
  }
}
.outline.commonTable.standings tr th a,
.outline.commonTable.standings tr td a {
  vertical-align: middle;
  font-weight: 700;
}
.outline.commonTable.standings tr th a span,
.outline.commonTable.standings tr td a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable.standings tr th a span,
  .outline.commonTable.standings tr td a span {
    margin-right: 0;
  }
}
.outline.commonTable.standings tr th:first-child {
  background: #eee;
}
.outline.commonTable.standings tr td {
  padding-left: 0;
}
.outline.commonTable.standings tr td:nth-child(2) {
  text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .outline.commonTable.standings tr td:nth-child(2) {
    padding-left: 0;
  }
}
.outline.commonTable.standings + .leftRedTit {
  margin-top: 30px;
}
