@charset "UTF-8";
/* ==========================================================================
   エリートリーグ
========================================================================== */
/*-----------------------------------------------------------------
共通
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .kvArea #nav {
    padding-top: 45px;
    margin-top: -45px;
  }
}

.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;
}

body.top .kvArea ul.navList li:first-child a {
  background: #f4f4f4 !important;
  color: #07325C;
}

body.standings .kvArea ul.navList li:nth-child(2) a {
  background: #f4f4f4 !important;
  color: #07325C;
}

body.outline .kvArea ul.navList li:nth-child(3) a {
  background: #f4f4f4 !important;
  color: #07325C;
}

.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) {
  .contArea {
    margin: 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;
    font-size: 12px;
  }
}

body.top .outline.commonTable td {
  text-align: center;
}

@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: left;
}

@media screen and (max-width: 768px) {
  body.top .outline.commonTable tr td {
    padding-left: 0;
  }
}

.outline.commonTable tr td p {
  margin-bottom: .5em;
}

.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;
  margin-top: 20px;
  margin-bottom: 10px;
}

.outline.commonTable .groupWrap {
  margin-bottom: 20px;
  text-align: left;
}

.outline.commonTable .groupWrap > p {
  font-weight: bold;
  font-size: 14px;
}

.outline.commonTable .groupWrap > a {
  font-size: 13px;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
  width: 16%;
  text-align: left;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .outline.commonTable .groupWrap > a {
    width: 30%;
  }
}

.outline.commonTable .groupWrap > a span {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.outline.commonTable.standings tr th,
.outline.commonTable.standings tr td {
  width: 55px;
}

.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: 200px;
  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: 20%;
  }
}

.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;
  text-align: center;
}

.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;
  }
}
