@charset "UTF-8";

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

http://www.jleague.jp/css/sp/emperor2017.css
2016/8/8 ISM

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

/* kvArea */
.container .kvArea ul.navList li > a,
.container .kvArea ul.navList li > span{
    background: #29193e;
}
.container .kvArea ul.navList {
    background: #15004d;
}
.container .kvArea ul.navList li > span{
     background: #280f69;
     color: #4e309c;
}


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

.titBlockArea .blockTit {
    border-left: 3px solid #29193e;
}


#matchRound .commonTable{
	line-height: 1.3;
}
#matchRound .commonTable td span{display: block;}
#matchRound .commonTable td i{display: none;font-style: normal;}
#matchRound .commonTable td i.sp{display: block;}

#matchRound .commonTable th:last-child{width: 20px;}

#matchRound .commonTable td .embS{
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 3px;
   	left: 50%;
    margin-left: -10px;
}
#matchRound .commonTable td a{
	display: block;
	position: relative;
    padding-top: 30px;
}
#matchRound .commonTable td:nth-child(3),
#matchRound .commonTable td:nth-child(5){width: 30%;}



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

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

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

#partnersArea{
	display: none;
}