@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/afc2017.css
2016/12/21 ISM

------------------------*/
.afc .ttlNoLink h3,
.afc .ttlNoLink .blockTit {
    background: #102971;
    font-size: 14px;
    padding: 12px 10px;
}

.container .kvArea .navWrap{
    position: relative;
}
.container .kvArea ul.navList li > a,
.container .kvArea ul.navList li > span{
    background: #0a1944;
}


/*////// ティザー ///////*/

/*--- 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;
  line-height: 1.3em !important;
  padding: 10px 0;
}
.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;
}
/*--- ティザー用 ---*/
/*#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: 15px;
	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;
}







/*////// 本サイト ///////*/
article > section {
    margin-bottom: 30px;
}
.tabSelecter .tab li a{
  text-align: center;
}
.tabSelecter .tab li a span.embS{
    display: block;
    vertical-align: middle;
    margin:0 auto;

}



/* ----- team ----- */
.team.kashima .tabSelecter .tab li.team_kashima a,
.team.yokohamafm .tabSelecter .tab li.team_yokohamafm a,
.team.ftokyo .tabSelecter .tab li.team_ftokyo a,
.team.kobe .tabSelecter .tab li.team_kobe a {
    color: #fff;
    font-weight: bold;
}

.team.kashima .tabSelecter .tab li.team_kashima a{background: #b51c41;}
.team.yokohamafm .tabSelecter .tab li.team_yokohamafm a{background: #014099;}
.team.ftokyo .tabSelecter .tab li.team_ftokyo a{background: #0b318f;}
.team.kobe .tabSelecter .tab li.team_kobe a{background: #a9002f;}


.team .tabSelecter .tab li i{
  display: block;
  font-style: normal;
}


.clubBox .clubDataTable td {
    text-align: left;
    padding-left: 10px;
}
/* teamProfile */
.aclTeamArea .teamProfile p {
    font-size: 13px;
    line-height: 1.65;
    margin-bottom: 1em;
}


.formation {
    margin-bottom: 20px;
}
.formation figcaption{
    background: #efefef;
    padding: 10px;
    font-size: 14px;
    line-height: 1.5;

}

/* ----- standings ----- */
.standings table.dataTable td{
    text-align: center;
}
.standings .dataTable .tdTeam {
    width: 150px;
    text-align: left;
}

/*ticketArea*/
.ticketArea .matchTicketList li:nth-child(3) .embRight{
    position: absolute;
}
.ticketArea .matchTicketList li:nth-child(3) .matchTeam{
    top: 0;
}

.articleTitWrap .articleTit {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* -----2018/2/09----- */
.clubBox .clubName {
	line-height: 1.5;
}
p.komeTxt {
	font-size:10px;
	padding: 0;
}


#partnersArea{
	display: none;
}
