@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/sp/special/schedule2018.css
DATE : 2018/1/11

------------------------------------------------------------*/

.leftRedTit{
	border-left: 5px solid #e60012;
    font-size: 14px;
    font-weight: bold;
    line-height: 100%;
    margin: 20px 0 10px;
    padding: 5px 10px;
}
.contents .ttlNoLink .blockTit{
	color: #fff;
    display: block;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
    margin: 5px 0;
    padding: 5px 10px;
    background: #4f4f4f;
}

#j1wrap .ttlNoLink .blockTit{background: #e60012;}
#j2wrap .ttlNoLink .blockTit{background: #017f40;}
#j3wrap .ttlNoLink .blockTit{background: #333;}
#leaguecupwrap .ttlNoLink .blockTit{background: #073190;}

#j2wrap .leftRedTit{border-left: 5px solid #017f40;}

/*#j2wrap,
#j3wrap{
	margin-top: 40px;
}*/


.contentsBox .margB30:nth-of-type(n+2){
    margin-top: 20px;
}

/* kvArea */
.kvArea {
    position: relative;
}
.kvArea img {
	width: 100%;
	height: auto;
	vertical-align: top;
}
.kvArea .localNav {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.kvArea .localNav li {
    display: table-cell;
    border-right: solid 1px #fff;
    vertical-align: top;
}
.kvArea .localNav li:last-child {border-right: none;}
.kvArea .localNav li a{
    font-size: 10px;
    line-height: 1.2;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px 0;
    display: table-cell;
    width: 300px;
    text-align: center;
    box-sizing:border-box;
}
.kvArea .localNav li a:hover{
	opacity: 0.6;
}
.kvArea .localNav li#navj1 a{border-bottom: 3px solid #e60012;}
.kvArea .localNav li#navj2 a{border-bottom: 3px solid #017f40;}
.kvArea .localNav li#navj3 a{border-bottom: 3px solid #000;}
.kvArea .localNav li#navleaguecup a{border-bottom: 3px solid #073190;}


body.j1 .kvArea .localNav li#navj1 a,
body.j2 .kvArea .localNav li#navj2 a,
body.j3 .kvArea .localNav li#navj3 a,
body.leaguecup .kvArea .localNav li#navleaguecup a{
    background: #fff;
    color: #333;
    border-bottom: none;
    font-weight: bold;
     border-top: 3px solid #000;
}
body.j1 .kvArea .localNav li#navj1 a{color: #e60012; border-top: 3px solid #e60012;}
body.j2 .kvArea .localNav li#navj2 a{color: #017f40; border-top: 3px solid #017f40;}
body.leaguecup .kvArea .localNav li#navleaguecup a{color: #073190; border-top: 3px solid #073190;}





/* dataTable */
.dataTable {
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 12px;
}
.dataTable th{
	background-color: #f6f6f6;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
}
.dataTable thead th{
	font-size: 10px;
	padding: 5px 0;
}
.dataTable tbody th{
	width: 50px;
	border-right: 1px solid #ccc;
}
.dataTable tbody th span{
	display: block;

}
.dataTable td {
    padding: 10px;
    padding: 10px 0;
}
.dataTable td.teamL,
.dataTable td.teamR {
	position: relative;
	top: 10px;
    width: 70px;
}
.dataTable td.teamL i.fontBold,
.dataTable td.teamR i.fontBold{
    font-style: normal;
    font-weight: bold;
}
.dataTable td.teamL span,
.dataTable td.teamR span {
	display: inline-block;
	position: absolute;
	top: 0;
    left: 50%;
    margin-left: -10px;
}
.dataTable td.tweetCell a{
	font-size: 11px;
	display: inline-block;

	background: #2CA7E0;
	border-radius: 2px;
	padding: 18px 5px 5px;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dataTable td.tweetCell a:before{
	position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-top: -6px;
    left: 50%;
    top: 8px;
    margin-left: -6px;
}
.dataTable tbody td:last-child {
	border-left:1px solid #ccc;
	width: 60px;
}


.dataTable td.point a{
    font-size: 11px;
    display: inline-block;
    border:solid 1px #E60012;
    border-radius: 2px;
    padding: 3px 10px 1px;
    color: #E60012;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.05em;
    font-weight: bold;
}
.dataTable td.point a:hover {
    opacity: 0.7;
    text-decoration: none;
}
.dataTable td.point span{
    display: block;
    position: relative;
    top: -3px;
    font-weight: bold;
}






/* infoTable */
.infoTable{
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    border-top:1px solid #ccc;
}
.infoTable th{
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
    width: 50%;
    padding: 10px 0 10px 5px;
    font-weight: bold;
    background-color: #f6f6f6;
    line-height: 1.2em;
    letter-spacing: -0.05em;
}
.infoTable td{
    text-align: center;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 1.2em;
    padding: 7px 0;
    letter-spacing: -0.1em;
}

.infoTable th .embS{
    display: inline-block;
        vertical-align: middle;

}

.infoTable td a:after {
  position: relative;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
}



/* infoTable zantei */
.infoTable.zantei{
}
.infoTable.zantei td{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    line-height: 1.3;
    padding: 5px 3px;
     font-size: 12px;
}
.infoTable.zantei td:first-child{

}
.infoTable.zantei td:last-child{
    display: none;
}



/* infoTable tellURL */
.infoTable.tellURL th{
    width: 20%;
    padding-left: 5px;
    text-align: center;
    vertical-align: middle;
}
.infoTable.tellURL td{
    text-align: left;
    font-size: 10px;
    line-height: 1.3;
    padding: 8px 5px;
}
.infoTable.tellURL td:last-child{
    width:30%;
    border-left: 1px solid #ccc;
}
.infoTable.tellURL td:last-child span{
    font-size: 13px;
    font-weight: bold;
}
.infoTable.tellURL td:last-child a{
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
        display: inline-block;


}
.infoTable.tellURL th .embS{
    display: block;
    width: 20px;
    margin: 0 auto;
}
.infoTable.tellURL td a:after {
  display: none;
}


/*20160511*/
.august .infoTable td,
.july .infoTable td,
.may .infoTable td{
    padding: 0;
}
.august .infoTable td a,
.july .infoTable td a,
.may .infoTable td a{
    display: block;
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
}

.august .infoTable td a:last-child,
.july .infoTable td a:last-child,
.may .infoTable td a:last-child{
    border: 0;
}
.august .infoTable td a:after,
.july .infoTable td a:after,
.may .infoTable td a:after {
    position: relative;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    right: -3px;
}
.august .infoTable th,
.july .infoTable th,
.may .infoTable th{
    vertical-align: middle;
}

.textlink_area.scheduleSubNav ul{
    margin-bottom: 10px;
}

.textlink_area.scheduleSubNav ul li a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -12px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.may .container {
    padding: 0 0 15px 0px;
}



/**/


.textlink_area.scheduleSubNav ul {
    margin-bottom: 20px;
    font-size: 0;
    padding-top: 10px;
}
.textlink_area.scheduleSubNav ul li {
    display: block;
    box-sizing: border-box;
    border: solid 1px #797979;
    text-align: center;
    padding-right: 0;
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 8px;
}

.textlink_area.scheduleSubNav ul li a {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    background: #E8E8E8;
    display: block;
    line-height: 39px;
    color: #111;
}

.textlink_area.scheduleSubNav ul li a:after {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 14px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    text-decoration: none !important;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

/*20160810*/

.august #j2wrap,
.august #j3wrap {
    margin-top: 0px;
}

.j1schedule{
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}
