@charset "UTF-8";

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

http://www.jleague.jp/css/sp/emperor2021.css
2019/05/8 ISM

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

/* kvArea */
.container .kvArea ul.navList li > a,
.container .kvArea ul.navList li > span{
    background: #02173e;
}
.container .kvArea ul.navList {
    background: #15004d;
}
.container .kvArea ul.navList li > span{
    background: #02173e;
    color: #666;
}


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

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

.kvArea .navWrap{
    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;
}
.floatingbnrArea {
  width: 100%;
  height: auto;
}
.floatingbnrArea .btn__close {
  right: 20px;
  top: -30px;
}
#pageTopBtn {
    z-index: 100;
    bottom: 40vw;
}