@charset "UTF-8";
/*-----------------------------------

martch.scss

------------------------------------*/
.matchListNav {
  margin-bottom: 60px;
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
}
.matchListNav .leagueLogoNav li i {
  margin-top: 10px;
}
.matchListNav .tabNavS {
  margin-top: 10px;
}

.matchListHead {
  position: relative;
  height: 35px;
}
.matchListHead h3 {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 35px;
}
.matchListHead .selectBox {
  position: absolute;
  right: 0;
  bottom: 0;
}

.sec_matchList {
  border-top: 3px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
.sec_matchList .matchList_date {
  font-size: 26px;
  font-size: 2.6rem;
  width: 200px;
  position: absolute;
  top: 25px;
  left: 0;
}
.sec_matchList .matchListTable {
  width: 1000px;
  margin-left: 200px;
  table-layout: auto;
  margin-bottom: 10px;
}
.sec_matchList .matchListTable thead tr th {
  position: relative;
  letter-spacing: 0.1em;
}
.sec_matchList .matchListTable thead tr th .leagueSecBTN {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 170px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
}
.sec_matchList .matchListTable thead tr th .leagueSecBTN.prev {
  left: 0;
}
.sec_matchList .matchListTable thead tr th .leagueSecBTN.prev:before {
  font-family: ionicons;
  content: '\f3d2';
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  left: 10px;
  opacity: 0.5;
}
.sec_matchList .matchListTable thead tr th .leagueSecBTN.next {
  right: 0;
}
.sec_matchList .matchListTable thead tr th .leagueSecBTN.next:after {
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  opacity: 0.5;
}
.sec_matchList .matchListTable td {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 300;
}
.sec_matchList .matchListTable .time {
  width: 90px;
}
.sec_matchList .matchListTable .stadium {
  width: 150px;
}
.sec_matchList .matchListTable .match > a {
  display: block;
  position: relative;
}
.sec_matchList .matchListTable .match > a:after {
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
}
.sec_matchList .matchListTable .linkWrap {
  width: 305px;
  text-align: left;
}
.sec_matchList .matchListTable .linkWrap ul {
  font-size: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.sec_matchList .matchListTable .linkWrap ul li {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.sec_matchList .matchListTable .linkWrap ul li a, .sec_matchList .matchListTable .linkWrap ul li span {
  display: block;
  width: 100%;
}
.sec_matchList .matchListTable .linkWrap ul li.ticket a, .sec_matchList .matchListTable .linkWrap ul li.ticket span {
  background: #CCC;
  color: #FFF;
  width: 90%;
  padding: 10px 0;
  border-radius: 3px;
  box-sizing: border-box;
  margin: 0 auto;
}
.sec_matchList .matchListTable .linkWrap ul li.ticket a {
  background: #E60012;
}
.sec_matchList .matchListTable .linkWrap ul li.prematch a {
  height: 20px;
  line-height: 20px;
}
.sec_matchList .matchListTable.ticketTable .stadium {
  width: 200px;
}
.sec_matchList .matchListTable.ticketTable .ticket {
  width: 250px;
}
.sec_matchList .matchListTable.ticketTable .ticket a {
  width: 100%;
}

.matchListTable.J1 thead th {
  background: #E60012;
}
.matchListTable.J2 thead th {
  background: #0D7F41;
}
.matchListTable.J3 thead th {
  background: #222;
}
.matchListTable.YLC thead th {
  background: #E60012;
}
.matchListTable.ACL thead th {
  background: #194499;
}
.matchListTable.EMPEROR thead th {
  background: #493268;
}

.gameTable {
  width: 98%;
  text-align: center;
}
.gameTable tbody tr th {
  border: none !important;
}
.gameTable tbody tr td {
  border: none !important;
  height: 60px;
}
.gameTable tbody tr td.team {
  width: 115px;
  position: relative;
}
.gameTable tbody tr td.team .embS {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.gameTable tbody tr td.team.left {
  padding-left: 25px;
}
.gameTable tbody tr td.team.left .embS {
  left: 20px;
}
.gameTable tbody tr td.team.right {
  padding-right: 25px;
}
.gameTable tbody tr td.team.right .embS {
  right: 20px;
}
.gameTable tbody tr td.score {
  width: 50px;
  font-size: 23px;
  font-size: 2.3rem;
  color: #000;
}
.gameTable tbody tr td.status {
  position: relative;
}
.gameTable tbody tr td.status .icon {
  width: 80px;
  display: inline-block;
  background: #666;
  color: #FFF;
  border-radius: 3px;
  padding: 3px;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
.gameTable tbody tr td.status .icon.before {
  background: none;
  color: #333;
  border: 1px solid #CCC;
}
.gameTable tbody tr td.status .icon.live {
  background: #E60012;
}
.gameTable tbody tr td.status .icon.blue {
  background: #0065ce;
}
.gameTable tbody tr td.status .timer {
  position: absolute;
  top: 3px;
  width: 100%;
  text-align: center;
  color: #333;
}

.matchVsBox {
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
  background: #FFF;
  padding-top: 20px;
}
.matchVsBox .matchVsBox_headList {
  display: table;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.matchVsBox .matchVsBox_headList .matchVsBox_headList_logo {
  display: table-cell;
  width: 200px;
  border-right: 1px solid #CCC;
  vertical-align: middle;
  text-align: center;
}
.matchVsBox .matchVsBox_headList .matchVsBox_headList_league {
  display: table-cell;
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 20px;
  vertical-align: middle;
}
.matchVsBox .matchVsBox_headList .matchVsBox_headList_league i {
  border: 1px solid #CCC;
  font-size: 20px;
  font-size: 2rem;
  padding: 3px;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
.matchVsBox .matchVsBox_headList .matchVsBox_headList_league .matchVsBox_headList_date {
  font-size: 34px;
  font-size: 3.4rem;
  display: block;
  padding-top: 0.2em;
}
.matchVsBox .matchVsBox_table {
  width: 100%;
  background: #222;
  text-align: center;
  color: #FFF;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 200;
}
.matchVsBox .matchVsBox_table td, .matchVsBox .matchVsBox_table th {
  padding: 30px 20px;
}
.matchVsBox .matchVsBox_table .matchVsBox_team {
  width: 260px;
  vertical-align: top;
  letter-spacing: 0.1em;
  padding-top: 50px;
  box-sizing: border-box;
  position: relative;
  letter-spacing: 0;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info dt, .matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info dd {
  margin-bottom: 10px;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .embL {
  display: inline-block;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .place {
  font-size: 50px;
  font-size: 5rem;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .place span {
  font-size: 15px;
  font-size: 1.5rem;
  display: block;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .site {
  font-size: 15px;
  font-size: 1.5rem;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .scorer {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
  padding-top: 20px;
  line-height: 1.3;
}
.matchVsBox .matchVsBox_table .matchVsBox_team .matchVsBox_team_info .scorer i {
  position: absolute;
}
.matchVsBox .matchVsBox_table .matchVsBox_team.left .scorer {
  text-align: right;
  padding-right: 30px;
}
.matchVsBox .matchVsBox_table .matchVsBox_team.left .scorer i {
  right: 20px;
}
.matchVsBox .matchVsBox_table .matchVsBox_team.right .scorer {
  text-align: left;
  padding-left: 30px;
}
.matchVsBox .matchVsBox_table .matchVsBox_team.right .scorer i {
  left: 20px;
}
.matchVsBox .matchVsBox_table .matchVsBox_score {
  width: 110px;
  vertical-align: middle;
  font-size: 100px;
  font-size: 10rem;
  letter-spacing: 0.1em;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn {
  margin-bottom: 10px;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn a {
  display: block;
  height: 40px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 1.2px;
  background: #FFF;
  border-radius: 3px;
  position: relative;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn a i {
  position: absolute;
  left: 0;
  top: 0;
  background: #E60012;
  height: 40px;
  border-radius: 3px 0 0 3px;
  width: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  color: #FFF;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn a:after {
  font-family: ionicons;
  content: '\f3d3';
  margin-left: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  position: absolute;
  right: 10px;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn.livetracking a {
  padding-left: 50px;
  color: #E60012;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchBtn.ticket a {
  background: #E60012;
  color: #FFF;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .scoreBreakdown {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .scoreBreakdown li {
  line-height: 1.3;
  width: 100%;
  display: table;
  table-layout: fixed;
  letter-spacing: 0.1em;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .scoreBreakdown li span {
  display: table-cell;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .scoreBreakdown li.leagHalfTxt {
  font-size: 30px;
  font-size: 3rem;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .scoreBreakdown li.leagHalfTxt.ex {
  font-size: 20px;
  font-size: 2rem;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchTV li {
  line-height: 1.3em;
}
.matchVsBox .matchVsBox_table .matchVsBox_center .matchTV li img {
  padding: 5px;
}

.icon_youtube {
  background: url(/img/eng/common/youtube_icon.png) no-repeat !important;
  background-size: 100% !important;
  width: 20px;
  height: 15px;
  display: inline-block !important;
  margin-right: 3px;
  line-height: initial !important;
}

/*--- tagheuer ---*/
.tagheuerTimeCount {
  background: #000;
  padding: 10px;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
}
.tagheuerTimeCount img {
  width: 120px;
  height: auto;
}
.tagheuerTimeCount img.logo_tagheuer_s {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tagheuerTimeCount time {
  font-size: 0;
  display: block;
  margin-top: 5px;
  border-top: 1px solid #464646;
  padding-top: 10px;
}
.tagheuerTimeCount time.progress {
  font-size: 20px;
  font-size: 2rem;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.tagheuerTimeCount time span {
  display: inline-block !important;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  position: relative;
  margin-right: 5px;
  vertical-align: top;
  min-width: 32px;
  text-align: center;
  width: auto;
}
.tagheuerTimeCount time span:first-child {
  width: 45px;
}
.tagheuerTimeCount time span:last-child {
  margin: 0;
}
.tagheuerTimeCount time span var {
  font-weight: bold;
}
.tagheuerTimeCount time span i {
  font-size: 12px;
  font-size: 1.2rem;
  font-style: normal;
  display: block;
  letter-spacing: 0;
  line-height: 1.4;
  color: #EFEFEF;
  letter-spacing: 0.1em;
}
.tagheuerTimeCount time span:after {
  display: inline-block;
  content: ":";
  position: absolute;
  right: -6px;
  top: -1px;
}
.tagheuerTimeCount time span:last-child:after {
  content: "";
}

.sec_matchTabBox {
  position: relative;
}
.sec_matchTabBox .tab {
  -webkit-box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.6);
}

.matchTabBox_vote_graf {
  display: table;
  width: 100%;
}
.matchTabBox_vote_graf li {
  display: table-cell;
  background: #FFF;
  height: 50px;
  vertical-align: middle;
  text-align: center;
  font-weight: 200;
}

.lastmatch {
  table-layout: auto;
}
.lastmatch th, .lastmatch td {
  padding: 20px;
}
.lastmatch .team {
  font-size: 16px;
  font-size: 1.6rem;
}
.lastmatch .team .embL {
  display: inline-block;
}
.lastmatch .score {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.lastmatch .matchdate {
  line-height: 1.5;
}

.last5match .embL {
  display: inline-block;
}

#matchVs_photolist.photoImg_switch {
  margin: 50px 0;
}

.accessMap {
  font-size: 18px;
  font-size: 1.8rem;
}
.accessMap iframe {
  width: 100%;
  height: 500px;
}
.accessMap ul {
  margin-left: 1.0em;
}
.accessMap ul li {
  text-indent: -1.0em;
  margin-bottom: 15px;
  line-height: 1.5em;
}
.accessMap ul li:last-child {
  margin-bottom: 0;
}

.matchTabBox_mascot .harfCLM > li {
  background: #fff;
  text-align: center;
  padding: 50px 20px;
}
.matchTabBox_mascot .harfCLM > li h4 {
  font-size: 30px;
  font-size: 3rem;
  padding-bottom: 20px;
  font-weight: 200;
}

.matchTabBox_player .starter tbody td, .matchTabBox_player .starter tbody th {
  font-size: 17px;
  font-size: 1.7rem;
}
.matchTabBox_player .starter.leftteam tbody td.player {
  text-align: left;
  padding-left: 15px;
}
.matchTabBox_player .starter.rightteam tbody td.player {
  text-align: right;
  padding-right: 15px;
}

.matchTabBox_gameInfo .gameInfo tbody td, .matchTabBox_gameInfo .gameInfo tbody th {
  font-size: 17px;
  font-size: 1.7rem;
}
.matchTabBox_gameInfo .gameInfo tbody th.time {
  vertical-align: middle;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
}
.matchTabBox_gameInfo .gameInfo tbody td {
  padding: 15px;
  height: 25px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player li {
  position: relative;
}
.matchTabBox_gameInfo .gameInfo tbody td .player li span {
  position: absolute;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.left {
  text-align: right;
  padding-right: 20px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.left li span {
  right: -20px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.left li span.YellowRed {
  right: -15px;
  top: -5px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.right {
  text-align: left;
  padding-left: 20px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.right li span {
  left: -20px;
}
.matchTabBox_gameInfo .gameInfo tbody td .player.right li span.YellowRed {
  left: -25px;
  top: -5px;
}
.matchTabBox_gameInfo .nextMatch tbody td {
  padding: 15px;
}
.matchTabBox_gameInfo .nextMatch tbody td p {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}

.commonTable tbody th.team {
  vertical-align: top !important;
  padding-top: 30px;
}
.commonTable tbody th.team .embL {
  display: inline-block;
}

.iconYellow:before {
  color: #d0c312;
}

.iconRed:before {
  color: #E60012;
}

/*--------------------------------
sectionNav
---------------------------------*/
.sectionNav .bx-wrapper {
  position: relative;
  margin: 0 auto 30px;
  padding: 0;
  *zoom: 1;
  height: 40px;
}

.sectionNav .bx-wrapper .bx-pager,
.sectionNav .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
}

/* Pager部分 */
.sectionNav .bx-wrapper .bx-pager {
  display: none;
}

.sectionNav .bx-wrapper .bx-pager .bx-pager-item,
.sectionNav .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.sectionNav .bx-wrapper .bx-pager.bx-default-pager a {
  background: #fba4c1;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.sectionNav .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #de094f;
}

/*「Next」と「Prev」 */
.sectionNav .bx-wrapper .bx-prev {
  left: -30px;
  padding-left: 5px;
}

.sectionNav .bx-wrapper .bx-next {
  right: -30px;
  padding-left: 5px;
}

.sectionNav .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.sectionNav .bx-wrapper .bx-controls-direction a {
  position: absolute;
  width: 20px;
  top: 17px;
  background: #dcdcdc;
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 12px;
}

.sectionNav .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.sectionNav {
  margin-top: 20px;
}

.sectionNav .tabNavS li {
  border-right: solid 1px #fff;
  letter-spacing: 0.1em;
}

.matchListNav .sectionNav .tabNavS {
  margin-top: 0;
}

.sectionNav .tabNavS li a, .tabNavS li span {
  height: 40px;
}

.sectionNav .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
}
