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