@charset "UTF-8";
/* CSS Document */



/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/




/* PC */
@media screen and (min-width: 801px), print {



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	background: url(../img/pagetitle_bg.jpg) no-repeat center;
	background-size: cover;
}

#pagetitle_CL {
	background: url(../img/pagetitle_cl_bg.jpg) no-repeat center;
	background-size: cover;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層ナビ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#localnav {
	width: 1120px;
	margin: 0 auto;
	padding-top: 20px;
}
	#localnav .page {
		display: none;
	}
	
	
	#localnav .scorenav {
		float: left;
		border-left: solid 2px #efefef;
		display: block !important;
	}
		#localnav .scorenav li {
			float: left;
			border-right: solid 2px #efefef;
		}
			#localnav .scorenav li a {
				display: block;
				font-size: 86%;
				padding: 0 15px;
			}
			#localnav .scorenav li a.on {
				color: #e50011;
			}


	#localnav .pagenav {
		float: right;
	}
		#localnav .pagenav li {
			float: left;
			margin-left: 20px;
		}
			#localnav .pagenav li a {
				display: block;
				font-size: 86%;
			}






/* list
--------------------- */
#list {
}
	#list .cell {
	}
		#list .cell dl {
			width: 400px;
			float: left;
			margin-right: 30px;
			margin-bottom: 40px;
		}
		#list .cell dl:nth-child(2n) {
			margin-right: 0;
		}
			#list .cell dl dt .button {
				position: relative;
				display: block;
				color: #212121;
				text-decoration: none;
				outline: none;
				transition: all .3s;
				border: solid 2px #efefef;
			}
			#list .cell dl dt .button::before,
			#list .cell dl dt .button::after {
				position: absolute;
				top: -2px;
				right: -2px;
				bottom: -2px;
				left: -2px;
				z-index: 2;
				content: '';
				transition: all .3s;
			}
			#list .cell dl dt .button::before {
				border-top: 2px solid #212121;
				border-bottom: 2px solid #212121;
				transform: scale(0, 1);
			}
			#list .cell dl dt .button::after {
				border-right: 2px solid #212121;
				border-left: 2px solid #212121;
				transform: scale(1, 0);
			}
			#list .cell dl dt .button:hover {
				color: #212121;
			}
			#list .cell dl dt .button:hover::after,
			#list .cell dl dt .button:hover::before {
				transform: scale(1);
			}
			
			#list .cell dl dd {
				padding-top: 10px;
				text-align: center;
			}






/* about
--------------------- */
#about {
}
	#about dl {
		background: url(../../common/img/dot_border.gif) repeat-x bottom;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	* html #about dl {
		zoom: 100%;
	}
	*:first-child+html #about dl {
		display: inline-block;
	}
	#about dl:after {
		content: ""; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#about dl dt {
			width: 120px;
			float: left;
			font-weight: bold;
			letter-spacing: 1px;
		}
		#about dl dd {
			width: 710px;
			float: right;
			letter-spacing: 1px;
		}






/* score
--------------------- */
#score {
	width: 900px;
	margin: 0 auto;
}
	#score iframe {
		width: 900px;
		border: none;
	}
	/* 全国選抜フットサル大会 試合日程・結果 */
	#score .score_h01 {
		height: 1000px;
	}
	/* SuperSports XEBIO Ｆ地域チャンピオンズリーグ */
	#score .score_h02 {
		height: 2000px;
	}
	#score .score_h03 {
		height: 3000px;
	}

	#score .sp-iframe {
		margin-top: -5px;
	}





	#score .scoredata {
		font-size: 1.0rem;
	    text-align: center;
	}
		#score .scoredata a.direct {
			color: #000;
			padding-right: 16px;
			background: url(/common/img/icon_blank.gif) no-repeat right center;
			font-size: 1.2rem;
			font-weight: 700;
		}
		#score .scoredata a:hover {
			color: #e50011;
			text-decoration: underline;
		}







/* archive
--------------------- */
#archive {
}
	
	#archive table {
		width: 100%;
		border-collapse: collapse;
	}
		#archive table th {
			padding: 10px;
			background: #212121;
			border: solid 2px #000;
			color: #fff;
		}
		#archive table th.rank {
			width: 100px;
		}
		
		#archive table td {
			padding: 10px;
			border: solid 2px #efefef;
		}
		#archive table td.times {
			width: 20px;
			font-family: FouSerifCN-Medium;
			font-size: 115%;
			font-weight: normal;
			font-style: normal;
			text-align: center;
		}
		#archive table td.date {
			width: 70px;
		}
		#archive table td.arena {
			width: 128px;
		}
		#archive table td.rank {
			width: 135px;
		}
		#archive table td.result {
			width: 55px;
		}
			#archive table td a {
				transition: 0.4s;
				-webkit−transition: 0.4s;
				display: block;
				background: #212121;
				font-weight: bold;
				font-size: 93%;
				text-align: center;
				letter-spacing: 2px;
				padding: 2px 0;
				color: #fff;
			}
			#archive table td a:hover {
				background: #e50011;
			}








}






/* スマホ */
@media only screen and (max-width: 800px) {






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#pagetitle {
	background: url(../img/pagetitle_bg.jpg) no-repeat center;
	background-size: cover;
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 下層ナビ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#localnav {
}
	#localnav .page {
		background: #efefef;
		padding: 10px 5%;
		font-weight: bold;
		color: #e50011;
		cursor: pointer;
		position: relative;
		text-align: center;
	}
	#localnav .page:before {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 5%;
		width: 10px;
		height: 10px;
		margin-top: -8px;
		background: #000;
	}
	#localnav .page:after {
		display: block;
		content: "";
		position: absolute;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
		right: 5%;
		width: 10px;
		height: 10px;
		margin-top: -13px;
		background: #efefef;
	}
	#localnav .page.active:before {
		margin-top: -2px;
	}
	#localnav .page.active:after {
		margin-top: 3px;
	}
	
	
	#localnav .scorenav {
		background: #efefef;
		padding: 0 5%;
	}
		#localnav .scorenav li {
			border-top: solid 1px #ddd;
		}
			#localnav .scorenav li a {
				display: block;
				font-size: 86%;
				padding: 10px 0;
			}
			#localnav .scorenav li a.on {
				display: none;
			}


	#localnav .pagenav {
		padding-top: 20px;
	}
		#localnav .pagenav li {
			float: left;
			margin-left: 20px;
		}
			#localnav .pagenav li a {
				display: block;
				font-size: 86%;
			}






/* list
--------------------- */
#list {
}
	#list .cell {
	}
		#list .cell dl {
			margin-bottom: 30px;
		}
		#list .cell dl.last {
			margin-bottom: 0;
		}
			#list .cell dl dt a {
				display: block;
				text-align: center;
				border: solid 2px #efefef;
			}
				#list .cell dl dt a img {
					width: 100%;
					max-width: 400px;
					height: auto;
				}
			
			#list .cell dl dd {
				padding-top: 10px;
				text-align: center;
			}






/* about
--------------------- */
#about {
}
	#about dl {
		background: url(../../common/img/dot_border.gif) repeat-x bottom;
		padding-bottom: 20px;
		margin-bottom: 2x;
	}
	* html #about dl {
		zoom: 100%;
	}
	*:first-child+html #about dl {
		display: inline-block;
	}
	#about dl:after {
		content: ""; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		#about dl dt {
			font-weight: bold;
			letter-spacing: 1px;
		}
		#about dl dd {
			font-size: 93%;
			letter-spacing: 1px;
		}






/* archive
--------------------- */
#archive {
}
	#archive .sp-iframe {
		overflow: auto;
		width: 100%;
		position: relative;
	}
	
	#archive table {
		width: 900px;
		border-collapse: collapse;
	}
		#archive table th {
			padding: 10px;
			background: #212121;
			border: solid 2px #000;
			color: #fff;
		}
		#archive table th.rank {
			width: 100px;
		}
		
		#archive table td {
			padding: 10px;
			border: solid 2px #efefef;
		}
		#archive table td.times {
			width: 20px;
			font-family: FouSerifCN-Medium;
			font-size: 115%;
			font-weight: normal;
			font-style: normal;
			text-align: center;
		}
		#archive table td.date {
			width: 70px;
		}
		#archive table td.arena {
			width: 128px;
		}
		#archive table td.rank {
			width: 135px;
		}
		#archive table td.result {
			width: 55px;
		}
			#archive table td a {
				transition: 0.4s;
				-webkit−transition: 0.4s;
				display: block;
				background: #212121;
				font-weight: bold;
				font-size: 93%;
				text-align: center;
				letter-spacing: 2px;
				padding: 2px 0;
				color: #fff;
			}
			#archive table td a:hover {
				background: #e50011;
			}






/* score
--------------------- */
#score {
	padding: 0 5%;
	margin-top: -30px;
}
	#score iframe {
		width: 100%;
		border: none;
	}
	/* 全国選抜フットサル大会 試合日程・結果 */
	#score .score_h01 {
		height: 3000px;
	}
	/* SuperSports XEBIO Ｆ地域チャンピオンズリーグ */
	#score .score_h02 {
		height: 4500px;
	}
	#score .score_h03 {
		height: 6000px;
	}

	#score .sp-iframe {
		overflow: auto;
		width: 100%;
		position: relative;
		margin-top: -5px;
	}
	#score .sp-frame .font_small {
		width: 900px !important;
	}
	#score .sp-frame table {
		width: 900px !important;
	}
	
	#score .sp-frame iframe {
		width: 900px !important;
	}





	#score .scoredata {
		font-size: 0.8rem;
	    text-align: center;
	}
		#score .scoredata a.direct {
			color: #000;
			padding-right: 16px;
			background: url(/common/img/icon_blank.gif) no-repeat right center;
			font-size: 1.0rem;
			font-weight: 700;
		}
		#score .scoredata a:hover {
			color: #e50011;
			text-decoration: underline;
		}
















	

}


