#resultBlock h2.redTtl1 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #resultBlock h2.redTtl1 {
    margin: 0 15px;
  }
}
.listMatchResult ul {
  background-color: #fff;
  padding: 0 20px;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.listMatchResult ul li {
  text-align: center;
}

.listMatchResult ul li + li {
  border-top: 1px solid #f2f2f2;
}

.listMatchResult ul li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #333;
  transition: 0.3s;
}

.listMatchResult ul li a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.listMatchResult ul .team {
  display: flex;
  align-items: center;
  width: 35%;
}

.listMatchResult ul .team:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .listMatchResult ul .team {
    display: block;
  }
}
.listMatchResult ul .team .name {
  width: 70%;
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .listMatchResult ul .team .name {
    width: auto;
    font-size: 12px;
  }
}
.listMatchResult ul .team .logo {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .listMatchResult ul .team .logo {
    width: auto;
  }
}
.listMatchResult ul .team .logo img {
  width: 60px;
  max-width: 100%;
}

.listMatchResult ul .gameInfo {
  width: 30%;
  line-height: 1;
}

.listMatchResult ul .gameInfo .resultNum {
  display: block;
  font-size: 45px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .listMatchResult ul .gameInfo .resultNum {
    font-size: 22px;
  }
}
.listMatchResult ul .gameInfo .resultNum em {
  color: #e64a4a;
  font-style: normal;
}

.listMatchResult ul .gameInfo p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
}

@media screen and (max-width: 767px) {
  .listMatchResult ul .gameInfo p {
    font-size: 10px;
  }
}
.listMatchResult ul .gameInfo p .playing {
  display: inline-block;
  background-color: #e64a4a;
  padding: 0.25em 1.2em 0.15em;
  color: #fff;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .listMatchResult.is_type2 ul li a {
    flex-direction: column-reverse;
  }
}
.listMatchResult.is_type2 .date {
  flex-shrink: 0;
  margin: 0;
  padding: 10px 15px 10px 5px;
  border-right: 1px solid #f2f2f2;
}

@media screen and (max-width: 767px) {
  .listMatchResult.is_type2 .date {
    padding: 5px 0 0;
    font-size: 12px;
    border-right: 0;
  }
}
.listMatchResult.is_type2 .info {
  display: flex;
  align-items: center;
  width: 100%;
}

.listMatchResultDtl h2 {
  margin-bottom: 0;
}

.listMatchResultDtl .box {
  background-color: #fff;
  padding: 0 20px 20px;
  text-align: center;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .box {
    padding: 0 10px 10px;
  }
}
.listMatchResultDtl .result {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 25px 0;
  color: #333;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result {
    padding: 15px 0;
  }
}
.listMatchResultDtl .result .team {
  display: flex;
  align-items: center;
  width: 35%;
}

.listMatchResultDtl .result .team:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result .team {
    display: block;
  }
}
.listMatchResultDtl .result .team .name {
  width: 70%;
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result .team .name {
    width: auto;
    font-size: 12px;
  }
}
.listMatchResultDtl .result .team .logo {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result .team .logo {
    width: auto;
  }
}
.listMatchResultDtl .result .team .logo img {
  width: 60px;
  max-width: 100%;
}

.listMatchResultDtl .result .gameInfo {
  width: 30%;
  line-height: 1;
}

.listMatchResultDtl .result .gameInfo .resultNum {
  display: block;
  font-size: 45px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result .gameInfo .resultNum {
    font-size: 22px;
  }
}
.listMatchResultDtl .result .gameInfo .resultNum em {
  color: #e64a4a;
  font-style: normal;
}

.listMatchResultDtl .result .gameInfo p {
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .result .gameInfo p {
    font-size: 10px;
  }
}
.listMatchResultDtl .result .gameInfo p .playing {
  display: inline-block;
  background-color: #e64a4a;
  padding: 0.25em 1.2em 0.15em;
  color: #fff;
  border-radius: 100px;
}

.listMatchResultDtl .items > li {
  display: flex;
  align-items: center;
}

.listMatchResultDtl .items > li + li {
  margin-top: 1px;
}

.listMatchResultDtl .items > li p {
  margin: 0;
}

.listMatchResultDtl .items > li .player {
  display: flex;
  align-items: center;
  background-color: #eee;
  width: 45%;
  padding: 15px 0;
}

.listMatchResultDtl .items > li .player:first-child {
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .items > li .player {
    display: block;
    width: 40%;
    padding: 10px 0;
  }
}
.listMatchResultDtl .items > li .player .num {
  flex-shrink: 0;
  width: 30%;
  padding: 0 10px;
  font-size: 45px;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .items > li .player .num {
    width: auto;
    font-size: 35px;
    border: none !important;
  }
}
.listMatchResultDtl .items > li .player:first-child .num {
  border-right: none;
  border-left: 1px solid #fff;
}

.listMatchResultDtl .items > li .player .name {
  width: 100%;
  padding: 0 10px;
  font-size: 23px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .items > li .player .name {
    font-size: 18px;
  }
}
.listMatchResultDtl .items > li .player.win {
  background-color: #ffe2e2;
  color: #e64a4a;
}

.listMatchResultDtl .items > li .dtl {
  width: 10%;
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .listMatchResultDtl .items > li .dtl {
    width: 20%;
  }
}
.listMatchResultDtl .items > li .dtl em {
  color: #e64a4a;
  font-style: normal;
}

.listTeam .box {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
}

.listTeam .box h3 {
  margin: 0 0 15px;
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  border-left: 4px solid #e71f19;
}

.listTeam .box li a {
  display: flex;
  align-items: center;
  padding: 10px 0;
  color: #333;
}

.listTeam .box li .logo {
  width: 60px;
}

.listTeam .box li .logo img {
  width: 100%;
}

.listTeam .box li .name {
  margin: 0;
  padding-left: 20px;
}

.listTeam .box li .name span {
  display: block;
}

.listTeam .box li .name .ja {
  font-size: 16px;
}

.listTeam .box li .name .en {
  font-size: 14px;
}

.redTtl2 small {
  color: inherit;
  font-weight: inherit;
}

.tbl2Color table {
  width: 100%;
  border-bottom: 1px solid #fff;
}

.tbl2Color thead {
  background-color: #666;
  color: #fff;
  font-size: 12px;
}

.tbl2Color thead th {
  padding: 7px;
  font-weight: normal;
  text-align: center;
  box-sizing: border-box;
  white-space: nowrap;
}

.tbl2Color tbody tr {
  border-left: 1px solid #fff;
}

.tbl2Color tbody tr:nth-child(odd) {
  background-color: #fff;
}

.tbl2Color tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.tbl2Color tbody tr td {
  padding: 10px 5px;
  text-align: center;
  box-sizing: border-box;
}

.tbl2Color.is_typeRank thead th:nth-child(1) {
  padding-left: 12px;
  text-align: left;
}

.tbl2Color.is_typeRank tbody td:nth-child(1) {
  width: 12%;
  font-size: 20px;
  font-weight: bold;
}

.tbl2Color.is_typeRank tbody td:nth-child(3) {
  width: 12%;
}

.tbl2Color.is_typeRank tbody td:nth-child(4) {
  width: 12%;
}

.tbl2Color.is_typeRank .team {
  display: flex;
  align-items: center;
}

.tbl2Color.is_typeRank .team .logo {
  width: 25px;
}

.tbl2Color.is_typeRank .team .logo img {
  width: 100%;
}

.tbl2Color.is_typeRank .team .name {
  margin: 0;
  padding-left: 10px;
  text-align: left;
}

.tbl2Color.is_typeKojinRank thead th br {
  display: none;
}

@media screen and (max-width: 767px) {
  .tbl2Color.is_typeKojinRank thead th br {
    display: block;
  }
}
.tbl2Color.is_typeKojinRank tbody td:nth-child(1) {
  width: 20%;
  font-size: 20px;
  font-weight: bold;
}

.tbl2Color.is_typeKojinRank tbody td:nth-child(2) {
  width: 20%;
}

.tbl2Color.is_typeKojinRank tbody td:nth-child(4) {
  width: 12%;
}

.teamDtlBox {
  background-color: #fff;
  padding: 25px 20px 5px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .teamDtlBox {
    padding: 15px 10px 5px;
  }
}
.teamDtlBox h2 {
  margin: 0;
  padding-bottom: 15px;
  color: #e64a4b;
  font-size: 30px;
  border-bottom: 3px solid #e64a4b;
}
@media screen and (max-width: 767px) {
  .teamDtlBox h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .teamDtlBox h2 {
    font-size: 24px;
  }
}
.teamDtlBox h2 span {
  display: inline-block;
  margin-right: 15px;
}

.teamDtlBox h2 small {
  display: inline-block;
  color: inherit;
  font-size: 14px;
}

.teamDtlBox .teamInfo {
  display: flex;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo {
    display: block;
    padding: 15px 0 25px;
  }
}
.teamDtlBox .teamInfo a {
  color: #e64a4b;
}

.teamDtlBox .teamInfo .img {
  flex-shrink: 0;
  width: 31.25%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .img {
    width: 80%;
    margin: auto;
  }
}
.teamDtlBox .teamInfo .img img {
  width: 100%;
}

.teamDtlBox .teamInfo .txts {
  width: 100%;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .txts {
    padding: 10px 0 0;
  }
}
.teamDtlBox .teamInfo .txts p {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.625;
}

.teamDtlBox .teamInfo .txts .list {
  display: table;
  border-collapse: collapse;
  width: 100%;
  border-top: 1px dotted #ccc;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .txts .list {
    display: block;
  }
}
.teamDtlBox .teamInfo .txts .list dl {
  display: table-row;
  margin: 0;
  border-bottom: 1px dotted #ccc;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .txts .list dl {
    display: block;
    padding: 10px 0;
  }
}
.teamDtlBox .teamInfo .txts .list dt {
  display: table-cell;
  padding: 10px 0;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .txts .list dt {
    display: block;
    padding: 0 0 5px;
    font-weight: bold;
  }
}
.teamDtlBox .teamInfo .txts .list dd {
  display: table-cell;
  padding: 10px 0 10px 30px;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .teamInfo .txts .list dd {
    display: block;
    padding: 0;
  }
}
.teamDtlBox h3 {
  background-color: #e64a4b;
  margin: 0 0 1em;
  padding: 0.5555555556em 0.8333333333em;
  color: #fff;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .teamDtlBox h3 {
    font-size: 16px;
  }
}
.teamDtlBox .listMatchResult ul {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}

.teamDtlBox .listBelongPlayer ul {
  display: flex;
  flex-wrap: wrap;
}

.teamDtlBox .listBelongPlayer li {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 20px;
}

.teamDtlBox .listBelongPlayer li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .teamDtlBox .listBelongPlayer li {
    width: 48%;
    margin-right: 4%;
  }
  .teamDtlBox .listBelongPlayer li:nth-child(3n) {
    margin-right: 4%;
  }
  .teamDtlBox .listBelongPlayer li:nth-child(2n) {
    margin-right: 0;
  }
}
.teamDtlBox .listBelongPlayer li a {
  display: block;
}

.teamDtlBox .listBelongPlayer li a .img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding-top: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.teamDtlBox .listBelongPlayer li a .img span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.teamDtlBox .listBelongPlayer li a .img img {
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}

.teamDtlBox .listBelongPlayer li a dl {
  margin: 0;
  font-size: 14px;
}

.teamDtlBox .listBelongPlayer li a dt {
  color: #e64a4b;
}

.teamDtlBox .listBelongPlayer li a dd {
  color: #333;
}

.teamDtlBox .listBelongPlayer li a dd em {
  color: #e64a4b;
  font-style: normal;
}

.teamDtlBox .listBelongPlayer li a:hover {
  text-decoration: none;
}

.teamDtlBox .listBelongPlayer li a:hover .img img {
  transform: scale(1.1);
}/*# sourceMappingURL=tleague.css.map */