@charset "utf-8";

/*-----------------------

http://www.jleague.jp/css/asiachallenge2018.css
2017/12/20 ISM

------------------------*/

.content .kvArea .navWrap {
    position: relative;
}
.content .kvArea ul.navList li > a{
	 background:#00365e;
}
.content .kvArea ul.navList li > span{
	background:#025593;
	color: #00365e;
}
.ttlNoLink h3,
.ttlNoLink .blockTit{
	background: #00bae6;
}


.accordionIndex .leagAccTime{
	width: 170px;
}
.accordionIndex .leagAccTime span{
	display: inline-block;
	vertical-align: middle;
}
.accordionIndex .accBtnList{
	width: 45px;
	font-size: 14px;
}
.accordionIndex .accBtnList a:hover{
	text-decoration: none;
	opacity: 0.5;
}
.accordionIndex .vsTxt div > span{
	width: 85px;
}

.newsArea{
	margin-bottom: 35px;
}

.kome a:hover{
	text-decoration: none;
	opacity: 0.5;
}

/*match*/
.resultImg{
	margin-bottom: 20px;
}
.scoreTable01.asiachStand{
    margin-bottom: 15px;
}
.scoreTable01.asiachStand tbody .tdTeam{
	color: #333;
}
.scoreTable01.asiachStand tbody .tdTeam span{
    position: relative;
    top: -5px;
    left: 5px;
}

.matchBtn {
    text-align: right;
    margin: 0 0 20px 0;
}
.matchBtn a {
    background: #00365e;
    padding: 12px 34px 12px 20px;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 14px;
}
.matchBtn a:after {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    font-family: 'icomoon3';
    content: "\ec600";
    font-size: 12px;
    text-decoration: none !important;
    color: #fff;
}
.matchBtn a:hover{
	text-decoration: none;
    opacity: 0.75;
}



/*2018.1.23  Ticketwrap*/
.nycOutlineArea{
	margin-bottom: 50px;
}
.nycTicketWrap .ticketArea {
	margin-bottom: 25px;
}
.nycTicketWrap .ticketTable1 tbody{
	border-top: 1px solid #f5b8c1;
}
.nycTicketWrap .ticketTable1 tbody th{
	width: 150px;
	border-right: none;
	border-color: #f5b8c1;
	background: none;
	padding: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
}
.ticketTable1 td{
	font-size: 14px;
	text-align: left;
	border-color: #f5b8c1;
}
.nycTicketWrap .seatArea .ticketTable1 {
	margin-bottom: 30px;
}
.nycTicketWrap .seatArea p{
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	background: #00bae6;
	padding: 5px 10px;
	margin: 5px 0;
}
.nycTicketWrap .seatArea h5 img{
	display: block;
	margin: 30px auto;
}
