@charset "utf-8";

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

http://www.jleague.jp/css/suruga.css
2016/07/22 ISM

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

.ttlNoLink h3,
.ttlNoLink .blockTit{
	background: #ccc;
	color:#333;
}
.ttlNoLink h3 span,
.ttlNoLink .blockTit span{
	top: 0;
}
.content .kvArea .navWrap{
	position: relative;
	
}
.snsBtn{
    margin-top: 30px;
}


.commonTable th,
.commonTable td{
    border-left: 1px solid #ccc;
    height: 40px;
}
.commonTable th:first-child,
.commonTable td:first-child{
    border-left: none;
}
.commonTable th{
	font-size: 12px;

}
.history_table td.clubName{
	position: relative;	
	width: 170px;
	box-sizing: border-box;
}
.history_table td.clubName span {
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}
.history_table td.clubName.leftside {
	/*font-size: 11px;*/
    padding-left: 45px;
    text-align: left;
}
.history_table td.clubName.leftside span {
    left: 15px;
}
.history_table td.rightside{
	position: relative;	
	/*font-size: 11px;*/
    padding-right: 45px;
    text-align: right;
}
.history_table td.rightside img {
	position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
.history_table tbody td:last-child{
	position: relative;	
	padding: 0;
}
.history_table tbody td:last-child a{
	display: block;
    width: 30px;
    height: 30px;	
	text-indent: -9999px;
	margin: 0 auto;
}
.history_table tbody td:last-child a:before{
	position: absolute;
    top: 50%;
    left: 21px;
    font-family: 'FontAwesome';
    content: "\f030";
    font-size: 16px;
    text-indent: 0;
	color:#222;
    margin-top: -10px;
}
.history_table td.point{
    font-size: 16px;
}
.history_table td.point a{
    font-weight: bold;
}
.history_table td.point span{
    display: block;
    font-size: 12px;
}
.about_table th,
.event_table th{
    text-align: center;
}
.about_table td,
.event_table td{
    text-align: left;
    padding-left: 10px;
}

.ticket_table thead th{
    height: auto;
}
.ticket_table tbody td:nth-last-child(1),
.ticket_table tbody td:nth-last-child(2){
    width: 100px;
}

.ticketBTN{
    margin: 10px 0;
}
.ticketBTN a{
    padding: 15px 0;
    display: block;
    background: #f00;
    text-align: center;
    font-size: 18px;
    color: #fff;
    /* font-weight: bold; */
    border-radius: 5px;
    width: 80%;
    margin: 0 auto;
}

.videoArea p{
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 1em;
}
.videoArea .videoOneArea {
    margin-bottom: 20px;
    background: #f3f3f3;
}
.videoArea .videoOneArea p {
    display: block;
    font-size: 14px;
    line-height: 140%;
    padding: 15px 20px;
    margin-bottom: 20px;
}




body.event .kvArea .navList li.nav_event a{
    background: #FFF !important;
    color: #07325C;
}


.content .kvArea ul.navList li > a,
.content .kvArea ul.navList li > span{
    background: rgb(190, 8, 18);
}
.content .kvArea ul.navList li > span{
    background: #600509;
    color: #180001;
}




.sub .subBNR.bnr_suruga2016_JFA{
    display: block !important;
}

#partnersArea{
	display: none;
}

