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

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

http://www.jleague.jp/css/gothia.css
2016/07/15 ISM

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

.content .kvArea ul.navList li:last-child{
	border-right: none;
}

.content .kvArea ul.navList,
.content .kvArea ul.navList li &gt; a,
.content .kvArea ul.navList li &gt; span{
	background: #000000;
}
.content .kvArea ul.navList li &gt; a:hover{
	background: #00386b;
}
.content .kvArea{
	margin-bottom: 20px;
}
body.boys16 .kvArea .navList li#nav_boys16 a,
body.boys15 .kvArea .navList li#nav_boys15 a,
body.photo .kvArea .navList li#nav_photo a{
	background: #00386b;
    color: #fff;
    text-decoration: none;
}

.ttlNoLink h3, .ttlNoLink .blockTit{
	background: #1468b3;
}

.scoreTable td.team .embS{
	display: inline-block;
	vertical-align: middle;
}

.redRightTxt{
	color: #e60012;
	text-align: left;
}


.scoreTable td.team img.jlogo{
    width: 15px;
}



.scoreTable td.score{
    width: 30px;
}
.scoreTable td.score_mem li span {
    width: 80px;
}

.scoreTable td.team{
    width: 30px;
}

.scoreTable td.team.right{
/*	text-align: left;
    padding-left: 15px;*/
    box-sizing: border-box;
}

.scoreTable td.team.lefdt{
	text-align: left;
    padding-left: 15px;
    box-sizing: border-box;
}

/*.boys16 .scoreTable tr:first-child td.team.left img.flag{
    left: 33px;
}*/

.scoreTable th:first-child {
    width: 80px;
    }

.scoreTable td.team.left,
.scoreTable td.team.right{
    width: auto;
}










</pre></body></html>