@charset "UTF-8";

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

http://www.jleague.jp/css/emperor2021.css
2018/03/15 ISM

------------------------*/
.skyscraperWrap{
    display: none;
}


/* kvArea */
.content .kvArea .navWrap{
    position: relative;
}
.content .kvArea ul.navList li > a,
.content .kvArea ul.navList li > span{
    background: #02173e;
}
.content .kvArea ul.navList {
    background: #15004d;
}

.content .kvArea ul.navList li > span{
     background: #02173e;
     color: #666;
}




/* common */
.ttlNoLink h3,
.ttlNoLink .blockTit{
    background: #02173e;
}

.leftRedTit {
    border-left: 5px solid #02173e;
}

.emperorArea article > section {
    margin-bottom: 30px;
}

#matchRound .commonTable td i{font-style: normal;}
#matchRound .commonTable td i.sp{display: none;}



/* tournament */
figure.tournament_img{
	font-size: 0;
}
figure.tournament_img img {
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: 980px;
    display: inline-block;
    font-size: 12px;
}
figure.tournament_img.column2{
	font-size: 0;
}
figure.tournament_img.column2 div{
	width: 480px;
	display: inline-block;
}
figure.tournament_img.column2 div img{
	width: 100%;
}
.seed{
	margin: 20px 0 0 0;
}

.seed h4.aclcontTitle {
    background-color: #444;
    padding: 0 0 0 10px;
	margin: 0px 0 10px 0;
}
.seed h4.aclcontTitle > span {
    display: block;
    padding-left: 10px;
    margin: 0;
    line-height: 28px;
    color: #FFF;
    font-size: 14px;
}
.seed p{
    font-size: 14px;
    background-color: #000;
    color: #fff;
    padding: 10px 0 0 20px;
}


/*match*/
.matchTabNav{
    margin: 0 0 20px 0;
}

/*tv*/
.tvBroadArea h3 {
    border-left: 5px solid #3b1e87;
}


.tvBroadArea{
    margin-bottom: 30px;
}



.commonTable.history tbody th{
    text-align: center;
}


#matchRound .commonTable td{
    position: relative;
}
#matchRound .commonTable td .embS{
    display: inline-block;
    vertical-align: middle;
    position: absolute;

    top: 50%;
    margin-top: -13px;
}
#matchRound .commonTable td:nth-child(3),
#matchRound .commonTable td:nth-child(5){width: 170px;}
#matchRound .commonTable td:nth-child(4){width: 30px;}

#matchRound .commonTable td:nth-child(3){text-align: right;}
#matchRound .commonTable td:nth-child(3) .embS{left: 5px;}
#matchRound .commonTable td:nth-child(5){text-align: left;}
#matchRound .commonTable td:nth-child(5) .embS{right: 5px;}



.commonTable.history tbody td:nth-of-type(1){
	border-right:1px solid #ccc;
}
.commonTable.history tbody td[colspan] {
	border-right: none;
}

.commonTable.history tbody td{
    text-align: left;
	padding-left: 10px;
}

.commonTable.history tbody td .embS{
	display: inline-block;
	position: relative;
	top: 7px;
	margin-right: 3px;
	margin-top:-13px;
}

.content .main,
.content .main > section{
  width: 980px;
}

body.top .headLineBlock .bodyArea p{
  width: 100%;
}
#partnersArea{
	display: none;
}

.pastLink li{
    margin-bottom: 10px;
}
.content .kvArea ul.navList{
    border-top: 1px solid #fff;
}


/* ==========================================================================
   floatingbnr
========================================================================== */
.floatingbnrArea {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0px;
  right: 0;
  width: 500px;
  height: inherit;
  opacity: 0;
  transition: 0.3s ease-in-out;
  display: block;
  pointer-events: none;
}
.floatingbnrArea img {
  width: 100%;
  display: block;
}
.floatingbnrArea.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.floatingbnrArea .btn__close {
  display: inline-block;
  content: "\f2d7";
  font-family: "ionicons";
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  background: #646464;
  color: #fff;
  position: absolute;
  right: 10px;
  top: -50px;
  pointer-events: all !important;
  font-size: 18px;
  font-size: 1.8rem;
}
.floatingbnrArea .btn__close:hover {
  opacity: 1;
  background: #4d4d4d;
}

#pageTop {
  bottom: 220px;
}

body.em2025.top .floatingticketBtn{display: none!important;}