<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/special/schedule2019.css
DATE : 2019/1/09

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

.leftRedTit{
    margin: 20px 0 10px;
}
#j1wrap .ttlNoLink .blockTit{background: #e60012;}
#j2wrap .ttlNoLink .blockTit{background: #017f40;}
#j3wrap .ttlNoLink .blockTit{background: #333;}
#leaguecupwrap .ttlNoLink .blockTit{background: #e60012;}

#j2wrap .leftRedTit{border-left: 5px solid #017f40;}
#j3wrap .leftRedTit{border-left: 5px solid #4f4f4f;}

/*#j2wrap,
#j3wrap{
	margin-top: 40px;
}*/



/* kvArea */
.kvArea {
    position: relative;
    margin: 0 0 30px;
}
.kvArea h2 img{
    vertical-align: top;
    display: block;
	width: 100%;
}
.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: 12px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px 0;
    display: table-cell;
    width: 400px;
    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 #e60012;}


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: #e60012; border-top: 3px solid #e60012;}

/* 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: 100px;
	border-right: 1px solid #ccc;
}
.dataTable td {
    padding: 10px;
    padding: 10px 0;
}
.dataTable td.teamL,
.dataTable td.teamR {
	position: relative;
    width: 130px;
}
.dataTable td.teamL i.fontBold,
.dataTable td.teamR i.fontBold{
    font-style: normal;
    font-weight: bold;
}
.dataTable td.teamL{padding-left: 25px;}
.dataTable td.teamR{padding-right: 25px;}

.dataTable td.teamL span,
.dataTable td.teamR span {
	display: inline-block;
	position: absolute;
	top:50%;
	margin-top: -12px;
}
.dataTable td.teamL span{
    left: 40px;
}
.dataTable td.teamR span{
    left: 90px;
}

.dataTable td.tweetCell{
	text-align: center;
	width: 100px;
}
.dataTable td.tweetCell a{
	font-size: 11px;
	display: inline-block;
	width: 70px;
	background: #2CA7E0;
	border-radius: 2px;
	padding: 5px 0 5px 10px;
	color: #fff;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.dataTable td.tweetCell a:after{
	position: absolute;
    font-family: 'FontAwesome';
    content: "\f099";
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    margin-top: -6px;
    left: 10px;
    top: 50%;
    margin-top: -7px;
}
.dataTable td.tweetCell a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.dataTable tbody td:last-child {
    border-left:1px solid #ccc;
    width: 80px;
}



.dataTable td.point a{
    padding: 5px 0;
    background: #FFFFFF;
    color: #E60012;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    display: block;
    font-size: 11px;
    letter-spacing: -0.05em;
    border: solid 1px #E60012;
    font-weight: bold;
}

.dataTable td.point a:hover {
    opacity: 0.7;
    text-decoration: none;
    background: #fcc;
}

.dataTable td.point span{
    font-weight: bold;
}




/* infoTable */
.infoTable{
    border-collapse: collapse;
    width: 100%;
    font-size: 13px;
    border-top:1px solid #ccc;
}
.infoTable th{
    border-right:1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    width: 250px;
    padding-left: 50px;
    line-height: 40px;
    font-weight: bold;
    background-color: #f6f6f6;
}
.infoTable td{
    text-align: center;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
    line-height: 40px;
}

.infoTable th .embS{
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 5px;
}
.infoTable td a{
    position: relative;
    display: block;
}
.infoTable td a:after {
  position: absolute;
  right: 10px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
}
.infoTable td a:hover{
    text-decoration: none;
    opacity: 0.5;
}


/* 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{
    width: 150px;
    text-align: left;
}

/* infoTable tellURL */
.infoTable.tellURL th{
    width: 100px;
    padding-left: 20px;
}
.infoTable.tellURL td{
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
    padding: 8px 10px;
}
.infoTable.tellURL td:last-child{
    width: 320px;
    border-left: 1px solid #ccc;
}
.infoTable.tellURL td:last-child span{
    font-size: 15px;
    font-weight: bold;
}
.infoTable.tellURL td a:after {
  display: none;
}



/* COMMON */
.margB20{margin-bottom: 20px;}
.margB30{margin-bottom: 30px;}
.margB40{margin-bottom: 40px;}


/*20160511*/

.may #breadcrumbList li.current h1{
    max-width: 340px;
}
.july .infoTable td a,
.may .infoTable td a{
    /*display: block;*/
    /*margin-bottom: 5px;*/
    padding: 2px 0;
    border-bottom: solid 1px #ccc;
}
.july .infoTable td a:last-child,
.may .infoTable td a:last-child{
    border: none;
}
.august .infoTable td a:hover,
.july .infoTable td a:hover,
.may .infoTable td a:hover{
    text-decoration: none;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
}
.july .infoTable td,
.may .infoTable td{
    line-height: 25px;
}

.textlink_area.scheduleSubNav ul{
    margin-bottom: 20px;
}
.textlink_area.scheduleSubNav ul li{
    margin-top: 10px;
    display: inline-block;
    padding-right: 15px;
    margin-right: 10px;
}

.textlink_area.scheduleSubNav ul li a{
    position: relative;
    font-size: 13px;
    font-weight: bold;
}

.textlink_area.scheduleSubNav ul li a:hover{
    filter: alpha(opacity=50);
    -ms-filter: 'alpha(opacity=50)';
    opacity: .50;
}

.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 .kvArea {
     margin: 0;
}





/**/


.textlink_area.scheduleSubNav ul {
    margin-bottom: 20px;
    font-size: 0;
}
.textlink_area.scheduleSubNav ul li {
    margin-top: 10px;
    display: inline-block;
    width: 300px;
    border: solid 1px #797979;
    text-align: center;
    padding-right: 0;
    margin-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.textlink_area.scheduleSubNav ul li:last-child{
    margin-right: 0;
}

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

/*20160809*/

.august .infoTable td a,
.july .infoTable td a,
.may .infoTable td a {
    /* display: block; */
    /* margin-bottom: 5px; */
    padding: 2px 0;
    border-bottom: solid 1px #ccc;
}

.august .infoTable td a:last-child,
.july .infoTable td a:last-child,
.may .infoTable td a:last-child {
    border: none;
}

.august .kvArea .localNav li a {
    width: 400px;
}

.august .kvArea .localNav li#navj2 a{
    border-bottom: 4px solid #017f40;
}

.august .kvArea .localNav li#navj3 a{
    border-bottom: 4px solid #000;
}

body.j2.august .kvArea .localNav li#navj2 a{
    border-top: 4px solid #017f40;
}

body.j3.august .kvArea .localNav li#navj3 a{
    border-top: 4px solid #000;
}

.august .infoTable td {
    line-height: 30px;
}

.august #j2wrap,
.august #j3wrap {
    margin-top: 0px;
}

.j1schedule{
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 20px;
}

.info {
	margin: 10px 0 20px 0;
	font-size: 14px;
}</pre></body></html>