@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 > a,
.content .kvArea ul.navList li > span{
    background: #0a1944;
}
.content .kvArea ul.navList li > a.nolink{
    background: #3c3c3c;
		color: #828282;
		opacity: 1;
}




.acle2425 #utilityArea,.tickerwrap.alert{display: none;}


/*--- KV area ---*/
.acle2425 .kvArea {
    /*margin: 0 0 20px;*/
    position: relative;
    /*background: #ccc;*/
    width: 100%;
    min-width: 980px;
    background: #c10000;
}

.acle2425 .kvArea .topIMG{display: none;}
body.top.acle2425 .kvArea .topIMG{display: block;}
body.top.acle2425 .kvArea .sIMG{display: none;}

.acle2425 .kvArea .navWrap{
    text-align: center;
    background: #0a1944;
}
.acle2425 .kvArea ul.navList{
    width: 980px;
    margin:0 auto;
    display: block;
    letter-spacing: -0.4em;
}
.acle2425 .kvArea ul.navList li{
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    vertical-align: middle;

}
.acle2425 .kvArea ul.navList.fourbreak li{width: 25%;}
.acle2425 .kvArea ul.navList.fourbreak li:nth-child(4n){
    border-right: 1px solid #fff;
}
/* .kvArea ul.navList.fourbreak li:nth-child(n+6){border-bottom: none;} */
/* .kvArea ul.navList.fourbreak li:nth-child(5),
.kvArea ul.navList.fourbreak li:nth-child(9){border-right:1px solid #fff;} */

.acle2425 .kvArea ul.navList li > a,
.acle2425 .kvArea ul.navList li > span{
    background: #0a1944;
    display: table-cell;
    text-align: center;
    color: #fff;
    width: 500px;
    height: 36px;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.acle2425 .kvArea ul.navList li > span{
    background: #666;
    color: #969696;
}
.acle2425 .kvArea h2 {
    /*background: #c30000;*/
    text-align: center;
}
.acle2425 .kvArea h2 img{
    display: block;
    vertical-align: top;
    margin: 0 auto;
    width: 100%;
}

.acle2425 .kvArea .mainV img{
    width: 100%;
    height: auto;
    min-width: 980px;
}

.acle2425 .kvArea .enkiinfo a{
    padding: 15px 50px;
    line-height: 1;
    font-size: 22px;
    position: absolute;
    bottom: 90px;
    left: 10%;
    /*transform: translateX(-50%);*/
    background: rgba(150,0,0,.9);
    color: #FFF;
    font-weight: bold;
    box-shadow: 0 0 2px 3px rgba(0,0,0,0.2);
    transition: .5s all;
    white-space: nowrap;
}
.acle2425 .kvArea .enkiinfo a:hover{
    text-decoration: none;
    background: #000;
}
.acle2425 .kvArea .enkiinfo a:after {
    font-family: 'icomoon3';
    content: "\ec600";
    text-decoration: none !important;
    color: #FFF;
    font-size: 24px;
    padding-left: 5px;
}

.acle2425 .kvArea .navContInner{
    margin: 10px 20px;
}
.acle2425 .kvArea .navContInner ul{
    font-size: 0;
}
.acle2425 .kvArea .navContInner ul li{
    display: inline-block;
    font-size: 14px;
    border-right: 3px solid #fff;
    box-sizing: border-box;
    vertical-align: top;
}
.acle2425 .kvArea .navContInner ul li a,
.acle2425 .kvArea .navContInner ul li span{
    padding: 5px;
    display: table-cell;
    height: 40px;
    width: 800px;
    vertical-align: middle;
    background: #073190;
    color: #fff;
    position: relative;
    border-radius: 5px;
    text-align: center;
}
.acle2425 .kvArea .navContInner ul li span{
    background: #c5c5c5;
    color:#e2e2e2
}
.acle2425 .kvArea .navContInner ul.threeBTN li{width: 33.33%;}
.acle2425 .kvArea .navContInner ul.threeBTN li:nth-child(3n){border-right:none;}


.acle2425 .kvArea .ticketbtn{
	margin: 13px auto;
	width: 960px;
	display: block;
	background: #e60011;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	font-size: 15px;
	text-decoration-line: none;
}
.acle2425 .kvArea .ticketbtn:hover {
	opacity: 0.8;
}
.acle2425 .kvArea .ticketbtn a{
    padding: 5px;
    display: block;
    background: #ccc;
    color: #fff;
    position: relative;
    border-radius: 5px;
}
.acle2425 .kvArea .ticketbtn.specialsite a{ background: #a89944; }
.acle2425 .kvArea .ticketbtn.stadiumevent a{ background: #e60012; }
.acle2425 .kvArea .ticketbtn a:after{
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 10px;
    color: #fff;
}
.acle2425 .kvArea .ticketbtn span{
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding-left: 20px;
}

.acle2425 .kvArea .navContInner a:hover{
    text-decoration: none;
    opacity: 0.7;
}

.acle2425 .kvArea__titleimg{
    width: 700px;
    padding: 20px;
}


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

/*--- 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 > 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.hiroshima .tabSelecter .tab li.team_hiroshima a,
.team.gosaka .tabSelecter .tab li.team_gosaka 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.hiroshima .tabSelecter .tab li.team_hiroshima a{background: #51318f;}
.team.gosaka .tabSelecter .tab li.team_gosaka a{background: #00458d;}


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


/* -----2024/09 outlineTable ----- */

.outlineTable .ttlNoLink .title_L {
    background: none;
    border-bottom: 4px solid #081b62;
    color: #081b62;
    line-height: 22px;
    padding: 12px 16px 12px 0;
    font-weight: bold;
    display: block;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
}

.outlineTable p {
    font-size: 13px;
    line-height: 160%;
    margin-bottom: 10px;
}

.players_nots{
    background-color: #fff;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.font-B{
    font-weight: bold;
}

.mg-b{
    margin-bottom: 30px!important;
}



.acle2425 .photoArea .thumlist li:nth-child(3n){margin-right: 10px;}
.acle2425 .photoArea .thumlist li:nth-child(4n){margin-right: 0px;}


.accordionIndex .accBtnList .daznBtn {
    background: #F8FC4E;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    color: #000;
    position: relative;
    transition: 0.5s all;
    font-size: 10px;
}
.accordionIndex .accBtnList .daznBtn:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    transform: rotate(45deg);
    content: "";
    transition: 0.5s all;
}

.accordionIndex .accBtnList .ticketBtn {
    font-size: 14px;
    background: red;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    color: #fff;
    position: relative;
    transition: 0.5s all;
    box-shadow: none;
    font-size: 10px;
}
.accordionIndex .accBtnList .ticketBtn:after ,
.accordionIndex .accBtnList .btnGlayGrad:after{
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    content: "";
    transition: 0.5s all;
}
.accordionIndex .accBtnList .ticketBtn:hover {
    text-decoration: none;
    background: #000;
    color: #fff;
    text-decoration: none;
}
.accordionIndex .accBtnList .ticketBtn:hover:after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
.accordionIndex .accBtnList span,
.accordionIndex .accBtnList span.ticketBtn,
.accordionIndex .accBtnList .ticketBtn.btnGlayGrad,
.accordionIndex .accBtnList .btnGlayGrad{
    border: none;
    background: #acacac;
    color: #fff;
    box-shadow: none;
    position: relative;
    font-size: 10px;
}
.accordionIndex .accBtnList span:after,
.accordionIndex .accBtnList span.ticketBtn:after,
.accordionIndex .accBtnList .ticketBtn.btnGlayGrad:after,
.accordionIndex .accBtnList .btnGlayGrad:after{
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
}
/*トップページ　pdfダウンロード*/

.pdfimg_area{
    text-align: center;
    margin-top: 2%;
}
.pdfimg_area img{
    width: 50%;
}
.pdfimg_area dd{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pdfimg_area dd .pdfBtn{
    background: #000;
    font-weight: bold;
    padding: 10px 20px 10px 10px;
    color: #fff;
    position: relative;
    transition: 0.5s all;
    margin-top: 30px;
}