@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Oswald:300,400,500,600,700");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
/** sp match **/
.matchAccArea {
  margin-bottom: 25px;
}

.matchArea .secondAcc {
  margin-top: 30px;
}

.matchTxtArea {
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f6f6f6;
  margin-bottom: 20px;
}
.matchTxtArea p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 25px;
}
.matchTxtArea p.Data {
  font-size: 12px;
  color: #666;
  text-align: right;
}

.matchScoreTit {
  display: table;
  width: 100%;
  padding: 5px 0px;
  border-top: 1px solid #ccc;
}
.matchScoreTit div {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
}
.matchScoreTit.secondTit {
  margin-top: 15px;
}
.matchScoreTit .scoreEmb {
  text-align: left;
  padding-left: 5px;
  width: 11%;
}
.matchScoreTit .embTxt {
  text-align: left;
  width: auto;
}
.matchScoreTit .scoreRank {
  text-align: right;
  width: 30%;
}
.matchScoreTit .scoreWinLose {
  text-align: center;
  width: 40%;
  font-weight: normal;
}

.matchTable {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 12px;
}
.matchTable tr {
  border-top: 1px solid #ccc;
}
.matchTable td {
  text-align: center;
  vertical-align: middle;
  padding: 8px 0;
}
.matchTable .bgGray {
  background-color: #f6f6f6;
  text-align: left;
  padding-left: 10px;
}
.matchTable .txtBold {
  font-weight: bold;
}

.gameInfoMatch {
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gameInfoMatch .gameInfoTit {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.gameInfoMatch a {
  color: #333;
}
.gameInfoMatch .gameInfoMain {
  display: table;
  width: 100%;
}
.gameInfoMatch .gameInfoMain > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.gameInfoMatch .gameInfoLogo {
  font-weight: bold;
  font-size: 14px;
  line-height: 9px;
  width: 34%;
  padding-top: 16px;
}
.gameInfoMatch .gameInfoLogo .embL {
  margin: 0 auto;
}
.gameInfoMatch .gameInfoScore {
  font-size: 30px;
  font-weight: bold;
  width: 12%;
  padding-top: 18px;
}
.gameInfoMatch p {
  margin-top: 8px;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.gameInfoBtn .matchBtn {
  text-align: center;
  width: 100%;
}
.gameInfoBtn .matchBtn li {
  display: inline-block;
  width: 30%;
}

.matchArea .matchWideImg img {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.matchArea .matchTable.tableAbout {
  font-size: 12px;
}
.matchArea .matchTable.tableAbout tr {
  border-top: 1px solid #ccc;
}
.matchArea .matchTable.tableAbout td {
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
}

.matchTable.tableAbout a {
  padding: 10px 6px 10px 0;
  display: block;
  text-align: center;
  color: #06c;
  font-size: 12px;
  font-weight: bold;
  position: relative;
}
.matchTable.tableAbout a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.tableSecond {
  margin-top: 15px;
}

.matchBottomBtn {
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.matchBottomBtn li {
  display: inline-block;
}
.matchBottomBtn li span {
  padding: 8px 0;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: 119px;
  position: relative;
  background: #ccc;
}
.matchBottomBtn .btnRight {
  margin-left: 20px;
}

.archiveLink.matchLink {
  margin: 25px 0;
}
.archiveLink.matchLink a {
  font-size: 12px;
}

.matchTxtArea .radioTit {
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  margin: 11px 0;
}

.matchRadioBlock {
  width: 100%;
  text-align: center;
}
.matchRadioBlock .innerRadioBlock {
  display: inline-block;
  cursor: pointer;
}
.matchRadioBlock .innerRadioBlock.lastBox {
  margin: 0px;
}
.matchRadioBlock .innerRadioBlock ul {
  text-align: center;
  width: 100%;
  display: table;
}
.matchRadioBlock .innerRadioBlock ul > li {
  vertical-align: middle;
  display: table-cell;
  font-size: 14px;
  font-weight: bold;
  width: 33%;
  padding: 0 5px;
  text-align: center;
}
.matchRadioBlock .innerRadioBlock ul li div {
  background: #fff;
}
.matchRadioBlock .innerRadioBlock ul li p {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-top: 0;
  padding: 5px 0;
}
.matchRadioBlock .innerRadioBlock ul li .embArea {
  width: 80px;
  padding: 8px 0 9px;
  text-align: center;
  background-color: #fff;
}
.matchRadioBlock .innerRadioBlock ul li .embArea.draw {
  padding: 0;
  width: 80px;
}
.matchRadioBlock .innerRadioBlock ul li .embArea .embL {
  margin: 0 auto;
}
.matchRadioBlock .innerRadioBlock ul li .embArea img {
  vertical-align: bottom;
  width: 100%;
}
.matchRadioBlock .innerRadioBlock ul li .teamName {
  text-align: center;
  vertical-align: top;
  position: relative;
}
.matchRadioBlock .innerRadioBlock ul li p input[type=radio] {
  display: inline-block;
  margin-right: 6px;
}
.matchRadioBlock .innerRadioBlock ul li p input[type=radio] + label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
.matchRadioBlock .innerRadioBlock ul li .area_1 {
  /*background-color: #f6adb3;*/
  background-color: #DFDFDF;
}
.matchRadioBlock .innerRadioBlock ul li .area_2 {
  background-color: #bbb;
}
.matchRadioBlock .innerRadioBlock ul li .area_3 {
  /*background-color: #99c2eb;*/
  background-color: #DFDFDF;
}

@media (min-width: 1px) {
  .matchRadioBlock .innerRadioBlock ul li p input[type=radio] {
    display: none;
    margin: 0;
  }
  .matchRadioBlock .innerRadioBlock ul li p input[type=radio] + label {
    padding: 0 0 0 24px;
  }
  .matchRadioBlock .innerRadioBlock ul li p input[type=radio] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
    border-radius: 30px;
  }
  .matchRadioBlock .innerRadioBlock ul li p input[type=radio]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #444;
    border-radius: 8px;
  }
}
.radioAnswer {
  width: 160px;
  margin: 0 auto;
}
.radioAnswer a {
  padding: 10px 6px 10px 0;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #06c;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.radioAnswer a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 3px;
  width: 5px;
  height: 5px;
  margin-top: -4.5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.matchTxtArea .graphLogo {
  display: inline-block;
  width: 14%;
  vertical-align: middle;
  margin: 12px 0;
  text-align: center;
}
.matchTxtArea .graphLogo span {
  margin: 0 auto;
}
.matchTxtArea .graphLogo .teamName {
  font-size: 12px;
  margin: 0 auto;
  font-weight: bold;
}
.matchTxtArea .graphBox {
  display: inline-block;
  width: 68%;
  vertical-align: middle;
}

.graphBox .matchGraph {
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.graphBox .matchGraph .win {
  display: table-cell;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
}
.graphBox .matchGraph .draw {
  display: table-cell;
  background: #555;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
}
.graphBox .matchGraph .lose {
  display: table-cell;
  width: 43%;
  /*background-color: #99c2eb;*/
  background-color: #fff;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  padding: 3px 0;
}
.graphBox .voteNum {
  font-size: 10px;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 5px;
}
.graphBox .voteNum li {
  display: table-cell;
  text-align: center;
}

.matchAcc.noBoderBottom {
  border-top: 1px solid #ccc;
  border-bottom: none;
}

.matchTitGray {
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  color: #fff;
  background-color: #4f4f4f;
}
.matchTitGray .matchTitGrayLink {
  float: right;
  margin-right: 10px;
  color: #fff;
  font-weight: bold;
}
.matchTitGray .matchTitGrayLink a {
  color: #fff;
}
.matchTitGray .matchTitGrayLink:after {
  display: block;
  position: absolute;
  right: 15px;
  width: 5px;
  height: 5px;
  margin-top: -12px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.matchAcc .matchTit.noBorder:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin-top: 0px;
  border-top: none;
  border-right: none;
}

.matchLiveBtnArea {
  width: 88%;
  margin: 0 auto;
}
.matchLiveBtnArea .matchLiveBtn a {
  border-top: 1px solid #ccc;
  display: block;
  position: relative;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0;
}
.matchLiveBtnArea .matchLiveBtn a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.matchLiveCaution {
  border-top: 1px solid #ccc;
  font-size: 12px;
  padding: 10px 0;
}

.titBlockArea .detaLink.blueTxt {
  color: #06c;
  font-size: 10px;
  padding-right: 15px;
}
.titBlockArea .detaLink.blueTxt:after {
  width: 5px;
  height: 5px;
}

.matchTicketArea .matchPlaceTit {
  padding: 10px 0;
}
.matchTicketArea .matchPlaceTit h4 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.matchTicketArea .matchPlaceImg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.matchArea .matchTable .placeTxt {
  text-align: left;
  padding-left: 8px;
}

.ticketInfoArea {
  margin-top: 25px;
}
.ticketInfoArea .matchTable.tableAbout td {
  padding: 0 5px;
}
.ticketInfoArea .matchTable.tableAbout td a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}
.ticketInfoArea .listGray {
  color: #aaa;
  font-size: 14px;
  line-height: 19px;
  list-style: outside square;
  padding: 15px 0 0 20px;
}
.ticketInfoArea .listGray li {
  margin-bottom: 15px;
}
.ticketInfoArea .listGray span {
  color: #333;
}

.eventList li {
  border-bottom: 1px solid #ccc;
  padding: 8px 5px;
}
.eventList a {
  color: #333;
}
.eventList .eventDate {
  font-size: 10px;
  font-weight: bold;
}
.eventList .eventPlace {
  font-size: 10px;
  background-color: #eaeaea;
  margin-left: 12px;
  padding: 2px 20px;
}
.eventList .eventIco {
  margin-left: 15px;
}
.eventList .eventIco img {
  width: 19px;
  height: 19px;
  vertical-align: bottom;
}
.eventList .eventTxt {
  display: block;
  padding-top: 8px;
}

.tabContent .matchTable {
  margin-top: 15px;
}

.liveTeamName {
  padding: 7px 0px;
}
.liveTeamName div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.liveTeamName .scoreEmb {
  text-align: left;
  padding-left: 5px;
}

.liveInfoTeamArea .embTxt {
  text-align: left;
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
}

.matchArea .liveMemberTable {
  border-bottom: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
  position: relative;
}
.matchArea .liveMemberTable tr {
  border-top: 1px solid #ccc;
}
.matchArea .liveMemberTable td {
  text-align: left;
  vertical-align: middle;
  padding: 10px 3px;
  font-size: 12px;
  /*position: relative;*/
  line-height: 1.2;
}
.matchArea .liveMemberTable td:nth-child(3), .matchArea .liveMemberTable td:nth-child(7) {
  /*padding-right: 30px;*/
}
.matchArea .liveMemberTable .bgGray {
  background-color: #f6f6f6;
}
.matchArea .liveMemberTable .txtBold {
  font-weight: bold;
  height: 20px;
}
.matchArea .liveMemberTable.secondTable {
  margin-top: 15px;
}
.matchArea .liveMemberBtnArea {
  width: 100%;
  margin: 16px 0 30px;
  vertical-align: middle;
}
.matchArea .liveMemberBtnArea span {
  float: left;
  padding-left: 5px;
  font-weight: bold;
}
.matchArea .liveMemberBtnArea .infoBtnBox {
  float: right;
}
.matchArea .liveMemberBtnArea span {
  display: inline-block;
}
.matchArea .liveMemberBtnArea .btnTicketArrow {
  margin: 0 auto;
}

/*
.matchArea .liveMemberTable td span.changeNumber {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -0.5em;
}
*/
/* position: absolute;
top: -3px;
right: -10px;
content: "\f0dd";
font-family: "FontAwesome";
color: #bbb;
font-size: 14px; */
/*.liveInfoArea {
    margin-top: 15px;
}*/
/*
.liveInfoArea.memberArea{
  letter-spacing: -.40em;/*隙間用
}
*/
.liveInfoArea.memberArea .kome {
  margin-bottom: 10px;
}
.liveInfoArea.memberArea .kome span.u21icon {
  width: 40px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  font-size: 10px;
  display: inline-block;
  margin-right: 3px;
}

.SpotName {
  width: 100%;
  margin: 17px 0 5px;
}

.SpotNameLeft {
  float: left;
}
.SpotNameLeft p .spotLogoTxt {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 2px 0 2px 10px;
}

.matchArea .SpotNameLeft .embS {
  float: left;
}

.SpotNameRight {
  float: right;
}
.SpotNameRight p .spotLogoTxt {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 2px 10px 2px 0;
}

.matchArea .SpotNameRight .embS {
  float: right;
}

.matchSpotArea ul {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.matchSpotArea ul li {
  border-top: 1px solid #ccc;
  display: table;
  width: 100%;
  min-height: 46px;
}
.matchSpotArea ul li img {
  position: relative;
  top: 2px;
  display: inline-block;
}
.matchSpotArea ul li:nth-child(odd) {
  background: #f6f6f6;
}
.matchSpotArea ul li .spotLeftTxt {
  display: table-cell;
  width: 42%;
  font-size: 14px;
  vertical-align: middle;
  text-align: right;
}
.matchSpotArea ul li .spotTimeTxt {
  display: table-cell;
  width: 16%;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0;
  vertical-align: middle;
  text-align: center;
}
.matchSpotArea ul li .spotRightTxt {
  display: table-cell;
  width: 45%;
  font-size: 14px;
  vertical-align: middle;
  text-align: left;
}
.matchSpotArea ul li .spotLeftTxt .txt, .matchSpotArea ul li .spotRightTxt .txt {
  width: 85%;
  display: inline-block;
  vertical-align: middle;
}
.matchSpotArea ul li .spotLeftTxt .img, .matchSpotArea ul li .spotRightTxt .img {
  width: 15%;
  display: inline-block;
  vertical-align: middle;
}

.matchPhotoArea .photoOneArea figcaption {
  font-size: 10px;
  line-height: 14px;
  padding: 10px;
}

.ScoreTitArea {
  margin: 30px 0 15px;
  border-bottom: 1px solid #ccc;
}
.ScoreTitArea .matchScoreTit {
  margin-top: none;
}

.matchTable .embS {
  margin: 0 auto;
}

.matchArea .matchTable td.cellLeft {
  text-align: left;
  padding-left: 8px;
}
.matchArea .matchTable td.cellLeft.cellList {
  padding-left: 20px;
}
.matchArea .matchTable td .cautionMark {
  display: inline-block;
  font-size: 10px;
  position: relative;
  top: -3px;
  left: 3px;
}

.liveMemberBtnArea span:first-child {
  width: auto;
}
.liveMemberBtnArea.firstBtn {
  margin: 0;
}
.liveMemberBtnArea.secondBtn {
  margin-top: 10px;
  margin-bottom: 0px;
}

.warBtnArea {
  margin-top: 20px;
}

.ticketInfoArea iframe {
  width: 100%;
}

.matchArea .tabNavArea.indexTab {
  margin: 0 0 15px;
}

/*--- matchSpotListArea ---*/
.matchSpotListArea {
  margin-bottom: 40px;
}
.matchSpotListArea .ttlNoLink h3 {
  margin: 30px 0 0;
}
.matchSpotListArea ul {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.matchSpotListArea ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 6vw;
  background: #ccc;
  z-index: -1;
}
.matchSpotListArea ul li {
  display: table;
  border-collapse: separate;
  border-spacing: 1vw;
  width: 100%;
  min-height: 46px;
}
.matchSpotListArea ul li img {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.matchSpotListArea ul li p img {
  width: 100%;
  margin-right: 0;
  margin-top: 2.5vw;
}
.matchSpotListArea ul li .txtRed {
  color: #e60012;
  font-weight: bold;
}
.matchSpotListArea ul li .spotLeftTxt {
  display: table-cell;
  font-size: 3vw;
  line-height: 1.4;
  padding: 10px 0;
  vertical-align: middle;
  text-align: center;
  width: 10vw;
  background: #cccccc;
  border-radius: 5px;
  font-family: 'Oswald', sans-serif;
}
.matchSpotListArea ul li .spotCenterTeam {
  display: table-cell;
  font-size: 14px;
  padding: 10px 0;
  vertical-align: middle;
  text-align: left;
  width: 40px;
}
.matchSpotListArea ul li .spotCenterTeam span {
  margin: 0 auto;
}
.matchSpotListArea ul li .spotRightTxt {
  display: table-cell;
  font-size: 3.3vw;
  padding: 2.5vw;
  vertical-align: middle;
  text-align: left;
  line-height: 1.5;
  border-radius: 5px;
  position: relative;
  background: #ececec;
}
.matchSpotListArea ul li .spotRightTxt:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  z-index: 1;
}
.matchSpotListArea ul li.home .spotRightTxt:after {
  border-right: 10px solid #ececec;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -7px;
}
.matchSpotListArea ul li.away .spotRightTxt:after {
  border-left: 10px solid #ececec;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: -7px;
}
.matchSpotListArea ul li.video {
  padding-bottom: 160px;
  position: relative;
}

.matchArea .matchResult {
  margin-bottom: 5vw;
  border: 1px solid #ccc;
  padding: 5vw;
  text-align: center;
}

.matchResult .ticketBtnArea:nth-of-type(2) {
  margin-top: 3vw;
}

.matchVideoArea {
  position: relative;
}
.matchVideoArea:after {
  position: absolute;
  font-size: 77px;
  top: 29%;
  left: 37%;
  font-family: 'icomoon3';
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

/*.matchTxtArea.secondArea,
.matchInfoArea.secondArea{
  margin-top: 28px;
}*/
.matchInfoArea.secondArea > a {
  color: #333;
  position: relative;
  display: block;
}
.matchInfoArea.secondArea > a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  margin-top: -3.5px;
  border-top: solid 2px #06c;
  border-right: solid 2px #06c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

.matchTxtArea .movieThumn {
  margin: 10px 0 0px;
  position: relative;
  text-align: center;
}
.matchTxtArea .movieThumn:after {
  position: absolute;
  font-size: 86px;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -40px;
  font-family: 'icomoon3';
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.totoBnr {
  width: 100%;
}

.matchArea .fa-sun-o {
  color: #ff0000;
}

iframe {
  margin-top: 20px;
  width: 100%;
  height: 100%;
  border-width: 0;
}

.ticketBtnArea {
  text-align: center;
}
.ticketBtnArea .nextTicket {
  font-weight: bold;
}
.ticketBtnArea.secondBtn {
  margin-top: 15px;
}
.ticketBtnArea .ArrowBtnLink04 {
  margin: 5px auto 0;
}

.matchTable.bottomTable {
  margin-top: 30px;
}

.matchBoxTitleArea {
  height: 100%;
  overflow: hidden;
  padding: 0 5px 5px;
}

.titGrayBlockArea.topTit {
  margin-bottom: 15px;
}

.gameInfo .gameInfoTit.j1league {
  background: url(../../img/sp/match/logo_match_j1.png) no-repeat left center;
  background-size: 42px 55px;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}
.gameInfo .gameInfoTit.j2league {
  background: url(../../img/sp/match/logo_match_j2.png) no-repeat left center;
  background-size: 42px 55px;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}
.gameInfo .gameInfoTit.j3league {
  background: url(../../img/sp/match/logo_match_j3.png) no-repeat left center;
  background-size: 42px 55px;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}

.gameInfo02 .gameInfoTit.j1league {
  background: url(../../img/sp/match/logo_match_j1.png) no-repeat left center;
  background-size: 42px 55px;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}
.gameInfo02 .gameInfoTit.j2league {
  background: url(../../img/sp/match/logo_match_j2.png) no-repeat left center;
  background-size: 42px 55px;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}
.gameInfo02 .gameInfoTit.j3league {
  background: url(../../img/sp/match/logo_match_j3.png) no-repeat left center;
  background-size: 45px auto;
  padding: 10px 0 10px 60px;
  font-size: 14px;
  line-height: 1.3em;
}

.warVideo {
  /*width: 50%;
  float: left;*/
  margin-bottom: 20px;
}

.trackingDataContents {
  margin-bottom: 20px;
}
.trackingDataContents img {
  width: 100%;
  height: auto;
}

/*- Vote Club Color -*/
/*
.graphBox .matchGraph li.voteSendai { background-color: #ffdc00; }
.graphBox .matchGraph li.voteYamagata { background-color: #000096; color: #fff; }
.graphBox .matchGraph li.voteKashima { background-color: #b90000; color: #fff; }
.graphBox .matchGraph li.voteUrawa { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteKashiwa { background-color: #ffff00; }
.graphBox .matchGraph li.voteFctokyo { background-color: #000096; color: #fff; }
.graphBox .matchGraph li.voteKawasakif { background-color: #00ffff; }
.graphBox .matchGraph li.voteYokohamafm { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteShonan { background-color: #00ff00; }
.graphBox .matchGraph li.voteKofu { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteMatsumoto { background-color: #006900; color: #fff; }
.graphBox .matchGraph li.voteNiigata { background-color: #fa7300; }
.graphBox .matchGraph li.voteShimizu { background-color: #fa7300; }
.graphBox .matchGraph li.voteNagoya { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteGosaka { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteKobe { background-color: #b90000; color: #fff; }
.graphBox .matchGraph li.voteHiroshima { background-color: #800080; color: #fff; }
.graphBox .matchGraph li.voteTosu { background-color: #00ffff; }
.graphBox .matchGraph li.voteSapporo { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteMito { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteTochigi { background-color: #ffff00; }
.graphBox .matchGraph li.voteKusatsu { background-color: #000069; color: #fff; }
.graphBox .matchGraph li.voteOmiya { background-color: #fa7300; }
.graphBox .matchGraph li.voteChiba { background-color: #ffff00; }
.graphBox .matchGraph li.voteTokyov { background-color: #006900; color: #fff; }
.graphBox .matchGraph li.voteYokohamafc { background-color: #00ffff; }
.graphBox .matchGraph li.voteKanazawa { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteIwata { background-color: #00ffff; }
.graphBox .matchGraph li.voteGifu { background-color: #006900; color: #fff; }
.graphBox .matchGraph li.voteKyoto { background-color: #800080; color: #fff; }
.graphBox .matchGraph li.voteCosaka { background-color: #ff32cd; }
.graphBox .matchGraph li.voteOkayama { background-color: #b90000; color: #fff; }
.graphBox .matchGraph li.voteSanuki { background-color: #00ffff; }
.graphBox .matchGraph li.voteTokushima { background-color: #000096; color: #fff; }
.graphBox .matchGraph li.voteEhime { background-color: #fa7300; }
.graphBox .matchGraph li.voteFukuoka { background-color: #000069; color: #fff; }
.graphBox .matchGraph li.voteKitakyushu { background-color: #ffff00; }
.graphBox .matchGraph li.voteNagasaki { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteKumamoto { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteOita { background-color: #000096; color: #fff; }
.graphBox .matchGraph li.voteMorioka { background-color: #ffffff; }
.graphBox .matchGraph li.voteAkita { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteFukushima { background-color: #ff0000; color: #fff; }
.graphBox .matchGraph li.voteMachida { background-color: #0000ff; color: #fff; }
.graphBox .matchGraph li.voteYsyokohama { background-color: #00ffff; }
.graphBox .matchGraph li.voteSagamihara { background-color: #006900; color: #fff; }
.graphBox .matchGraph li.voteNagano { background-color: #fa7300; }
.graphBox .matchGraph li.voteToyama { background-color: #000096; color: #fff; }
.graphBox .matchGraph li.voteFujieda { background-color: #800080; color: #fff; }
.graphBox .matchGraph li.voteTottori { background-color: #00ff00; }
.graphBox .matchGraph li.voteYamaguchi { background-color: #fa7300; }
.graphBox .matchGraph li.voteRyukyu { background-color: #b90000; color: #fff; }

.graphBox .matchGraph li.voteJ22 { background-color: #ffffff; }
.graphBox .matchGraph li.voteNone { background-color: #ffffff; }


.graphBox .matchGraph li.voteJapan { background-color: #031984; color:#fff; }
.graphBox .matchGraph li.voteSweden { background-color: #ffd100; }
.graphBox .matchGraph li.voteColumbia { background-color: #ffd100; }
.graphBox .matchGraph li.voteBrazil { background-color: #ffc100; color:#007028; }
.graphBox .matchGraph li.voteNigeria { background-color: #00874c; color:#fff; }
*/
.graphBox .matchGraph li.voteSapporo {
  background-color: #c42923;
  color: #fff;
}
.graphBox .matchGraph li.voteSendai {
  background-color: #f4c944;
  color: #000;
}
.graphBox .matchGraph li.voteKashima {
  background-color: #a82c43;
  color: #fff;
}
.graphBox .matchGraph li.voteUrawa {
  background-color: #d32d36;
  color: #fff;
}
.graphBox .matchGraph li.voteKashiwa {
  background-color: #fdf050;
  color: #000;
}
.graphBox .matchGraph li.voteFctokyo {
  background-color: #13338a;
  color: #fff;
}
.graphBox .matchGraph li.voteKawasakif {
  background-color: #54a0d6;
  color: #fff;
}
.graphBox .matchGraph li.voteYokohamafm {
  background-color: #174193;
  color: #fff;
}
.graphBox .matchGraph li.voteShonan {
  background-color: #80b645;
  color: #fff;
}
.graphBox .matchGraph li.voteShimizu {
  background-color: #e69b37;
  color: #fff;
}
.graphBox .matchGraph li.voteIwata {
  background-color: #769bcd;
  color: #fff;
}
.graphBox .matchGraph li.voteNagano {
  background-color: #db692a;
  color: #fff;
}
.graphBox .matchGraph li.voteGosaka {
  background-color: #1d4f9c;
  color: #fff;
}
.graphBox .matchGraph li.voteCosaka {
  background-color: #c82b5d;
  color: #fff;
}
.graphBox .matchGraph li.voteKobe {
  background-color: #9b1e33;
  color: #fff;
}
.graphBox .matchGraph li.voteHiroshima {
  background-color: #4c368a;
  color: #fff;
}
.graphBox .matchGraph li.voteTosu {
  background-color: #469ecd;
  color: #fff;
}
.graphBox .matchGraph li.voteNagasaki {
  background-color: #245ba6;
  color: #fff;
}
.graphBox .matchGraph li.voteYamagata {
  background-color: #174193;
  color: #000;
}
.graphBox .matchGraph li.voteMito {
  background-color: #255c9d;
  color: #fff;
}
.graphBox .matchGraph li.voteTochigi {
  background-color: #fdf050;
  color: #000;
}
.graphBox .matchGraph li.voteOmiya {
  background-color: #dd742d;
  color: #fff;
}
.graphBox .matchGraph li.voteChiba {
  background-color: #fae14c;
  color: #fff;
}
.graphBox .matchGraph li.voteTokyov {
  background-color: #31724e;
  color: #fff;
}
.graphBox .matchGraph li.voteYokohamafc {
  background-color: #00A0E9;
  color: #fff;
}
.graphBox .matchGraph li.voteMachida {
  background-color: #2055a1;
  color: #fff;
}
.graphBox .matchGraph li.voteKofu {
  background-color: #245ba6;
  color: #fff;
}
.graphBox .matchGraph li.voteMatsumoto {
  background-color: #387e3e;
  color: #fff;
}
.graphBox .matchGraph li.voteNiigata {
  background-color: #d95e29;
  color: #fff;
}
.graphBox .matchGraph li.voteKanazawa {
  background-color: #c52d2b;
  color: #fff;
}
.graphBox .matchGraph li.voteGifu {
  background-color: #296240;
  color: #fff;
}
.graphBox .matchGraph li.voteKyoto {
  background-color: #86207f;
  color: #fff;
}
.graphBox .matchGraph li.voteOkayama {
  background-color: #7e1c2a;
  color: #fff;
}
.graphBox .matchGraph li.voteYamaguchi {
  background-color: #db6629;
  color: #fff;
}
.graphBox .matchGraph li.voteSanuki {
  background-color: #75a9d8;
  color: #fff;
}
.graphBox .matchGraph li.voteTokushima {
  background-color: #0b318f;
  color: #fff;
}
.graphBox .matchGraph li.voteEhime {
  background-color: #e69b37;
  color: #fff;
}
.graphBox .matchGraph li.voteFukuoka {
  background-color: #143c7e;
  color: #fff;
}
.graphBox .matchGraph li.voteKumamoto {
  background-color: #a72c21;
  color: #fff;
}
.graphBox .matchGraph li.voteOita {
  background-color: #13338a;
  color: #fff;
}
.graphBox .matchGraph li.voteMorioka {
  background-color: #ffffff;
  color: #000;
}
.graphBox .matchGraph li.voteAkita {
  background-color: #245ba6;
  color: #fff;
}
.graphBox .matchGraph li.voteFukushima {
  background-color: #d32d26;
  color: #fff;
}
.graphBox .matchGraph li.voteKusatsu {
  background-color: #183f6f;
  color: #fff;
}
.graphBox .matchGraph li.voteYsyokohama {
  background-color: #aad7f3;
  color: #fff;
}
.graphBox .matchGraph li.voteSagamihara {
  background-color: #488b4b;
  color: #fff;
}
.graphBox .matchGraph li.voteNagoya {
  background-color: #c52d27;
  color: #fff;
}
.graphBox .matchGraph li.voteToyama {
  background-color: #143a8e;
  color: #fff;
}
.graphBox .matchGraph li.voteFujieda {
  background-color: #7f3c7a;
  color: #fff;
}
.graphBox .matchGraph li.votenumazu {
  background-color: #459fe3;
  color: #fff;
}
.graphBox .matchGraph li.voteTottori {
  background-color: #80b750;
  color: #fff;
}
.graphBox .matchGraph li.voteKitakyushu {
  background-color: #fdf050;
  color: #000;
}
.graphBox .matchGraph li.votekagoshima {
  background-color: #1c305d;
  color: #fff;
}
.graphBox .matchGraph li.voteRyukyu {
  background-color: #92213f;
  color: #fff;
}
.graphBox .matchGraph li.voteJ22, .graphBox .matchGraph li.voteNone {
  background-color: #ffffff;
}
.graphBox .matchGraph li.voteJapan {
  background-color: #031984;
}
.graphBox .matchGraph li.voteSweden, .graphBox .matchGraph li.voteColumbia {
  background-color: #ffd100;
}
.graphBox .matchGraph li.voteBrazil {
  background-color: #ffc100;
}
.graphBox .matchGraph li.voteNigeria {
  background-color: #00874c;
}

.pers0 {
  display: none;
}

.pers10 {
  width: 10%;
}

.pers15 {
  width: 15%;
}

.pers20 {
  width: 20%;
}

.pers25 {
  width: 25%;
}

.pers30 {
  width: 30%;
}

.pers35 {
  width: 35%;
}

.pers40 {
  width: 40%;
}

.pers45 {
  width: 45%;
}

.pers50 {
  width: 50%;
}

.pers55 {
  width: 55%;
}

.pers60 {
  width: 60%;
}

.pers65 {
  width: 65%;
}

.pers70 {
  width: 70%;
}

.pers75 {
  width: 75%;
}

.pers80 {
  width: 80%;
}

.pers85 {
  width: 85%;
}

.pers90 {
  width: 90%;
}

.pers95 {
  width: 95%;
}

.pers100 {
  width: 100%;
}

.graphBox .matchGraph li .per {
  font-size: 10px;
}

/*- commentlink @report -*/
.leagCommentLinkColumn {
  /*  border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;*/
  margin: 30px 0;
}
.leagCommentLinkColumn ul {
  display: table;
  width: 100%;
}
.leagCommentLinkColumn ul li {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.leagCommentLinkColumn ul li.leagAccTeam {
  width: 15%;
  text-align: center;
}
.leagCommentLinkColumn ul li.leagAccTeam .embL {
  margin: 0 auto;
}
.leagCommentLinkColumn ul li.leagCommentLink {
  width: 35%;
  text-align: center;
}
.leagCommentLinkColumn ul li.leagCommentLink.left {
  border-right: 1px solid #ccc;
}
.leagCommentLinkColumn ul li.leagCommentLink span {
  display: block;
  width: 80%;
  margin: 5px auto;
}
.leagCommentLinkColumn ul li.leagCommentLink span a {
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #333;
  background: #595959;
  background: -moz-linear-gradient(top, #595959 0%, #353535 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #595959), color-stop(100%, #353535));
  background: -webkit-linear-gradient(top, #595959 0%, #353535 100%);
  background: -o-linear-gradient(top, #595959 0%, #353535 100%);
  background: -ms-linear-gradient(top, #595959 0%, #353535 100%);
  background: linear-gradient(to bottom, #595959 0%, #353535 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#353535',GradientType=0 );
  font-size: 11px;
  line-height: 100%;
  padding: 10px 0;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 0 #8d8d8d;
  -moz-box-shadow: inset 0 1px 0 #8d8d8d;
  box-shadow: inset 0 1px 0 #8d8d8d;
  display: block;
}

.photolistWrap {
  padding-bottom: 20px;
  /*border-bottom: 1px solid #ccc;*/
}

.col2 li {
  width: 49%;
  float: left;
  margin-top: 10px;
}
.col2 li a {
  color: #333;
}
.col2 li:nth-child(2n+1) {
  margin-right: 2%;
}
.col2 li figure img {
  width: 100%;
  height: auto;
}
.col2 li .timeStamp {
  font-weight: bold;
  color: #888;
  font-size: 10px;
  margin: 0 0 5px;
}
.col2 li h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 140%;
}

#btnOndemand img {
  width: 100%;
}

.homeAwayArea li {
  float: none;
  margin-bottom: 15px;
}
.homeAwayArea li figure {
  text-align: center;
}

/*20150604*/
.liveInfoTeamArea .liveMemberTable td.embTxt {
  text-align: left;
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
}
.liveInfoTeamArea .liveMemberTable td.embTxt span.embS {
  display: inline-block;
  vertical-align: middle;
}
.liveInfoTeamArea .liveMemberTable td.embTxt span.embRed {
  margin-right: 5px;
  text-align: left;
  margin-top: -2px;
}
.liveInfoTeamArea .liveMemberTable td.embTxt span.embGam {
  margin-left: 5px;
  margin-top: -2px;
}
.liveInfoTeamArea .liveMemberTable tr:first-child td:nth-child(2) {
  text-align: right;
}

/*in_out*/
.matchArea .liveMemberTable td span.changeNumber_in {
  position: absolute;
  /*right: 15px;*/
  /*top: 50%;*/
  margin-top: -0.5em;
  position: relative;
  display: block;
  font-size: 10px;
}
.matchArea .liveMemberTable td span.changeNumber_in:after {
  position: absolute;
  right: 2px;
  content: "\f0de";
  font-family: "FontAwesome";
  color: #000;
  font-size: 14px;
}
.matchArea .liveMemberTable td span.changeNumber_out {
  position: absolute;
  /*right: 15px;*/
  /*top: 50%;*/
  margin-bottom: -0.5em;
  position: relative;
  display: block;
  font-size: 10px;
}
.matchArea .liveMemberTable td span.changeNumber_out:after {
  position: absolute;
  top: -4px;
  right: 2px;
  content: "\f0dd";
  font-family: "FontAwesome";
  color: #333;
  font-size: 14px;
}
.matchArea .liveMemberTable tr th.psTd {
  width: 5%;
  text-align: center;
  background: #E8E8E8;
  font-size: 10px;
  font-weight: bold;
  border-left: solid 1px #ccc;
  padding: 10px 2px;
  vertical-align: middle;
}
.matchArea .liveMemberTable tr th:first-child {
  border-left: none;
  border-right: 1px solid #ccc;
}
.matchArea .liveMemberTable tr td.numTd {
  width: 5%;
  text-align: center;
}
.matchArea .liveMemberTable tr td.nameTd {
  width: 28%;
}
.matchArea .liveMemberTable tr td.nameTd.underIcon a {
  position: relative;
  top: 7px;
}
.matchArea .liveMemberTable tr td.nameTd.underIcon i {
  position: absolute;
  width: 55px;
  background: #073190;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  font-style: normal;
  letter-spacing: 0.2em;
  top: -14px;
  font-size: 10px;
}
.matchArea .liveMemberTable tr td.changeTd {
  width: 10%;
}
.matchArea .liveMemberTable tr td.blTd {
  border-left: solid 1px #ccc;
}
.matchArea .liveMemberTable .bgGray {
  background-color: #f6f6f6;
  font-size: 12px;
  padding: 8px 0 8px 5px;
}
.matchArea .liveMemberTable tr.coach td {
  padding-left: 5px;
}
.matchArea .liveMemberTable tr.coach td:first-child {
  text-align: left;
  width: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: normal;
}
.matchArea .liveMemberTable tr.coach td:nth-child(2) {
  width: 50%;
  border-left: solid 1px #ccc;
}

/*
.matchArea .liveMemberTable .posTd{
	width: 5%;
	text-align: center	;
}

.matchArea .liveMemberTable .numTd{
	width: 5%;
}

.matchArea .liveMemberTable .nameTd{
	width: 30%;
}

.matchArea .liveMemberTable .changeTd{
	width: 10%;
}
*/
/*coach/player*/
/*ナビ*/
/*

.tabListTxtGame li {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
	border-left: none;
  width: 20%;
}

.matchNav ul li.active a{
	background-color: #323232;
	color: #fff;
}

.matchNav ul li a {
	background-color: #CACACA;
}

.matchNav ul li.twoline a {
  line-height: 14px;
  padding-top: 6px;
}


.matchNav ul > li {
  display: inline-block;
  width:　20%;
  -webkit-box-sizing: border-box;
  -moz-sizing: border-box;
  box-sizing: border-box;
}

*/
/*ナビ2*/
.matchNav ul.tabListTxt {
  background: none;
  letter-spacing: -.5em;
  /*隙間用*/
}
.matchNav ul.tabListTxt li {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: -0.05em;
  /*隙間用*/
}
.matchNav ul.tabListTxt li:nth-child(-n+4) {
  width: 24.9%;
}
.matchNav ul.tabListTxt li:nth-child(4) {
  border-right: 0;
}
.matchNav ul.tabListTxt li:nth-child(n+5) {
  width: 33.3%;
}
.matchNav ul.tabListTxt li a, .matchNav ul.tabListTxt li span {
  background-color: #CACACA;
  padding: 0;
  line-height: 14px;
  color: #333;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 12px;
  line-height: 35px;
  height: 35px;
}
.matchNav ul.tabListTxt li.twoline a, .matchNav ul.tabListTxt li.twoline span {
  line-height: 1;
  padding-top: 6px;
  text-align: center;
}
.matchNav ul.tabListTxt li span {
  background: #EBEBEB;
  color: #AAA;
  font-weight: normal;
  text-align: center;
}

.tabNavArea.matchNav {
  margin: 10px 0;
  border: none;
}

/*エンブレム*/
.matchArea .commentArea .embS {
  float: left;
  margin: 10px 5px 0 0;
}
.matchArea .commentArea h4.embTxt {
  text-align: left;
  margin-top: 3px;
  font-size: 15px;
  font-weight: bold;
  vertical-align: top;
}

.commentArea p.commentName {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}

.leagAccTit {
  background-color: #f6f6f6;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  padding-left: 10px;
}

.commentArea h4 {
  margin: 10px 0;
}

.commentBox {
  margin-bottom: 15px;
}

.commentArea p.commentPhoto {
  position: relative;
}
.commentArea .commentBox p.commentPhoto a:after {
  position: absolute;
  font-size: 86px;
  top: 50%;
  left: 50%;
  margin-top: -43px;
  margin-left: -40px;
  font-family: 'icomoon3';
  content: "\ec601";
  color: #fff;
  line-height: 100%;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  opacity: 0.70;
}

.commentBox p {
  font-size: 12px;
  line-height: 1.6;
}
.commentBox p span {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  margin: 20px 0 5px 0;
}
.commentBox p i {
  font-style: normal;
  display: block;
  margin-bottom: 0.3em;
  color: #666;
}

.matchFbArea, .matchTwArea {
  margin: 25px 0;
}

.matchArea .tabListTxt li.active a {
  color: #fff;
  background-color: #323232;
}

.kome_l {
  font-size: 12px;
  text-align: right;
  font-weight: bold;
}

p.playerDataP {
  font-size: 10px;
  margin: 5px 0;
}

#loadArea p.infoComment {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  padding: 0 0 20px 30px;
  font-size: 14px;
}

/* 20160210 trackingdata table */
.trackingTableWrap {
  margin-bottom: 20px;
}
.trackingTableWrap li {
  box-sizing: border-box;
  margin-bottom: 20px;
}

.dataTable.trackingTable th {
  text-align: center;
  vertical-align: middle;
  background: #f4f4f4;
  padding: 5px 0;
  line-height: 1.2;
}
.dataTable.trackingTable th.club {
  text-align: left;
  padding-left: 10px;
  border-right: 1px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
.dataTable.trackingTable th.club .embM {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
.dataTable.trackingTable th.time {
  border-right: 1px solid #ccc;
  width: 40px;
}
.dataTable.trackingTable th.data span {
  font-size: 10px;
  display: block;
}
.dataTable.trackingTable td {
  line-height: 1.2;
}
.dataTable.trackingTable td.num, .dataTable.trackingTable td.pos {
  width: 30px;
}
.dataTable.trackingTable td.name {
  text-align: left;
  padding-left: 5px;
}
.dataTable.trackingTable td.time {
  border-left: 1px solid #ccc;
}
.dataTable.trackingTable td.data, .dataTable.trackingTable td.total_km {
  border-left: 1px solid #ccc;
  color: #f00;
  font-weight: bold;
  font-size: 14px;
}
.dataTable.trackingTable td.data {
  width: 70px;
}
.dataTable.trackingTable td.total_km {
  text-align: right;
  padding-right: 10px;
}
.dataTable.trackingTable td.total_km span {
  font-size: 12px;
  padding-left: 3px;
}
.dataTable.trackingTable.distance td.data {
  text-align: right;
  padding-right: 10px;
}

.ttlNoLink, .ttlLink {
  margin-bottom: 10px;
}

.ttlNoLink h3, .ttlLink h3 {
  background: #4f4f4f;
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  color: #fff;
}

/*txtGoal*/
.txtGoal {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #f00;
  margin-bottom: 3px;
}
.txtGoal:before {
  content: "\f1e3";
  font-family: FontAwesome;
  color: #333;
  padding-right: 5px;
  font-weight: normal;
}

.txtGoalImg {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

.matchTicketArea .photoOneArea figcaption {
  background: #fff;
  font-size: 14px;
  padding: 10px 0 0 0;
}

/* updateSwitching */
.updateSwitching {
  text-align: right;
  margin: 10px 0;
}
.updateSwitching ul {
  display: inline-block;
}
.updateSwitching ul li {
  float: left;
  border: 1px solid #ccc;
  letter-spacing: 0.1em;
}
.updateSwitching ul li:first-child {
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.updateSwitching ul li:last-child {
  border-left: none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.updateSwitching ul li a {
  display: block;
  width: 90px;
  text-align: center;
  padding: 4px 0 3px;
  font-size: 10px;
  color: #333;
  font-weight: bold;
}
.updateSwitching ul li.active a {
  background: #E8E8E8;
}
.updateSwitching > div {
  font-size: 12px;
  color: #f00;
  padding-top: 5px;
}

/*.matchInfoArea.secondArea {
    margin-top: 28px;
}*/
.videoOneArea.skyper {
  width: 100% !important;
  height: auto !important;
  margin: 10px 0 0;
  display: table;
}
.videoOneArea.skyper > div {
  min-height: 130px;
  vertical-align: middle;
}
.videoOneArea.skyper iframe {
  width: 100% !important;
  height: auto !important;
  margin-top: 0;
}

#spodbtn {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}

#spodLink {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  margin-top: 10px;
  letter-spacing: -0.1em;
}

#spodbtn:after {
  content: "\f08e";
  font-family: FontAwesome;
  padding-left: 5px;
}

#spodLink:after {
  content: "\f105";
  font-family: FontAwesome;
}

#spodmsg {
  font-size: 12px;
  color: #f00;
  padding-top: 5px;
}

/*20160726*/
.u23_rio .tabNavArea.matchNav .tabListTxt li:nth-child(1), .u23_rio .tabNavArea.matchNav .tabListTxt li:nth-child(2), .u23_rio .tabNavArea.matchNav .tabListTxt li:nth-child(3) {
  width: 33.3%;
}
.u23_rio .tabNavArea.matchNav .tabListTxt li:nth-child(4), .u23_rio .tabNavArea.matchNav .tabListTxt li:nth-child(5) {
  width: 50%;
}
.u23_rio .liveInfoTeamArea .liveMemberTable td.embTxt span {
  position: relative;
  top: 4px;
  vertical-align: middle;
}
.u23_rio .matchScoreTit .scoreRank {
  text-align: right;
  width: 15%;
}

.goalVideo {
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding-bottom: 150px;
}

.goalVideoThum {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -120px;
  vertical-align: middle;
}
.goalVideoThum figure {
  width: 240px;
  height: auto;
  margin: 0 auto;
}
.goalVideoThum figure img {
  width: 100%;
  height: auto;
  top: -22px !important;
  margin-right: 0 !important;
}
.goalVideoThum figure > span {
  position: relative;
  display: block;
  overflow: hidden;
  height: 136px;
}
.goalVideoThum figure > span:after {
  position: absolute;
  font-size: 54px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -27px;
  font-family: "icomoon3";
  content: "\ec601";
  color: #FFF;
  line-height: 100%;
  opacity: 0.7;
}
.goalVideoThum a {
  display: block;
}

/*--- tagheuer ---*/
.tagheuerTimeCount {
  background: #000;
  padding: 10px 5px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.tagheuerTimeCount img {
  width: 100px;
  height: auto;
}
.tagheuerTimeCount time {
  font-size: 0;
  display: block;
  margin-top: 5px;
  border-top: 1px solid #464646;
  padding-top: 10px;
}
.tagheuerTimeCount time span {
  display: inline-block !important;
  font-size: 4.5vw;
  letter-spacing: 0.05em;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  text-align: center;
  width: 7vw;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
}
.tagheuerTimeCount time span:first-child {
  width: 10vw;
}
.tagheuerTimeCount time span:last-child {
  margin: 0;
}
.tagheuerTimeCount time i {
  font-size: 2vw;
  white-space: nowrap;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  color: #979797;
  float: none;
  margin: 3px 0 0;
}
.tagheuerTimeCount time span:nth-child(1) i {
  margin-left: -3px;
}
.tagheuerTimeCount time span:nth-child(2) i {
  margin-left: -8px;
}
.tagheuerTimeCount time span:nth-child(3) i, .tagheuerTimeCount time span:nth-child(4) i {
  margin-left: -4px;
}
.tagheuerTimeCount time span:after {
  display: inline-block;
  content: ":";
  position: absolute;
  right: -5px;
  top: -1px;
}
.tagheuerTimeCount time span:last-child:after {
  content: "";
}

.matchTxtArea p img {
  width: 100%;
  height: auto;
}

/*--- tabSelecter ---*/
.tabSelecter {
  margin: 0 0 20px 0;
  display: block;
  width: 100%;
}
.tabSelecter ul {
  border-bottom: 1px solid #000000;
  height: 42px;
  font-size: 0;
}

.tabContents nav.tabSelecter li:first-child {
  border-left: 1px solid #000000;
}

.tabSelecter .tab li {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  box-sizing: border-box;
  background-color: #f0f0f0;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.tabSelecter .tab li:first-child {
  border-left: 1px solid #000000;
}
.tabSelecter .tab li:last-child {
  border-right: 1px solid #000000;
}
.tabSelecter li > a, .tabSelecter li > span {
  background-color: #e5e5e5;
  color: #4f4f4f;
  display: table-cell;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
  width: 500px;
  height: 41px;
  font-weight: normal;
  letter-spacing: -0.06em;
}
.tabSelecter .tab li > span {
  background: #B9B9B9;
  color: #DADADA;
}
.tabSelecter .tab li.current {
  background: #fff;
}
.tabSelecter li.current a {
  font-weight: bold;
}
.tabSelecter .tab li.active a {
  position: relative;
  top: 2px;
  background: #f6f6f6;
  color: #464646;
}
.tabSelecter .tab.threeline li {
  width: 33.33%;
}

/* 20180206 */
.matchSpotanalysis ul {
  background: url(/img/match/matchSpotanalysis_bg.png) repeat-y;
  background-position: 50%;
}
.matchSpotanalysis li {
  position: relative;
  margin-top: 35px;
}
.matchSpotanalysis li span.timeTxt {
  background: #999;
  display: inline-block;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  z-index: 1;
  padding: 6px 20px;
}
.matchSpotanalysis .balloon-left dt {
  position: absolute;
  top: -28px;
  left: 10px;
}
.matchSpotanalysis .balloon-right dt {
  position: absolute;
  top: -28px;
  right: 11px;
}
.matchSpotanalysis dd {
  position: relative;
  display: inline-block;
  margin: 15px 0 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 1px #ccc;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7em;
}
.matchSpotanalysis .balloon-left dd:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 20px;
  margin-left: 0px;
  border: 5px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 2;
}
.matchSpotanalysis .balloon-left dd:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 36px;
  margin-left: -17px;
  border: 6px solid transparent;
  border-bottom: 10px solid #ccc;
  z-index: 1;
}
.matchSpotanalysis .balloon-right dd:before {
  content: "";
  position: absolute;
  top: -14px;
  right: 20px;
  margin-left: 0px;
  border: 5px solid transparent;
  border-bottom: 9px solid #fff;
  z-index: 2;
}
.matchSpotanalysis .balloon-right dd:after {
  content: "";
  position: absolute;
  top: -16px;
  right: 19px;
  margin-left: -17px;
  border: 6px solid transparent;
  border-bottom: 10px solid #ccc;
  z-index: 1;
}
.matchSpotanalysis p.normalTxt {
  display: inline-block;
  margin: 15px 0 0;
  padding: 20px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.7em;
  background: #eee;
}

/*2018.06.04 mori*/
.matchFormation, .matchAllRecord, .matchTeamArea {
  margin-bottom: 30px;
}

.matchFormation img {
  width: 100%;
  height: auto;
}

.matchAllRecordList {
  display: table;
  width: 100%;
}
.matchAllRecordList li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 30%;
}
.matchAllRecordList li.CenterScoreTxt {
  font-weight: bold;
  font-size: 16px;
  width: 40%;
}
.matchAllRecordList li span {
  display: inline-block;
  margin: 0 auto;
}
.matchAllRecordList li p {
  font-size: 12px;
}

.matchTeamArea .dataTable tbody th {
  /*border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;*/
  background: #f6f6f6;
  text-align: center;
  width: 40%;
}
.matchTeamArea .dataTable th, .matchTeamArea .dataTable td {
  vertical-align: middle;
}

/*--- matchVsBox ---*/
.matchVsBox {
  padding: 0;
  background: #fff;
  margin-bottom: 20px;
}
.matchVsBox .matchVsTitle {
  background: #ECECEC;
  padding: 3.5vw  0 3vw;
  border: none;
  line-height: 1.4;
}

.matchVsTitle.logo {
  padding-left: 17vw;
  position: relative;
}
.matchVsTitle.logo:before {
  content: "";
  display: block;
  width: 17vw;
  height: 24vw;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 50% 50%;
  background-size: 17vw auto;
  background-repeat: no-repeat;
}
.matchVsTitle.j1league:before {
  background-image: url(/img/common/logo_J1.png);
}
.matchVsTitle.j2league:before {
  background-image: url(/img/common/logo_J2.png);
}
.matchVsTitle.j3league:before {
  background-image: url(/img/common/logo_J3.png);
}
.matchVsTitle.j1league_old:before {
  background-image: url(/img/common/logo_J1_old.png);
}
.matchVsTitle.j2league_old:before {
  background-image: url(/img/common/logo_J_old.png);
}
.matchVsTitle.j3league_old:before {
  background-image: url(/img/common/logo_J3_old.png);
}
.matchVsTitle.YLC:before {
  background-image: url(/img/common/logo_ylc.png);
}
.matchVsTitle.ACL:before {
  background-image: url(/img/common/logo_acl.png);
}
.matchVsTitle.ACLE:before {
  background-image: url(/img/common/logo_acle.png);
}
.matchVsTitle.ACL2:before {
  background-image: url(/img/common/logo_acl2.png);
}
.matchVsTitle.FXSC:before {
  background-image: url(/img/common/logo_FXSC.png);
}
.matchVsTitle.Emperor:before {
  background-image: url(/img/common/logo_emperor.png);
}
.matchVsTitle.Suruga:before {
  background-image: url(/img/common/logo_suruga.png);
}

.matchVsTitle__league {
  display: block;
  font-size: 3.2vw;
  font-weight: bold;
}

.matchVsTitle__date {
  display: block;
  font-size: 6vw;
  font-family: 'Oswald', sans-serif;
  line-height: 1.2;
}
.matchVsTitle__date i {
  font-size: 4vw;
  font-weight: normal;
  font-style: normal;
  padding: 0 2px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, "メイリオ", sans-serif;
}

.matchVsTitle__stadium {
  display: block;
  margin-top: 3px;
  font-size: 3.75vw;
}

/*--- .matchVsBox ul ---*/
.matchVsBox ul {
  font-size: 0;
  padding-top: 20px;
}
.matchVsBox ul li {
  font-size: 14px;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}
.matchVsBox li.leagAccTeam {
  width: 28%;
  text-align: center;
}

/*leagAccTeam*/
.leagAccTeam a {
  color: #333;
  text-decoration: none;
}
.leagAccTeam p {
  font-size: 4vw;
  line-height: 1;
  font-weight: 200;
}
.leagAccTeam .embL {
  display: block;
  margin: 0 auto;
}

.leagAccTeam__clubName span {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-size: 4vw;
}

.leagAccTeam__scoreTxt {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.leagAccTeam__scoreTxt span {
  font-size: 10vw;
  display: block;
  margin: 0 auto 5px;
}
.leagAccTeam__scoreTxt i {
  font-size: 3vw;
  font-style: normal;
  padding: 0.1em;
}

.leagAccTeam__clubUni img {
  width: 70%;
  height: auto;
}

/*leagAccVslist*/
.matchVsBox .leagAccVslist {
  width: 44%;
}
.matchVsBox.boxCenterTime .leagCenterTime {
  margin: 10px 0px 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
}
.matchVsBox.boxCenterTime .leagCenterTime .dazn {
  margin: 3px auto;
  display: block;
}
.matchVsBox.boxCenterTime .leagCenterTime .dazn img {
  vertical-align: top;
}
.matchVsBox.boxCenterTime .leagCenterTime span {
  display: block;
}

/*--- matchTimeLineTab ---*/
.matchTimeLineNav {
  margin: 30px 10px 0;
}

.matchTimeLineTab {
  display: block;
  font-size: 0;
  background: #000;
  padding-left: 1%;
}
.matchTimeLineTab li {
  display: inline-block;
  font-size: 3.5vw;
  width: 32.3%;
  text-align: center;
  margin: 1% 1% 0 0;
}
.matchTimeLineTab li a {
  display: block;
  padding: 3vw 0;
  border-radius: 5px 5px 0 0;
  color: #fff;
}
.matchTimeLineTab li.active a {
  background: #fff;
  color: #000;
}
.matchTimeLineTab li.noLink a {
  pointer-events: none;
  color: #666;
}

/*--- matchTimeLineInnerTab ---*/
.matchTimeLineInnerNav {
  margin: 10px 10px 0;
}

.matchTimeLineInnerTab {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.matchTimeLineInnerTab li {
  display: table-cell;
  font-size: 3.5vw;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  border-right: 1px solid #fff;
  vertical-align: top;
  letter-spacing: -0.05em;
}
.matchTimeLineInnerTab li a {
  display: table-cell;
  color: #333;
  background: #ccc;
  width: 600px;
  height: 13vw;
  vertical-align: middle;
  line-height: 1.3;
}
.matchTimeLineInnerTab li:first-child a {
  border-radius: 5px 0 0 5px;
}
.matchTimeLineInnerTab li:last-child a {
  border-radius: 0 5px 5px 0;
}
.matchTimeLineInnerTab li.active a {
  background: #777;
  color: #fff;
}
.matchTimeLineInnerTab li.noLink a {
  pointer-events: none;
  color: #ababab;
}

/*--- matchTimeLine3rdNav ---*/
.matchTimeLine3rdNav {
  margin: 10px 10px 0;
}

.matchTimeLine3rdTab {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.matchTimeLine3rdTab li {
  display: table-cell;
  font-size: 3.5vw;
  text-align: center;
  border-right: 1px solid #fff;
}
.matchTimeLine3rdTab li:last-child {
  border-right: none;
}
.matchTimeLine3rdTab li a {
  display: table-cell;
  width: 600px;
  height: 30px;
  vertical-align: middle;
  background: #ccc;
  color: #333;
}
.matchTimeLine3rdTab li:first-child a {
  border-radius: 5px 0 0 5px;
}
.matchTimeLine3rdTab li:last-child a {
  border-radius: 0 5px 5px 0;
}
.matchTimeLine3rdTab li.active a {
  background: #777;
  color: #fff;
}
.matchTimeLine3rdTab li a:hover {
  opacity: 0.5;
}

/*--- preview ---*/
.leftRedTit {
  border-left: 5px solid #e60012;
  font-size: 4vw;
  line-height: 6vw;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 0 10px;
}

.warDataArea {
  margin-top: 20px;
}
.warDataArea iframe {
  margin: 0 0 10px;
}
.warDataArea .videoOneArea {
  background: #000;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 15px;
  text-align: left;
}
.warDataArea .videoOneArea iframe {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.warDataArea .warDataTxt {
  font-size: 3.5vw;
  line-height: 6.5vw;
  color: #333;
}

.leagAccTit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

/*--- matchRanking ---*/
.matchRanking {
  margin-top: 5vw;
  font-size: 0;
}

.matchRankingInner {
  margin-bottom: 30px;
  width: 48%;
  margin-right: 4%;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
}
.matchRankingInner:nth-of-type(2n) {
  margin-right: 0;
}

.matchRanking .leagAccTit {
  margin-bottom: 10px;
}
.matchRanking .leagAccTit span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.matchRanking__title {
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 3px solid #000;
}
.matchRanking__title i {
  font-style: normal;
  display: block;
  font-weight: bold;
}

.matchRanking_ranklist {
  font-family: 'Oswald', sans-serif;
}
.matchRanking_ranklist li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.matchRanking_ranklist li:last-child {
  border-bottom: none;
}
.matchRanking_ranklist li a {
  display: block;
  color: #333;
}
.matchRanking_ranklist li figure {
  text-align: center;
  height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
}
.matchRanking_ranklist li a figure img {
  width: 100%;
  vertical-align: top;
  max-width: 300px;
}
.matchRanking_ranklist li span {
  line-height: 1.3;
  font-weight: 300;
}
.matchRanking_ranklist li span i {
  font-size: 15px;
  font-style: normal;
  padding-left: 5px;
}
.matchRanking_ranklist li .goal {
  font-size: 23px;
  display: block;
}
.matchRanking_ranklist li .position, .matchRanking_ranklist li .nameJP {
  font-size: 15px;
}
.matchRanking_ranklist li .nameEN {
  font-size: 12px;
  display: none;
}
.matchRanking_ranklist li.accordionList {
  padding: 0;
  position: relative;
}

.matchRanking .matchRanking_ranklist > li:first-child .position {
  padding-left: 0;
}
.matchRanking .matchRanking_ranklist > li:first-child .nameEN {
  display: block;
}

.commentArea .matchRanking_ranklist li a {
  min-height: 90px;
  margin-bottom: 10px;
}
.commentArea .matchRanking_ranklist li figure {
  height: 90px;
  overflow: hidden;
  width: 100px;
  position: absolute;
  left: 0;
}
.commentArea .matchRanking_ranklist li a figure img {
  width: 100%;
  vertical-align: top;
  max-width: 300px;
}
.commentArea .matchRanking_ranklist li .position, .commentArea .matchRanking_ranklist li .nameJP, .commentArea .matchRanking_ranklist li .nameEN {
  margin-bottom: 5px;
  padding-left: 110px;
  display: block;
}

.matchRanking_ranklist li.accordionList a.accordionIndex {
  padding: 0;
  display: inline-block;
  text-align: center;
  min-height: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: -15px;
  width: 30px;
  height: 30px;
  z-index: 1111;
  border-radius: 15px;
  background: #fff;
}
.matchRanking_ranklist li.accordionList a.accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  width: 1em;
  height: 1em;
  line-height: 1;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 14px;
}
.matchRanking_ranklist li.accordionList a.accordionIndex.active:after {
  content: '\f366';
}

/*--- leagAccScore ---*/
.matchVsBox__match .leagAccScore {
  width: 44%;
}

.leagAccScore p.time.progressing {
  color: #f00;
}
.leagAccScore p.time img {
  width: 30px;
  height: auto;
  vertical-align: middle;
  margin: 0 auto 5px;
  display: block;
}
.leagAccScore p.time span {
  display: block;
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 5px 15px;
  border-radius: 150px;
  line-height: 1;
  box-sizing: border-box;
  margin: 10px;
}
.leagAccScore div {
  display: inline-block;
  font-size: 2vw;
  vertical-align: middle;
}
.leagAccScore .leagLeftScore, .leagAccScore .leagRightScore {
  font-size: 8vw;
  font-family: 'Oswald', sans-serif;
  width: 20%;
  line-height: 1;
}

.leagCenterScore .leagHalfTxt {
  padding: 0 2px;
}

.leagAccScore p.time span.fin {
  color: #333;
}

.matchVsBox .leagAccScore .leagCenterScore {
  font-family: 'Oswald', sans-serif;
}
.matchVsBox .leagAccScore .leagCenterScore p {
  line-height: 1.3;
}
.matchVsBox .leagAccScore .leagCenterScore .leagHalfTxt {
  display: inline-block;
  width: 30px;
}

/*--- goalTimeLine ---*/
.goalTimeLine {
  border-top: 1px solid #ccc;
  margin: 20px 10px 0;
  padding-top: 20px;
}

.hashtags {
  border-top: 1px solid #ccc;
  margin: 20px 10px 0;
  padding-top: 20px;
  margin-top: 0;
}

.leagLogColumnKome {
  margin: 0 10px 10px;
}

.hashtags .accordionIndex {
  font-size: 13px !important;
  margin-bottom: 10px;
}

.goalTimeLine .accordionIndex, .hashtags .accordionIndex {
  border: none;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  position: relative;
}

.goalTimeLine .accordionIndex:after, .hashtags .accordionIndex:after {
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  font-family: "ionicons";
  content: '\f35d';
  width: 1em;
  height: 1em;
  line-height: 1;
  padding-left: 5px;
}

.goalTimeLine .accordionIndex.active:after, .hashtags .accordionIndex.active:after {
  content: '\f366';
}

.goalTimeLine .accordionIndex.noLink {
  opacity: 0.3;
  pointer-events: none;
}

.goalTimeLine__table {
  font-size: 2.7vw;
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
}
.goalTimeLine__table th {
  width: 12%;
  text-align: center;
  vertical-align: middle;
  background: #f2f2f2;
  font-family: 'Oswald', sans-serif;
}
.goalTimeLine__table td {
  width: 44%;
}
.goalTimeLine__table td a {
  display: block;
  border-radius: 20px;
  padding: 0.4em 1em;
  margin: 3px 0;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.goalTimeLine__table td a:hover {
  display: block;
  text-decoration: none;
  opacity: 0.5;
}
.goalTimeLine__table td a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-left: 5px solid black;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  z-index: -9999;
}
.goalTimeLine__table td a.noLink {
  pointer-events: none;
}
.goalTimeLine__table td i {
  padding: 0 3px;
  display: inline-block;
  position: absolute;
  color: #000;
}
.goalTimeLine__table td i:before {
  font-weight: bold;
}
.goalTimeLine__table td.home a {
  text-align: right;
  padding-right: 20px;
}
.goalTimeLine__table td.home a.iconW {
  padding-right: 30px;
}
.goalTimeLine__table td.home a:after {
  right: -4px;
}
.goalTimeLine__table td.home i {
  right: 5px;
}
.goalTimeLine__table td.away a {
  text-align: left;
  padding-left: 23px;
}
.goalTimeLine__table td.away a.iconW {
  padding-left: 30px;
}
.goalTimeLine__table td.away a:after {
  border-right: 5px solid black;
  border-left: none;
  left: -4px;
}
.goalTimeLine__table td.away i {
  left: 5px;
}
.goalTimeLine__table td i.yellow {
  color: #ffcd00;
  /* text-shadow:0 0 2px #ffffff;*/
}
.goalTimeLine__table td i.red {
  color: #ff0000;
  /* text-shadow:0 0 2px #ffffff;*/
}
.goalTimeLine__table td i.yellowRed {
  color: #ffcd00;
  /* text-shadow:0 0 2px #ffffff;*/
}
.goalTimeLine__table td i.yellowRed:after {
  display: inline-block;
  font-family: 'ionicons';
  content: "\f371";
  position: absolute;
  color: #ff0000;
  font-style: normal;
  right: 1px;
  top: -2px;
}
.goalTimeLine__table td i.noIcon {
  font-family: 'Oswald', sans-serif;
  font-style: normal;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.goalTimeLine__table td i.ion-ios-football {
  color: #ff0000;
}

/*home*/
/*away*/
/*--- matchTVlist ---*/
.matchTVlist {
  border-top: 1px solid #ccc;
  margin: 5vw 10px 0;
  padding-top: 5vw;
}
.matchTVlist .ArrowBtnLink04.tracking {
  width: 40%;
}

/*--- matchMoreTextlink ---*/
.matchMoreTextlink {
  text-align: right;
  padding-bottom: 10px;
}
.matchMoreTextlink a {
  color: #333;
  font-size: 13px;
}
.matchMoreTextlink a:after {
  font-family: ionicons;
  content: '\f30f';
  display: inline-block;
  padding-left: 5px;
}

body.matchVS .container {
  padding: 0;
}
body.matchVS .contents {
  margin: 0;
}
body.matchVS #loadArea {
  margin: 10px;
}

/*commentArea*/
.commentArea .leagAccTit {
  margin: 20px 0 0;
}

.commentBox .commentBold {
  font-weight: bold;
  font-size: 16px;
  margin: 0.8em 0;
}

.rankingDate {
  font-size: 10px;
  text-align: left;
  color: #666;
  padding-bottom: 5px;
}

.line1px__gray {
  border: 0;
  border-top: 1px solid #ccc;
}

/*--- gameInfo__Member ---*/
.matchVsBox ul.gameInfo__Member {
  padding-top: 10px;
}
.matchVsBox ul.gameInfo__Member li {
  width: 49%;
  font-size: 10px;
  vertical-align: top;
}
.matchVsBox ul.gameInfo__Member li span {
  display: block;
  position: relative;
  line-height: 1.3;
}
.matchVsBox ul.gameInfo__Member li span i {
  display: inline-block;
  position: absolute;
  font-family: 'oswald',sans-serif;
  font-style: normal;
  width: 30px;
  text-align: center;
}
.matchVsBox ul.gameInfo__Member li span a {
  display: inline-block;
}
.matchVsBox ul.gameInfo__Member li span a.noLink {
  color: #333;
  pointer-events: none;
}
.matchVsBox ul .gameInfo__Member__home {
  text-align: right;
  margin-right: 2%;
}
.matchVsBox ul .gameInfo__Member__home span i {
  right: 0;
}
.matchVsBox ul .gameInfo__Member__home span a {
  padding-right: 35px;
}
.matchVsBox ul .gameInfo__Member__away {
  text-align: left;
}
.matchVsBox ul .gameInfo__Member__away span a {
  padding-left: 35px;
}

/*--- home*/
/*--- away*/
/*--- matchNewsArea ---*/
.matchNewsArea__article {
  margin-bottom: 0.5em;
}
.matchNewsArea__article a {
  line-height: 1.5;
  display: block;
  font-size: 12px;
}
.matchNewsArea__article a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.matchNewsArea__article .timeStamp {
  font-size: 10px;
  color: #666;
}

/*--- teamDataArea ---*/
.teamDataArea .dataTable {
  font-size: 12px;
  margin-bottom: 30px;
}
.teamDataArea .dataTable th {
  padding: 10px 0;
  width: 33.33%;
  vertical-align: middle;
}
.teamDataArea .dataTable td {
  padding: 10px 0;
  width: 33.33%;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
}
.teamDataArea .dataTable th {
  text-align: center;
  background: #e6e6e6;
}
.teamDataArea .dataTable td:first-child {
  text-align: right;
  padding-right: 5px;
}
.teamDataArea .dataTable td:last-child {
  text-align: left;
  padding-left: 5px;
}

a.tw_btn {
  width: 80%;
  display: block;
  margin: 20px auto;
  text-align: center;
  border-radius: 10px;
  padding: 15px 0;
  background: #0096e7;
  color: #fff;
}

/*wrapupArea*/
.wrapupArea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
  position: relative;
}
.wrapupArea dt {
  position: absolute;
  top: -5px;
  left: -7px;
  background: #d67b82;
  padding: 0.2em 1em;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  transform: rotate(-3deg);
}
.wrapupArea dd {
  position: relative;
}
.wrapupArea dd:before {
  font-family: "FontAwesome";
  content: '\f0c6';
  font-size: 15px;
  padding-right: 7px;
}

/*------------------------------

2022.07 asano
winner 追加

------------------------------*/
/*--- winnerボタン（対戦カード） ---*/
.leagAccVslist .ArrowBtnLink04 a, .leagAccVslist .ArrowBtnLink04 button {
  position: relative;
}

.leagAccScore .ArrowBtnLink04 a, .leagAccScore .ArrowBtnLink04 button {
  position: relative;
}

.leagAccVslist .ArrowBtnLink04 a:after, .leagAccVslist .ArrowBtnLink04 button:after {
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-family: "ionicons";
  content: "\f125";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 900;
}

.leagAccScore .ArrowBtnLink04 a:after, .leagAccScore .ArrowBtnLink04 button:after {
  color: #fff;
  line-height: 1;
  display: inline-block;
  font-family: "ionicons";
  content: "\f125";
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 4vw;
  font-weight: 900;
}

.leagAccVslist .ArrowBtnLink04.winner {
  border-radius: 5px;
  background: #d6e7f0;
  background: #d6e7ef;
}

.leagAccScore .ArrowBtnLink04.winner {
  border-radius: 5px;
  background: #d6e7f0;
  background: #d6e7ef;
  width: 100%;
}

.leagAccVslist .ArrowBtnLink04.winner a, .leagAccVslist .ArrowBtnLink04.winner button {
  padding: 5px 0;
  background: #d6e7f0;
  background: #d6e7ef;
  padding-right: 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.leagAccScore .ArrowBtnLink04.winner a, .leagAccScore .ArrowBtnLink04.winner button {
  padding: 5px 0;
  background: #d6e7f0;
  background: #d6e7ef;
  padding-right: 10px;
  border: none;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.leagAccVslist .ArrowBtnLink04.winner a:after, .leagAccVslist .ArrowBtnLink04.winner button:after {
  color: #06c;
}

.leagAccScore .ArrowBtnLink04.winner a:after, .leagAccScore .ArrowBtnLink04.winner button:after {
  color: #06c;
}

.leagAccVslist .ArrowBtnLink04.winner a img, .leagAccVslist .ArrowBtnLink04.winner button img {
  display: inline-block;
  height: 8vw;
  vertical-align: middle;
}

.leagAccScore .ArrowBtnLink04.winner a img, .leagAccScore .ArrowBtnLink04.winner button img {
  display: inline-block;
  height: 8vw;
  vertical-align: middle;
}

.leagAccVslist .ArrowBtnLink04.winner a span, .leagAccVslist .ArrowBtnLink04.winner button span {
  display: inline-block;
  vertical-align: middle;
}

.leagAccScore .ArrowBtnLink04.winner a span, .leagAccScore .ArrowBtnLink04.winner button span {
  display: inline-block;
  vertical-align: middle;
}

/*--- matchWinnerArea　 ---*/
/*----------------  共通パーツ ----------------*/
/*--- ボタン（共通） ---*/
.btn__winner {
  background: #d6e7f0;
  position: relative;
  width: 100%;
  display: block;
  margin: 30px 0;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  display: block;
  margin: 30px 0;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-lign-items: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
  border: 3px solid #abd0e3;
  color: #000;
  box-sizing: border-box;
  border-radius: 5px;
}
.btn__winner:hover {
  text-decoration: none;
  opacity: .7;
}
.btn__winner:hover img {
  opacity: 1;
}
.btn__winner:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f053";
  font-size: 16px;
  font-weight: normal;
  content: "\f054";
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  top: 50%;
  color: #06c;
}

/*--- アンカーリンク （共通） ---*/
.winnerAnkr {
  margin: 10px 0 30px;
}

.matchWinnerArea .winnerAnkr .ttlNoLink.accordionIndex {
  padding-bottom: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.matchWinnerArea .winnerAnkr .ttlNoLink.accordionIndex:after {
  color: #000;
  content: '\f126';
}
.matchWinnerArea .winnerAnkr .ttlNoLink.accordionIndex.active:after {
  content: '\f123';
}

.winnerAnkr .accordionIndex h3 {
  background: #fff;
  border: 1px solid #000;
  text-align: center;
  color: #000;
  font-size: 14px;
  font-weight: normal;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #cecece;
  margin: 0;
}

.winnerAnkr__list {
  margin-top: 10px;
  border-radius: 5px;
  border: 1px solid #cecece;
  background: #f6f6f6;
}
.winnerAnkr__list li a {
  color: #000;
  padding: 10px 20px;
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #cecece;
  position: relative;
}
.winnerAnkr__list li a:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f35d';
  right: 16px;
  font-size: 14px;
  color: #000;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
}
.winnerAnkr__list li:first-child a {
  border-radius: 5px 5px 0 0;
}
.winnerAnkr__list li:last-child a {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}

/* .winnerAnkr__list li a:hover{
	background: #777777;
    text-decoration: none;
    color: #fff;
} */
/*--- チーム左右分割（共通） ---*/
.winnersTeam__wrap {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-lign-items: top;
  -webkit-align-items: top;
  align-items: top;
}

.winnersTeam__wrap--right, .winnersTeam__wrap--left {
  width: 49%;
  background: #fff;
}

.winnersTeam__wrap .emb {
  margin: auto;
  margin-bottom: 10px;
}

.winnersTeam__emb {
  margin: 20px 0 -40px;
}
.winnersTeam__emb .embL {
  margin: auto;
}

/*--- table（共通） ---*/
.winnersTable table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.winnersTable table thead tr th {
  background: #e6e6e6;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  border-right: 1px solid #ccc;
}
.winnersTable table tr {
  border-top: 1px solid #ccc;
}
.winnersTable table tbody tr td {
  text-align: center;
  font-size: 12px;
  padding: 5px;
  border-right: 1px solid #ccc;
}

.winnerTopics, .winnerPast, .winnerDirectly, .winnerResult, .winnerHomeaway, .winnerTotalscore, .winnerSeason, .winner3Season {
  margin-bottom: 30px;
}

.matchWinnerArea .ttlNoLink.accordionIndex {
  border-bottom: none;
  position: relative;
}
.matchWinnerArea .ttlNoLink.accordionIndex h3 {
  margin-bottom: 0;
  font-size: 14px;
  padding: 10px;
}
.matchWinnerArea .ttlNoLink.accordionIndex h3 span {
  font-weight: normal;
  font-size: 14px;
  position: inherit;
  right: inherit;
  top: inherit;
}
.matchWinnerArea .ttlNoLink.accordionIndex:after {
  position: absolute;
  font-family: 'ionicons';
  content: '\f123';
  right: 16px;
  font-size: 14px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  line-height: 1;
}
.matchWinnerArea .ttlNoLink.accordionIndex.active:after {
  content: '\f126';
}

/*--- winnerTopics（トピックス） ---*/
.winnerTopics__list li {
  line-height: 1.5;
  display: block;
  font-size: 14px;
  padding: 0.5em;
  border-bottom: 1px solid #ddd;
}

/*--- winnerPast（過去対戦成績） ---*/
.winnerPast__wrap {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.winnerPast__wrap > div:nth-child(1), .winnerPast__wrap > div:nth-child(3) {
  width: 20%;
}
.winnerPast__wrap > div:nth-child(2) {
  width: 60%;
}
.winnerPast__wrap .embL {
  margin: auto;
}

.winnerPast__num {
  text-align: center;
  font-weight: bold;
}
.winnerPast__num span {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1;
}

/*--- winnerDirectly（直近5試合直接対戦成績） ---*/
.winnerDirectly__info {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: left;
  -webkit-justify-content: left;
  justify-content: left;
  -ms-align-items: top;
  -webkit-align-items: top;
  align-items: top;
  border-bottom: 1px solid #ccc;
  background-color: #f6f6f6;
}
.winnerDirectly__info .day {
  width: 50%;
  display: inline-block;
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.3;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
}
.winnerDirectly__info .place {
  width: 50%;
  text-align: right;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  line-height: 1.3;
}

.winnerDirectly__list {
  border: 1px solid #ccc;
}
.winnerDirectly__list table {
  width: 100%;
}
.winnerDirectly__list table tbody tr {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}
.winnerDirectly__list table tbody tr td {
  width: 33.3333333%;
  width: calc(100% / 3);
  text-align: center;
  padding: 10px;
  background: #fff;
  box-sizing: border-box;
}
.winnerDirectly__list table tbody tr td.win {
  background: yellow;
}
.winnerDirectly__list table tbody tr td .away {
  border-radius: 3px;
  font-size: 10px;
  padding: 0px 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.winnerDirectly__list table tbody tr td .home {
  border-radius: 3px;
  font-size: 10px;
  padding: 0px 5px;
  margin-bottom: 5px;
  display: inline-block;
  color: #fff;
  background: #000;
}
.winnerDirectly__list table tbody tr td .away {
  background: #cfcfcf;
}
.winnerDirectly__list table tbody tr td .name {
  display: block;
}
.winnerDirectly__list + .winnerDirectly__list {
  margin-top: 5px;
}

/*--- winnerResult（直近5試合成績） ---*/
.winnerResult__list li {
  background: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.winnerResult__list li:last-child {
  border-bottom: 1px solid #ccc;
}
.winnerResult__list li .day {
  text-align: center;
  padding: 5px;
  font-size: 12px;
  background-color: #f6f6f6;
}
.winnerResult__list li .result {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-lign-items: top;
  -webkit-align-items: top;
  align-items: center;
  box-sizing: border-box;
  padding: 5px;
}
.winnerResult__list li .result span {
  width: 40%;
  text-align: center;
  font-size: 12px;
}
.winnerResult__list li .result span.icon, .winnerResult__list li .result span.homeaway {
  width: 10%;
}
.winnerResult__list li .result span.score {
  width: 30%;
}
.winnerResult__list li .result span.team {
  width: 50%;
}
.winnerResult__list li .result span a {
  text-decoration: underline;
}
.winnerResult__list li .result span a:hover {
  opacity: 0.7;
}

/*--- winnerHomeaway（今シーズンのホームアウェイ別戦績） ---*/
.winnerHomeaway__list {
  margin-top: 20px;
}
.winnerHomeaway__list li {
  text-align: center;
  background: #f6f6f6;
  padding: 0 20px 20px;
  border: 1px solid #ccc;
}
.winnerHomeaway__list li + li {
  margin-top: 20px;
}
.winnerHomeaway__list li .title {
  background: #000;
  font-weight: bold;
  color: #fff;
  padding: 5px 0;
  border-radius: 3px;
  margin: -10px auto 15px;
  width: 70px;
  font-size: 12px;
}
.winnerHomeaway__list li .title.away {
  background: #cfcfcf;
  color: #000;
}
.winnerHomeaway__list li .result {
  font-weight: bold;
  margin-bottom: 5px;
}
.winnerHomeaway__list li .result span {
  font-size: 25px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.winnerHomeaway__list li .win {
  font-weight: bold;
}
.winnerHomeaway__list li .win span {
  font-size: 40px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  line-height: 1;
}

/*--- winnerTotalscore（スコア別通算対戦成績） ---*/
.winnerTotalscore__wrap {
  background: #fff;
}

.winnerTotalscore__match {
  -ms-display: flexbox;
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-lign-items: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 10px;
}
.winnerTotalscore__match > span.vs {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  width: 50px;
}

.winnerTotalscore__table {
  width: 100%;
  box-sizing: border-box;
}
.winnerTotalscore__table table {
  width: 100%;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.winnerTotalscore__table table tbody tr {
  border-bottom: 1px solid #ccc;
}
.winnerTotalscore__table table tbody tr td {
  width: 50%;
  text-align: center;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
}
.winnerTotalscore__table table tbody tr th {
  width: 50%;
  text-align: center;
  padding: 10px;
  font-family: 'Oswald', sans-serif;
  background: #e6e6e6;
  line-height: 1;
}
.winnerTotalscore__table table tbody tr td.game span {
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  margin-right: 2px;
}
.winnerTotalscore__table table tbody tr:nth-child(-n+3) td, .winnerTotalscore__table table tbody tr:nth-child(-n+3) th {
  font-weight: bold;
  font-size: 18px;
}
.winnerTotalscore__table table tbody tr:nth-child(-n+3) td span {
  font-size: 20px;
  font-weight: bold;
}

/*--- winnerSeason（今季の試合別スコア分布） ---*/
.winnerSeason table tbody tr td, .winnerSeason table tbody tr th {
  font-family: 'Oswald', sans-serif;
  padding: 10px 0px;
}

.winner3Season table tbody tr td, .winner3Season table tbody tr th {
  font-family: 'Oswald', sans-serif;
  padding: 10px 0px;
}

.winnerSeason table tbody tr:nth-child(-n+3) td, .winnerSeason table tbody tr:nth-child(-n+3) th, .winnerSeason table tbody tr:nth-child(-n+3) td span, .winnerSeason table tbody tr:nth-child(-n+3) th span {
  font-weight: bold;
}

.winner3Season table tbody tr:nth-child(-n+3) td, .winner3Season table tbody tr:nth-child(-n+3) th, .winner3Season table tbody tr:nth-child(-n+3) td span, .winner3Season table tbody tr:nth-child(-n+3) th span {
  font-weight: bold;
}

.winnerSeason table tbody tr:nth-child(-n+3) td span, .winnerSeason table tbody tr:nth-child(-n+3) th span {
  font-size: 14px;
}

.winner3Season table tbody tr:nth-child(-n+3) td span, .winner3Season table tbody tr:nth-child(-n+3) th span {
  font-size: 14px;
}

/*--- winnerFormation（この試合の予想フォーメーション） ---*/
.txt__left {
  text-align: left !important;
}

.txt__right {
  text-align: right !important;
}

.txt__center {
  text-align: center !important;
}

.pcDISP {
  display: none !important;
}

.spDISP {
  display: block !important;
}
