﻿@charset 'utf-8';



.kvArea {
    position: relative;
    margin-bottom: 5px;
}

.kvArea h2 img {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}


.localNav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.localNav ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.localNav li {
    display: table-cell;
    text-align: center;
   	 font-size: 12px;
    border-right: 1px solid #000;
}

.localNav li:last-child{
	border: none;	
}

.localNav li a, .localNav li span {
    height: 30px;
    width: 100%;
    display: block;
    line-height: 30px;
	background: rgba(10, 22, 44, 0.7);
    color: #fff;
}

.localNav li span{
    color: #999;
}

.ttlNoLink {
    margin: 20px 0 0;
}

.ttlNoLink h3 {
    background: #4f4f4f;
    color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    padding: 8px 10px;
    vertical-align: middle;
    margin: 0;
    font-weight: bold;
}
.ttlNoLink span img{
    display: none;
}

.videoOneArea {
	margin: 10px 0 0 0;
}
.videoOneArea iframe{
    width: 100% !important;
    height: auto !important;
}
.about_table,
.history_table{
	border-top: 1px solid #ccc;
    margin: 20px 0;
    width: 100%;
	font-size: 10px;
}

.about_table th, 
.history_table th{
	font-size: 10px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #E4E4E4;
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
}


.history_table th{
	text-align: center;
	padding: 5px;
    font-size: 12px;
}


.about_table th:first-child,
.history_table th:first-child{
	border-left: none;	
}

.about_table td:first-child,	
.history_table td:first-child{
	border-left: none;	
	    border-bottom: #ccc 3px solid;
}


.history_table td.clubName{
	position: relative;	
	height: 53px;
	font-size: 12px;
	font-weight:bold;
}

.history_table td.clubName span {
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.history_table td.clubName.leftside {
    padding-left: 26px;
    text-align: left;
}


.history_table td.clubName.leftside + td{
	white-space: nowrap;
	font-size: 14px;
	padding: 0;
}

.history_table td.clubName.leftside + td span{
	font-size: 11px;
}

.history_table td.clubName.leftside span {
    left: 5px;
}

.history_table tr:nth-child(2n){
	border-bottom: #ccc 3px solid;
}

.history_table td:last-child{
	
}


.history_table td.rightside{
	position: relative;	
	font-size: 12px;
    padding-right: 26px;
    text-align: left;
	font-weight: bold;
}

.history_table td.rightside img {
	position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
}

.history_table tbody td:last-child{
	position: relative;	
}

.history_table tbody td:last-child a{
	display: block;
	margin: 0 auto;
}

.history_table tbody td.photo a:before{
	position: relative;
    top: 50%;
	left: -2px;
    font-family: 'FontAwesome';
    content: "\f030";
    font-size: 16px;
    text-indent: 0;
	color:#222;
    margin-top: -10px;
}

.history_table tbody td.photo a:after{
	position: relative;
    top: 50%;
	right: -5px;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 10px;
    text-indent: 0;
	color:#00E;
    margin-top: -6px;
}



.history_table td{
    padding: 5px;
	font-size: 12px;	
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
	text-align: center;
	line-height: 1.4;
}

.history_table th:nth-child(2){
	width: 20%;	
}

.history_table th:first-child,
.history_table th:nth-child(3){
	width: 10%;		
}

.history_table td.stadium{
	text-align: left;	
}

.about_table th{
	font-size: 12px;
    padding: 5px;
    width: 20%;
}

.about_table td{
    padding: 5px 5px;
	font-size: 12px;	
	border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    vertical-align: middle;
	line-height: 1.4;
	padding: 10px;
}

/*チケットボタン*/

.tktBox{
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding:15px 10px;
}
.tktBox p{
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}
.tktBox p .embS{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.tktBox p span.day{
    font-size: 10px;
    display: block;
}
.tktBox p img {
    position: relative;
    top: 5px;
    width: 19px;
    height: 19px;
}
.tktBox .leagAccBtnlinkRedW{
    width: 100%;
    display: block;
    padding: 15px 0;
    border: 0;
    font-size: 14px;
    background: #f00;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;

}
.tktBox .leagAccBtnlinkRedW:hover{
    opacity: 0.5;
}
span.icon {
    padding: 3px;
    background: #7E7E7E;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    text-align: center;
    width: 40px;
    margin: 0 auto;
    font-size: 10px;
    letter-spacing: -0.05em;
    position: relative;
    top: -2px;
}
span.icon.live{background: #f00;}

ul.linkWrap{
    letter-spacing: -.40em;
    width: 100%;
}
ul.linkWrap li{
    letter-spacing: normal;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px dotted #ccc;
    box-sizing: border-box;
    line-height: 1.3;
    width: 33.333%;
    font-size: 11px;
    text-align: center;
    margin-bottom: 10px;
    float: none;
}

ul.linkWrap li:nth-child(3n+1){border:none;}
ul.linkWrap li:nth-child(4),ul.linkWrap li:nth-child(5),ul.linkWrap li:nth-child(6){margin-bottom: 0;}

ul.linkWrap li a{
    border: none;
    width: 90%;
    display: inline-block;
    background: #2EA3DF;
    padding:5px 0;
    color: #fff;
}
ul.linkWrap li a:hover{
    opacity: 0.5;
    text-decoration: none;
}





/**/

.history_table tbody td.photo{
	padding-left: 7px;
}


.kvArea h2 {
	text-align: center;
	background: #040F24;
    line-height: 0;
}

