<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/afc2017.css
2016/12/21 ISM

------------------------*/
.ttlNoLink h3,
.ttlNoLink .blockTit {
    background: #102971;
}

.content .kvArea .navWrap{
    position: relative;
}
.content .kvArea ul.navList li &gt; a,
.content .kvArea ul.navList li &gt; span{
    background: #0a1944;
}
.content .kvArea ul.navList li &gt; a.nolink{
    background: #3c3c3c;
		color: #828282;
		opacity: 1;
}

/*////// ティザー ///////*/

/*--- tablelist ---*/
.tablelist{
    font-size: 0;
}
.tablelist li{
    display: inline-block;
    width: 48%;
    font-size: 12px;
    vertical-align: top;
    margin-bottom: 10px;
}
.tablelist li:nth-child(2n){ margin-left: 4%; }

.tablelist table{
  width: 100%;
  border-bottom: solid 1px #ccc;
}
.tablelist table tr{
  border-top: solid 1px #ccc;

}
.tablelist table th,
.tablelist table td{
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  border-left: 1px solid #ccc;
}
.tablelist table th:first-child,
.tablelist table td:first-child{
  border-left: none;
}
.tablelist table th{
    background: #e7e7e7;
}

.tablelist table td{
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: left;
}
.tablelist table td span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/*--- ティザー用 ---*/
.groupArea h4{
  font-size: 13px;
  font-weight: bold;
}
#matchlistWrap.groupArea p,
#matchlistWrap.groupArea ul{
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
body.top .kvArea .navList li.nav_top a{
  background: #0a1944 !important;
  color: #fff;
}
/*--- conditionsWrap ---*/
.conditionsWrap{
	margin:30px 0;
}
.conditionsWrap dl{
	margin-bottom: 20px;
}
.conditionsWrap dl dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.conditionsWrap dl dd{

}
.conditionsWrap dl dd li{
    padding: 3px 20px;
    vertical-align: middle;
    line-height: 25px;
}
.conditionsWrap dl dd span{
	display: inline-block;
	vertical-align: middle;
}




/* scoreTable */
.scoreTable th{
  width: 120px;
}
.scoreTable td{
    border-bottom: solid 1px #ccc;
    height: 60px;
}
.scoreTable th a:hover{
    opacity: 0.5;
    text-decoration: none;
}
.scoreTable td a{
    padding: 3px;
    display: block;
    margin: 3px auto;
    width: 80%;
    border-radius: 3px;
}
.scoreTable td a:hover{
    text-decoration: none;
    background: #06c;
    color: #fff;
    font-size: 12px;
}
.scoreTable td .pk{
    margin: 3px;
    display: block;
    font-size: 12px;
}
.scoreTable td.vs {
    width: 100px;
}
.scoreTable td.team.left,
.scoreTable td.team.right{
    width: 180px;
    font-size: 12px;
    box-sizing: border-box;
}
.scoreTable td.team.left {
    padding-left: 40px;
}
.scoreTable td.team.right {
    padding-right: 40px;
}




/*////// 本サイト ///////*/
article &gt; section {
    margin-bottom: 30px;
}

.tabSelecter .tab li a span.embS{
    display: inline-block;
    vertical-align: middle;
}




/* ----- team ----- */
.team .tabnav li a,
.team .tabnav li span {
    padding: 13px 0;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background: none;
    background: #e8e8e8;
    text-align: center;
    display: block;
}
.team .tabnav li i{
    display: none;
}
.team .tabnav li a:hover{
    opacity: 0.75;
}
.team .tabnav li:last-child {
    border-right: 1px solid #5B86AC;
}
.team.kawasakif .tabSelecter .tab li.team_kawasakif a,
.team.yokohamafm .tabSelecter .tab li.team_yokohamafm a,
.team.urawa .tabSelecter .tab li.team_urawa a,
.team.kofu .tabSelecter .tab li.team_kofu a {
    color: #fff;
    font-weight: bold;
}


.team.yokohamafm .tabSelecter .tab li.team_yokohamafm a{background: #014099;}
.team.kofu .tabSelecter .tab li.team_kofu a{background: #005bac;}
.team.kawasakif .tabSelecter .tab li.team_kawasakif a{background: #2b86b7;}
.team.urawa .tabSelecter .tab li.team_urawa a{background: #e6002d;}


.team .tabSelecter .tab li a i{
    font-style: normal;
}

/* clubBox */
.clubBox {
    font-size: 0;
    margin-bottom: 20px;
}
.clubBox .clubName {
    margin: 20px 0 10px;
    font-size: 25px;
    color: #000;
    line-height: 40px;
}
.clubBox .clubName .embM {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px;
}
.clubBox .clubPhoto {
    display: inline-block;
    vertical-align: top;
}
.clubBox .clubPhoto img {
    width: 270px;
    height: auto;
}
.clubBox .clubPhoto img {
    display: block;
}
.clubBox .clubData {
    display: inline-block;
    width: 330px;
    font-size: 13px;
    vertical-align: top;
    margin-left: 20px;
}
.clubBox .clubDataTable {
    border-top: 1px solid #CCC;
    width: 100%;
    /*height: 230px;*/
}
.clubBox .clubDataTable th {
    width: 80px;
}
.clubBox .clubDataTable td {
    text-align: left;
    padding-left: 10px;
    padding: 5px 0 5px 10px;
}
.clubBox .clubKV{
	width: 100%;
	margin-bottom: 20px;
}
.clubBox .infoBlock{
	margin-bottom: 20px;
}

/* teamProfile */
.aclTeamArea .teamProfile p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.aclTeamArea .teamProfile{
    margin-bottom: 30px;
}

/* interviewArea */
.interviewArea {
    margin: 10px 0 0;
    padding-bottom: 10px;
}
.interviewPhoto{
    margin-bottom: 20px;
}
.interviewArea .imgRight{
    width: 250px;
    padding-left: 10px;
    float: right;
}
.interviewArea .imgLeft{
    width: 250px;
    padding-right: 10px;
    float: left;
}

.analysis p {
    vertical-align: top;
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 1em;
}
.formation {
    margin-bottom: 20px;
}
.formation figcaption{
    background: #efefef;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;

}

/* standingsGroupArea */
.group5Btn{
    display: table;
    width: 100%;
    margin: 10px 0px;
}
.group5Btn li {
    display: table-cell;
    width: 19%;
    padding-right: 1%;
    vertical-align: middle;
    text-align: center;
}
.group5Btn li a {
    font-size: 11px;
    font-weight: bold;
    padding: 5px 0;
    color: #333;
    background-color: #eaeaea;
    display: block;
    text-decoration: none;
}
.group5Btn li:last-child{
    padding-right: 0;
}
.standingsGroupArea h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}
.dataTable td.tdTeam{
    text-align: left;
}
.dataTable td.tdTeam .embS{
    display: inline-block;
    vertical-align: middle;
}
.standingsGroupArea .dataTable td:first-child{
    width: 10%;
    font-weight: bold;
    /*color: #f00;*/
}
.standingsGroupArea .dataTable td:nth-last-child(-n+8){
    width: 6.5%;
}

.standingsDate {
    text-align: right;
    font-size: 12px;
}


.standings .standingsMatchArea .ttlNoLink {
    display: none;
}

/* -----2018/2/09----- */
p.komeTxt {
	display: inline-block;
	padding: 0 0 0 5px;
	font-size: 12px;
}

#partnersArea{
	display: none;
}
</pre></body></html>