@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/special/schedule2015.css
DATE : 2015/03/23

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

/* infoTable */
.infoTable{
	border-collapse: collapse;
	width: 100%;
	font-size: 13px;
	border-top:1px solid #ccc;
}
.infoTable th{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	width: 250px;
	padding-left: 50px;
	line-height: 40px;
	font-weight: bold;
	background-color: #f6f6f6;
}
.infoTable td{
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 40px;
}

.infoTable th .embS{
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 5px;
}

.infoTable td a:after {
  position: relative;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
}


/* infoTable tellURL */
.infoTable.tellURL th{
	width: 100px;
	padding-left: 20px;
}
.infoTable.tellURL td{
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	padding: 8px 10px;
}
.infoTable.tellURL td:last-child{
	width: 320px;
	border-left: 1px solid #ccc;
}
.infoTable.tellURL td:last-child span{
	font-size: 15px;
	font-weight: bold;
}
.infoTable.tellURL td a:after {
  display: none;
}



/* contentsBox */
.pageTitlBnr{
	margin-bottom: 20px;
}
.contentsBox{
	margin: 20px 0;
}
.contentsBox p.txt{
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 1em;
}
  


.kome{font-size: 12px; margin: 10px 0;}
.komeRight{font-size: 12px; margin: 10px 0; text-align: right;}
.hide{display: none;}


/**/


.tabNavUpper {
    border-bottom: 1px solid #ccc;
    margin: 20px 0 30px;
}
.tabNavArea {
    margin: 10px 0px;
    width: 100%;
    display: table;
}


.tabNavUpper .tabListTxt {
    margin-bottom: -1px;
    margin-top: 0;
    background: none;
    letter-spacing: -0.4em;
}
.tabListTxt {
    display: table;
    width: 100%;
}

.tabNavUpper .tabListTxt li {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    float: none;
    display: inline-block;
    letter-spacing: normal;
}
.tabNavUpper .tabListTxt li.active a {
    background: none repeat scroll 0 0 #fff;
    color: #4f4f4f;
}
.tabNavUpper .tabListTxt li a {
    width: 130px;
}
.tabListTxt .active a {
    background-color: #4f4f4f;
    color: #fff;
}

.tabListTxt li.active:after, .tabListTxt li.current:after{
	visibility:hidden;
}

.tabNavUpper .tabListTxt li:last-child {
    border-right: 1px solid #ccc;
}

.tabListTxt > li {
    display: table-cell;
    vertical-align: middle;
}

.tabNavUpper .tabListTxt li.active {
    border-bottom: 1px solid #fff;
}