@charset "utf-8";
/*------------------------------------------------------------

URL : http://www.jleague.jp/css/special/ninnin.css
DATE : 2015/07/02

------------------------------------------------------------*/


.rightF{
	float: right;
	margin-left: 20px;
}


.blanklink{
	margin-top: 20px;
}
.blanklink a{
	border:1px solid #ccc;
	padding: 10px 0;
	font-size: 14px;
	width: 380px;
	text-align: center;
	display: inline-block;
	position: relative;
	color: #333;
	font-weight: bold;
}
.blanklink a:after {
  position: relative;
  left: 3px;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
}
.blanklink a:hover{
	background: #E8E8E8;
	text-decoration: none;
}




/* 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;
	line-height: 40px;
	font-weight: bold;
	background-color: #f6f6f6;
	text-align: center;
	font-size: 12px;
}
.infoTable thead th{
	background: #000;
	color: #fff;
	font-size: 10px;
}
.infoTable tbody th{

}
.infoTable tbody th.day{
	text-align: right;
}
.infoTable td{
	text-align: center;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	line-height: 40px;
	font-size: 12px;
}
.infoTable td:last-child{ border-right:none; }
.infoTable th .embS{
	display: inline-block;
	position: relative;
	top: 8px;
	margin-right: 5px;
}

.infoTable td a.ticket{
	background: #f00;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #fff;
	font-size: 10px;
	margin:0 auto;
}

.infoTable td span.ticketEnd{
	background: #F6F6F6;
	width: 100px;
	height: 30px;
	line-height: 30px;
	display: block;
	color: #444;
	font-size: 10px;
	margin:0 auto;
}


.infoTable td a:hover{
	text-decoration: none;
	opacity: 0.65;
}
/*.infoTable td a.ticket:after {
  position: relative;
  font-family: 'icomoon3';
  content: "\ec600";
  font-size: 10px;
  text-decoration: none !important;
}*/

th.match{
	
	width: 180px;
}
.infoTable th.match a{
	display: block;
	position: relative;
}
.infoTable th.match a:hover{
	text-decoration: none;
	background: #fff;
}
.infoTable th.match .clubLeft{
	position: absolute;
	left:10px;
}
.infoTable th.match .clubLeft .embS{
	
}
.infoTable th.match .clubRight{
	position: absolute;
	right:10px;
}
.infoTable th.match .clubRight .embS{
	
}
span.red,span.blue,span.yellow,span.white,span.pink,span.hoshi{font-size: 20px;}
span.red{color: #E64343;}
span.blue{color: #3387DC;}
span.yellow{color: #FFD32D;}
span.pink{color: #FF81A4;}
span.hoshi{color: #F9A7C6;}
span.white{
  width: 12px;
  height: 12px;
  border: 1px solid #666;
  border-radius: 100%;
  text-indent: -9999px;
  display: inline-block;
  position: relative;
  top: 13px;
}

/* contentsBox */
.pageTitlBnr{
	margin-bottom: 20px;
}
.contentsBox{
	margin: 20px 0;
}
.contentsBox p.txt{
	font-size: 13px;
	line-height: 1.65;
	margin-bottom: 1em;
}


/* komeWrap */
.komeWrap{
	border:1px solid #ccc;
	padding: 20px 20px 10px 20px;
	margin-top: 10px;
}
.komeWrap ul{

}
.komeWrap ul li{
	display: inline-block;
	padding-right: 5px;
	font-size: 12px;
}
.komeWrap ul li span{
	top: 3px;
	position: relative;
}



/* contentsBox.present */
.contentsBox.present{
	background: #f6f6f6;
	position: relative;
	min-height: 220px;
	padding-bottom: 20px;
}
.contentsBox.present h4{
	background: #43B4E7;
	padding-left: 150px;
}
.contentsBox.present h4 img{
	position: relative;
	top: -7px;
}
.contentsBox.present p{
	padding: 20px 10px 0 170px;
}
.contentsBox.present figure img{
	position: absolute;
	top:20px;
	left: 10px;
}
.contentsBox.present p.kome{
	padding-top: 0;
	}
.contentsBox.present figure a{
	display: block;
}







.kome{font-size: 12px;}
.komeRight{font-size: 12px; margin: 10px 0; text-align: right;}
.hide{display: none;}








