@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: 12px;
	border-top:1px solid #ccc;
}
.infoTable th{
	border-right:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	width: 40%;
	padding: 13px 0 5px 5px;
	line-height: 1.5;
	font-weight: bold;
	background-color: #f6f6f6;
}
.infoTable td{
	text-align: center;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 7px 0;
	letter-spacing: -0.1em;
}

.infoTable th .embS{
	display: inline-block;
	position: relative;
	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: 20%;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
}
.infoTable.tellURL td{
	text-align: left;
	font-size: 10px;
	line-height: 1.3;
	padding: 8px 5px;
}
.infoTable.tellURL td:last-child{
	width:30%;
	border-left: 1px solid #ccc;
}
.infoTable.tellURL td:last-child span{
	font-size: 13px;
	font-weight: bold;
}
.infoTable.tellURL th .embS{
	display: block;
	width: 20px;
	margin: 0 auto;
}
.infoTable.tellURL td a:after {
  display: none;
}


/* contentsBox */
.container{
	padding-top: 0;
}
.pageArea{
	background: #fff;
}
.pageTitlBnr{
	text-align: center;
	background: #000;
}
.pageTitlBnr img{
	width: 100%;
	max-width: 500px;
}
.contentsBox{
	margin: 20px 0;
}
.contentsBox p.txt{
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 1em;
}

.ttlLink{
	margin-bottom: 20px;
}
.blockTit{
  font-size: 12px;
  font-weight: bold;
  padding: 4px;
  color: #fff;
  background-color: #4f4f4f;
  letter-spacing: normal;
  }



.rightTopLink {
  height: 15px;
  margin: 20px 0;
  position: relative;
}
.rightTopLink a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.rightTopLink a:before {
  color: #333;
  content: "\ec600";
  font-family: "icomoon3";
  font-size: 12px;
  left: -17px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  transform: rotate(-90deg);
}
.kome{font-size: 12px; margin: 10px 0;}
.komeRight{font-size: 12px; margin: 10px 0; text-align: right;}
.hide{display: none;}




.pageArea .tabNavArea {
    margin: 15px 0;
}



