@charset "Shift-JIS";

@font-face {
  font-family: 'genokaku01';
  src: url('https://www.footballnavi.jp/aogaku-soccer/font/gennokaku_JP-Bold.otf') format('otf');
}


@media screen and (min-width: 640px){
*{
	margin:0;
	padding:0;
}

body { 
	color: #000000;
	font-family: 'CI','lr oSVbN','lr SVbN', 'qMmpS Pro W3','HGSSVbNE','MS P Gothic',sans-serif;
	width:100%;
	background-color:#F2F7FD;
	font-size:1.2vw;
	line-height:1.5vw;
	word-break:break-all;
}

/*ξ{J[*/
#footer01{
	border-top: 5px #006ab6 solid;
	border-bottom: 5px #006ab6 solid;
	background-color:#182d5a;
	color:#FFFFFF;
}

.title_h2,.title_h2_width,.title_h202{
	position: relative;
	border-left: 10px #182d5a solid;
	border-right: 10px #182d5a solid;
	background-color:#006ab6;
	color:#FFFFFF;
}
/*
.title_h2:before,.title_h2_width:before,.title_h202:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-top: 19px #182d5a solid;
	border-left: 8px #182d5a solid;
	border-right: 8px transparent solid;
	border-bottom: 19px transparent solid;
}

.title_h2:after,.title_h2_width:after,.title_h202:after{
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	border-bottom: 19px #182d5a solid;
	border-right: 8px #182d5a solid;
	border-left: 8px transparent solid;
	border-top: 19px transparent solid;
}
*/


a{
	color:#182d5a;
	text-decoration:underline;
}

a:hover{
	color:#006ab6;
	text-decoration:none;
}
/*ξ{J[*/

img{
	border:0;
	margin:0;
}

table,tr,td {
	border-collapse: collapse; 
}

.clear{
	clear:both;
	height:0px;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#web01{
	width:100%;
}

#header01{
	width:100%;
	background: #fafaff;
	box-shadow:0px -8px 20px -1px #bbbbcc inset;
}

#header02{
	width:80%;
	margin:0 auto;
	position:relative;
	padding:0 10px;
}


.title_h2{
	position:relative;
	padding:0.5vw 0 0.5vw 1vw;
}

.title_h2 h2{
	font-size:1.2vw;
	font-weight:bold;
}

.title_h202{
	position:relative;
	padding:0.5vw 0 0.5vw 1vw;
}

.title_h202 h2{
	font-size:1.2vw;
	font-weight:bold;
}

.title_h2_width{
	position:relative;
	padding:0.5vw 0 0.5vw 1vw;
}

.title_h2_width h2{
	font-size:1.2vw;
	font-weight:bold;
}


.logo{
	float:left;
	padding:5px 10px 0 0;
	width:20%;
}
.logo img{
	width:100%;
}

.logo a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.site_name{
	float: left;
	padding-top: 30px;
}

.counter{
	width:100px;
	float:right;
	margin:10px 0 0 0;
}

.counter02{
	margin:0 auto;
}

.counter_area{
	padding:0 5px;
}

.header_right{
	float:right;
	width:30%;
	text-align:right;
	margin: 5px 0 0 0;
}

.header_right ul{
	list-style-type: none;
}

.header_right ul li:not(:last-child){
	margin-bottom: 0.5vw;
}

.header_right ul a{
	position: relative;
	font-size: 1vw;
	color: #182d5a;
	font-weight: bold;
	text-decoration: none;
}

.header_right ul a:hover{
	color: #006ab6;
}

.header_right ul a:before{
	position: absolute;
	top: 50%;
	left: -15px;
	transform: translateY(-50%);
	content: "";
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 10px #182d5a solid;
}

.title_h1{
	color:#333;
	font-size:1.0vw;
	margin:5px 0 0 0;
}
.login{
}

#style01{
	width:80%;
	margin:0 auto;
	background-color:#FFFFFF;
}

.top_info{
	margin: 10px 0;
}

.top_info_title{
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #006ab6;
	color: #fff;
	font-size: 1.2vw;
	font-weight: bold;
	text-align: center;
	line-height: normal;
}

.top_info_list{
	display: flex;
	list-style-type: none;
}

.top_info_list > li:not(:last-child){
	margin-right: 10px;
}

.top_info2 .top_info_list{
	flex-wrap: wrap;
}

.top_info2 .top_info_list > li{
	width: 19%;
}

.top_info2 .top_info_list > li:nth-child(5n){
	margin-right: 0;
}

.top_info_list > li img{
	width: 100%;
}

.main_image_area{
	width:100%;
	margin:0;
}

.main_image_area img{
	width:100%;
}
.nav_area01{
	width:100%;
	background-color:#006ab6;
	
}

.nav_area02{
	width:80%;
	margin:0 auto;	
}

.left_content{
	width: 77%;
	margin:12px 0 20px 1%;
	float:left;
}

.right_content{
	width:20%;
	margin:12px 1% 20px 0;
	float:right;
}

.right_content img{
	max-width: 100%;
	margin:0 0 3px 0;
}

.score_box01{
	border-top: 30px #182d5a solid;
	border-left: 10px #182d5a solid;
	border-right: 10px #182d5a solid;
	border-bottom: 40px #182d5a solid;
	margin-bottom: 20px;
}

.score_box01 h3{
	padding-bottom: 5px;
	color: #fff;
	background: #182d5a;
	font-size: 20px;
	text-align: center;
}

.score_box01 ul{
	padding: 5px 10px;
	border: 5px #006ab6 solid;
	list-style-type: none;
}

.score_box01 ul li{
	padding: 10px 5px;
	border-bottom: 1px #ccc dashed;
}

.score_box01 ul li:last-child{
	border-bottom: 0;
}

.score_box01 .date,.score_box01 .rank_title{
	margin-bottom: 5px;
	font-size: 1vw;
	text-align: center;
}

.score_box01 .title{
	margin-bottom: 5px;
	font-size: 1vw;
	text-align: center;
}

.score_box01 .score{
	font-size: 1.2vw;
	text-align: center;
}

.score_box01 .rank{
	font-size: 1vw;
	text-align: center;
}

.news_list01{
	width:100%;
	margin:35px auto;
}

.news_list02{
	font-size:1.2vw;
	margin:0 0 1.2vw 0;
	border-bottom:1px #CCCCCC dotted;
}

.news_more{
	margin-top: 30px;
	text-align: right;
}

.news_more a{
    position: relative;
    display: inline-block;
    padding: 5px 30px 5px 10px;
    border: 1px #006ab6 solid;
	background: #006ab6;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.news_more a:hover{
	background: #fff;
	color: #006ab6;
}

.news_more a:after{
    position: absolute;
    top: 50%;
    right: 10px;
    content: "";
    border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	border-left: 8px #fff solid;
    transform: translateY(-50%);
}

.news_more a:hover:after{
	border-left: 8px #006ab6 solid;
}

.top_link{
	margin-top: 35px;
}

.top_link ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
}

.top_link li{
	width: 49%;
	margin-bottom: 1%;
}

.top_link li img{
	width: 100%;
	vertical-align: bottom;
}

#footer01{
	width:100%;
	padding:50px 0;
	text-align:center;
}

.box_style01{
	padding:5px 0;
	margin:0 auto 10px auto;
	width:96%;
	font-size:12px;
}

.box_style02{
	margin:0 1% 1% 0;
	width:45%;
	float:left;
}


.box_style02 a{
	display:block;
	background-color:#006ab6;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style02 a:hover{
	background-color:#FFCC00;
	color:#FFFFFF;
	text-decoration:none;
}

.box_style0202{
	margin:0 1% 1% 0;
	width:45%;
	float:left;
}

.box_style0202 a{
	display:block;
	background-color:#00238C;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0202 a:hover{
	background-color:#FFCC00;
	color:#FFFFFF;
	text-decoration:none;
}

.box_style03{
	margin:0 2px 3px 0;
	width:23%;
	float:left;
	font-size:11px;
}


.box_style03 a{
	display:block;
	background-color:#018402;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style03 a:hover{
	background-color:#FFCC00;
	color:#FFFFFF;
	text-decoration:none;
}

.box_style0302{
	margin:0 1% 3px 0;
	width:19%;
	float:left;
	font-size:1vw;
}


.box_style0302 a{
	display:block;
	background-color:#00238C;
	color:#FFFFFF;
	text-decoration:none;
	padding:2% 5% 2% 7%;
	border-right:1px #FFFFFF solid;
	background-image:url("./img/img01.png");
	background-repeat:no-repeat;
	background-position:2% 47%;
}

.box_style0302 a:hover{
	background-color:#FFCC00;
	color:#FFFFFF;
	text-decoration:none;
}

.titile_area02{
	width:585px;
	margin:20px 0;
	border-left:5px #1D2089 solid;
	border-bottom:1px #1D2089 dotted;
	padding:5px 0 5px 10px;
	font-size:14px;
}

.text_area01{
	margin:0 10px 50px 10px;
}

.text_area01 p{
	margin:0 0 20px 0;
}

.font01{
	color:red;
}

.training_img01{
	width:580px;
	margin:0 0 20px 0;
}

.training_img02{
	width:580px;
	margin:0 0 10px 0;
}

.training_img03{
	width:285px;
	float:left;
	margin:0 0 10px 0;
}

.training_img04{
	width:285px;
	float:right;
	margin:0 0 10px 0;
}

.content_link01{
	margin:20px 0 20px 20px;
	width:570px;
}

.content_link01 li{
	list-style-image:url("./img/icon01.png");
	padding:0 0 0 0;
	float:left;
	margin:0 40px 5px 0;
	list-style-position: inside;
}

.for_top{
	text-align:right;
}

.bannner01{
	width:250px;
	margin:5px 0;
}

.content_img01{
	width:595px;
	margin:0 auto;
}

.content_img0102{
	width:450px;
	margin:0 auto;
}

.textarea01{
	margin:10px 40px 40px 40px;
	font-size:14px;
	font-weight:bold;
}

.textarea01 a{
	color:blue;
	text-decoration:underline;
	font-size:22px;
}

.textarea01 a:hover{
	color:red;
	text-decoration:underline;
	font-size:22px;
}

.textarea01 p{
	margin:0 0 20px 0;
	line-height:25px;
}

.textarea01_font{
	font-size:18px;
}

.textarea01_font02{
	font-size:22px;
	font-weight:bold;
	color:#00B0F0;
	margin:10px 0 20px 0;
}

.textarea01_font0202{
	font-size:22px;
	font-weight:bold;
	color:#00B0F0;
	margin:30px 0 20px 20px;
}

.textarea01_font0203{
	font-size:22px;
	font-weight:bold;
	color:red;
	margin:30px 0 20px 20px;
}

.textarea02{
	margin:30px auto 40px auto;
	font-size:14px;
	font-weight:bold;
	width:426px;
}

.textarea02 p{
	margin:0 0 20px 0;
	line-height:25px;
}

.imgarea01_01{
	width:250px;
	float:left;
}

.imgarea01_02{
	width:230px;
	float:right;
}

.u15_text01{
	margin:0 auto 20px auto;
	font-size:13px;
	font-weight:bold;
	width:426px;
}

.map01{
	width:500px;
	margin:0 auto 20px auto;
}

.kiyaku01{
	font-size:16px;
	font-weight:bold;
}

.kiyaku02{
	width:580px;
	line-height:23px;
}

.kiyaku02 dt{
	width:70px;
	float:left;
	margin:0 0 10px 0;
}

.kiyaku02 dd{
	width:510px;
	float:left;
	margin:0 0 10px 0;
}

.kiyaku03{
	margin:0 0 10px 90px;
}

.kiyaku03 li{
	margin:0 0 5px 0;
}

.kiyaku04{
	margin:0 0 5px 65px;
}

.u15_01{
	width:580px;
	margin:0 auto 10px auto;
}

.text_area03{
	font-size:14px;
	font-weight:bold;
}

.access01{
	margin:0 20px 50px 20px;
}

.text_area03 p{
	margin:10px 20px;
	line-height:23px;
}

.u15_02{
	margin:0 0 20px 0;
}

.u15_0201{
	width:280px;
	float:left;
	margin:0 0 10px 0;
}

.u15_0202{
	width:280px;
	float:right;
	margin:0 0 10px 0;
}

.u15_title01{
	font-size:20px;
	font-weight:bold;
	color:red;
	text-align:center;
	margin:0 0 20px 0;
}

.u12_01{
	width:200px;
}

.u12_02{
	font-size:18px;
	color:red;
	font-weight:bold;
}

.u12_03{
	width:156px;
	float:left;
	margin:0 0 10px 60px;
}

.titile_area03{
	width:590px;
	margin:20px 0;
	border-bottom:5px #0070C0 solid;
	padding:5px 0 5px 10px;
	font-size:14px;
}

.profile01{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	padding:30px 0;
}

.profile02{
	margin:0 0 30px 0;
}

.profile02 th{
	width:290px;
	text-align:center;
	padding:5px 0;
}

.profile02 td{
	background-image:url("./img/profile03.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:290px;
	text-align:center;
	height:42px;
	font-size:14px;
	font-weight:bold;
}

.profile03{
	margin:0 auto 30px auto;
	border:1px #333333 solid;
	width:590px;
}

.profile03 th{
	width:100px;
	border:1px #333333 solid;
	padding:10px 0;
}

.profile0303{
	border:1px #333333 solid;
	padding:10px 5px;
}

.profile0302{
	padding:10px 1px;
}


.profile04{
	margin:0 0 30px 0;
}

.profile04 th{
	width:290px;
	text-align:center;
	padding:5px 0;
}

.profile0402{
	background-image:url("./img/profile06.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:290px;
	text-align:center;
	height:43px;
	font-size:14px;
	font-weight:bold;
}

.profile0403{
	background-image:url("./img/profile07.jpg");
	background-position:center;
	background-repeat:no-repeat;
	width:290px;
	text-align:center;
	height:43px;
	font-size:14px;
	font-weight:bold;
}

.profile05{
	margin:0 0 30px 0;
}

.profile05 th{
	width:290px;
	text-align:center;
	padding:5px 0;
}

.profile05 td{
	width:290px;
	text-align:center;
	padding:5px 0;
}

.profile05 img{
}

.text_area03 a{
	color:blue;
	text-decoration:underline;
	font-size:22px;
}

.text_area03 a:hover{
	color:red;
	text-decoration:underline;
	font-size:22px;
}

.school01{
	width:360px;
	height:303px;
	margin:10px auto;
}

.school02{
	background-color:#C0C0C0;
	margin:30px auto;
	width:530px;
	padding:10px 20px;
	text-align:center;
}

.school03{
	font-size:14px;
	font-weight:bold;
	color:red;
	margin:0 0 20px 0;
}

.school04{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	line-height:30px;
}

.school02 a{
	text-decoration:underline;
	color:red;
}

.school02 a:hover{
	text-decoration:none;
	color:red;
}

/*‘‘‘XPW[‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.stSchTitleC {
	text-align:center;
	border: 1px solid #d0dbc8;
	font-size:1.2vw;
	margin:2px 15px;
	padding:5px 0;
	background: #ffffff;

}

.stSchList {
	font-size:1.2vw;
	margin:2px 15px;
	padding:5px 0;
	background: #ffffff;

}

.stSchList img{
	border:none;
	vertical-align:middle;
}

.stSchList table{
	width:100%;
	border:0;
	border-spacing:0px;
	border-collapse:collapse;
	padding:0;
}

.stSchList th{
	text-align:center;
	border: 1px solid #d0dbc8;
	width:15%;
	font-size:1.2vw;
	padding:2px 0;
}

.stSchList td{
	border: 1px solid #d0dbc8;
	text-align:left;
	font-size:1.2vw;
}

.sc_style01{
	text-align:center;
	padding:0 0 40px 80px;
}

.sh_content01{
	width: 100px;
	font-size:12px;
	line-height:16px;
	background-color:#CCCCCC;

}

.sh_content02{
	height: 90px;
	vertical-align: top;
	width: 100px;
	color: #4169E1;
	font-size:12px;
	text-align: left;
	line-height:16px;
}

.sh_content03{
	height: 90px;
	vertical-align: top;
	width: 100px;
	color: #C00000;
	font-size:12px;
	text-align: left;
	line-height:16px;
}

.sh_content04{
	height: 90px;
	vertical-align: top;
	width: 100px;
	color: #333333;
	font-size:12px;
	text-align: left;
	line-height:16px;
}

.sh_content05{
	width: 520px;
	font-size:14px;
	line-height:18px;
	padding:10px 15px 10px 10px;
	text-align:left;
}

.sh_content06{
	margin:20px 0 0 0;
	width:740px;
}

/*‘‘‘IθEX^btΠξ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.menber001{
	width:600px;
	margin:10px auto 10px auto;
	padding:10px 0;
	border:1px green dotted;
}

.menber002{
	font-size:18px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	font-weight:bold;
}

.menber003{
	font-size:12px;
}

.m_list {
	width: 100%;
	margin:20px auto 20px auto;
	font-size:1.2vw;
}


.member_content02{
	width:200px;
	padding:20px 0 0 0;
	float:left;
}

.member_content02 img{
	width:160px;
	margin:0 0 30px 0;
}

.member_content03{
	width:400px;
	padding:20px 0 20px 0;
	vertical-align:top;
	margin:0 0 40px 0;
	float:right;
}

.menmber_name001{
	font-weight:bold;
	font-size:16px;
	border-left:5px #1D2089 solid;
	border-bottom:1px #1D2089 dotted;
	padding:5px 0 5px 10px;
}

.menmber_name002{
	font-size:1.2vw;
	color:#1C208B;
	font-size:14px;
	font-weight:bold;

}

.menmber_name003{
	margin:10px;
	font-size:1.2vw;
}

/*‘‘‘j[X‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.news01{
	font-size:1.2vw;
	padding:0 0 5px 0;
	margin:30px 0 10px 0;
	border-bottom:1px #CCC dotted;
	font-weight:bold;
}

.news02{
	font-size:1.2vw;
	text-align:right;
}

.news03{
	font-size:1.2vw;
	margin:0 0 15px 0;
}

.news04{
	font-size:1.2vw;
	width:100%;
	margin:0 auto 15px auto;
}

.news05{
	width:100%;
	margin:0 auto 15px auto;
	border:1px #CCCCCC solid;
}

.news06{
	font-size:0.7vw;
	width:100%;
	margin:0 auto 15px auto;
}


.news07{
	font-size:0.7vw;
	width:100%;
	margin:0 auto 15px auto;
}



.news08{
	width:100%;
	margin:0 auto 15px auto;
}
.news08 img{
	width:100%;
}

.kekka_01{
	padding:5px 0;
	text-align:center;
	background-color:#3B5FB5;
	color:#FFFFFF;
	font-weight:bold;
	border:1px #CCCCCC dotted;
	font-size:1.2vw;
}

.kekka_02{
	padding:5px 0;
	text-align:center;
	border:1px #CCCCCC dotted;
	font-size:1.2vw;
}

.kekka_03{
	padding:10px;
	text-align:left;
	border:1px #CCCCCC dotted;
	font-size:1.2vw;
}


/*‘‘‘tHg‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

#BigImage{
	width:80%;
	margin:20px auto 30px auto;
	text-align:center;
}
#BigImage img{
	width:100%;
}
.p_area001{
	width:100%;
}

.photo_content02{
	width:2%;
	overflow:hidden;
}

.photo_content02 img{
	width:100px;
}

/*‘‘‘OC‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.login001{
	width:400px;
	padding:20px 40px;
	margin:40px auto;
	border:1px #CCC dotted;
}

.login002{
	font-size:14px;
	line-height:30px;
	margin:0 0 20px 0;
}

/*‘‘‘¨β’νΉ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.contact_form{
	width:100%;
	margin:20px auto 30px;
}

.contact_form td{
	padding:5px 10px;
	border:1px #CCCCCC solid;
}

.contact_1{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#333333;
}

.contact_btn{
	text-align:center;
}

.contact_btn input{
	padding:10px 30px;
	font-size:16px;
	margin:20px auto;
}

.input_st01{
	width:94%;
	padding:2%;
	margin:0 0 10px 0;
	font-size:1.2em;
}

.input_st02{
	width:10%;
	padding:2%;
	font-size:1.2em;
}
.input_st03{
	width:94%;
	padding:5px;
	height:80px;
	font-size:1.2em;
}


/*‘‘‘uO‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/
.side_menu_blog_list01_01{
	font-size:0.7em;
	line-height:1.5;
}
.blog_style01{
	width:96%;
	padding:2%;
}

.soul_title03{
	font-size:18px;
	line-height:1.5;
	border-bottom:1px #333 solid;
	margin:0 0 40px 0;
}

.soul_body01{
	font-size:16px;
	line-height:28px;
	margin:0 0 40px 0;
}

.soul_body01_001{
	font-size:16px;
}


.soul_body01 ol{
	margin:20px 0 20px 30px;
}

.side_menu_blog_list01{
	width:200px;
	padding:20px;
	border:5px #333 solid;
	margin:5px 0;	 
    border-radius: 10px;        /* CSS3Δ */  
    -webkit-border-radius: 10px;    /* Safari,Google Chromep */  
    -moz-border-radius: 10px;   /* Firefoxp */  
}



.side_menu_blog_list02{
	background-image:url("./img/icon_blog.gif");
	background-repeat:no-repeat;
	background-position:0 8px;
	padding:0 0 0 10px;
	margin:0 0 10px 0;
}

.side_menu_blog_list03{
	font-size:18px;
	font-weight:bold;
	margin:0 0 0 0;
}

.side_menu_blog_list03 img{	
	width:200px;
}

.side_text img{
	vertical-align:middle;
	margin: 0 2px;
}

.sc_st_new01{
	margin:0;
	padding:15px 0 0 0;
}


.ac_sty001{
	width:540px;
	border:2px #3B5FB5 dashed;
	padding:20px;
	margin:20px auto;
	background-color:#F2F7FD;
}

.ac_sty002{
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#3B5FB5;
	margin:0 0 10px 0;
}

.ac_sty003{
	margin:10px 0 10px 0;
}

.ac_sty005{
	border-bottom:1px #333333 solid;
}

.ac_sty004{
	width:270px;
	float:left;
	margin:5px 0 5px 0; 
	text-align:center;
}

.ac_sty006{
	width:270px;
	float:right;
	margin:5px 0 5px 0;
	text-align:center;
}

.link01{
	width:860px;
	margin:20px auto 0 auto;
}

.link02{
	width:200px;
	 padding: 5px 0;
	 text-align: center;
	 float:left;
	 margin:0 20px 20px 0;
}

.link02 img{
	border:1px #CCCCCC solid;
	width:190px;
}

.link03{
	width:200px;
	 padding: 5px 0;
	 text-align: center;
	 float:left;
	 margin:0 0 20px 0;
}

.link03 img{
	border:1px #CCCCCC solid;
	width:190px;
}

.link_style{
	margin:20px 0 0 0;
}

.link_style th{
	padding:0 10px;
}

.link_style th img{
	width:120px;
}

.link_style td{
	padding:0 10px;
}

.link06{
	font-size:14px;
}

/*‘‘‘IθEX^btΠξ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.menber001{
	width:600px;
	margin:10px auto 10px auto;
	padding:10px 0;
	border:1px green dotted;
}

.menber002{
	font-size:18px;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	font-weight:bold;
}

.menber003{
	font-size:12px;
}


.member_area{
	padding:0 0 20px 0;
	border-bottom:1px #CCCCCC dotted;
	margin:0 0 40px 0;
}


.member_content02{
	width:200px;
	text-align:center;
	float:left;
}

.menmber_name002_bg{
	background-color:#0041A0!important;
	color:#FFFFFF;
	padding:0 10px;
}

.member_content02 img{
	max-width:200px;
	margin:0 0 30px 0;
}

.member_content03{
	width:470px;
	vertical-align:top;
	float:right;
}

.menmber_name001{
	font-weight:bold;
	font-size:16px;
	border-bottom:2px #0041A0 solid;
	padding:0 0 3px 0;
	margin:0 0 20px 0;
}

.menmber_name002{
	margin:0 0 10px 0;
	color:#0041A0;
	font-size:14px;
	font-weight:bold;

}

.menmber_name003{
	margin:10px 0;
}

.mem_style001{
	width:32%;
	height:10rvh;
    overflow: hidden;
	margin:0 1% 20px 0;
	float:left;
	font-size:1.2vw;
}

.mem_style001_ob{
	width:194px;
	height:390px;
    overflow: hidden;
	margin:0 3px 20px 3px;
	float:left;
	text-align:center;
	font-size:0.8em;
	font-weight:bold;
	background-color:#EFEFEF;
	font-family: genokaku01!important;
}

.mem_style002{
	width:100%;
	text-align:center;
	margin:0 0 5px 0;
}

.mem_style002 img{
	width:100%;
}

.mem_style003{
	font-weight:bold;
	color:#0041A0;
	padding: 0 5px;
}
.mem_style004{
	padding: 0 5px;
}

.mem_style005{
	padding: 0 5px;
}



/*‘‘‘`[ξρ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.page_btn01 {
    width: 100%;
    margin: 20px auto 20px auto;
    list-style-type: none;
}
.page_btn01 li {
    float: left;
    margin: 0 1% 3px 0;
    width: 24%;
    font-size: 1vw;
}
.page_btn01 li a {
    display: block;
    padding: 2px 20px 2px 5px;
    background-color: #182d5a;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(./img/page_btn01.png);
    background-repeat: no-repeat;
    background-position: 125px center;
}
.page_btn01 li a:hover {
    display: block;
    padding: 2px 20px 2px 5px;
    background-color: #006ab6;
    color: #FFFFFF;
    text-decoration: none;
    background-image: url(./img/page_btn01.png);
    background-repeat: no-repeat;
    background-position: 125px center;
}

.page_img01{
	border: 1px #ccc solid;
	margin-bottom: 30px;
}

.page_img01 img{
	width: 100%;
}

.aogaku-soccer_title01{
	padding: 5px 0 5px 5px;
	border-left: 10px #182d5a solid;
	margin-bottom: 10px;
	color: #006ab6;
	font-size: 16px;
}

.mt15{
	width: 520px;
	margin: 0 auto;
}




/*‘‘‘X^btΠξ‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.link_style {
    margin: 20px auto;
    border-bottom: 1px #CCCCCC dotted;
    width: 100%;
}

.link_style th {
    padding: 10px;
    width: 35%;
}

.link_style th img{
    width: 100%;
}

.link_style td {
    padding: 10px;
	vertical-align:top;
	font-size:1.2vw;
}

.link04{
	font-weight:bold;
	padding:15px 0 5px 0;
	margin:0 0 15px 0;
	border-bottom:2px #006ab6 solid;

}

.link05{
	font-weight:normal;
	padding:15px 15px;
	background-color: #d8efff;

}



/*‘‘‘L^Ί‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘‘*/

.record_table01{
	box-sizing: border-box;
	width: 100%;
	padding: 1px;
	margin-bottom: 20px;
}

.record_table01 td{
	border: 1px #ddd solid;
	padding: 5px;
}

.link06 {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px #3B5FB5 solid;
}
.link07 {
    font-size: 14px;
    font-weight: normal;
    border: 1px #3B5FB5 solid;
    padding: 15px 15px;
    background-color: #DAE1F3;
}
.page_btn02{
	margin:0 0 0 25px;
}
.page_btn02 li{
	width:90%;
	margin:10px 0;
	list-style-type:none;
	font-size:20px;
}
.page_btn02 li a{
	display:block;
	background-color:#006ab6;
	color:#FFFFFF;
	padding:10px 0 10px 25px;
	text-decoration:none;
	line-height:1.8;
}
.page_btn02 li a:hover{
	background-color:#182d5a;
}

.index_text_area{
	margin: 30px 0 0 0;
}

.index_text_title{
	padding: 0.5vw;
	font-size:1.2vw;
	font-weight: bold;
	color: #FFFFFF;
	border-left: 10px #182d5a solid;
    border-right: 10px #182d5a solid;
    background-color: #006ab6;
    color: #FFFFFF;
	position: relative;
}
.index_text_area p{
	padding: 20px 20px 10px 20px;
	font-size:1.2vw;
	line-height: 20px;
	border:1px #182d5a solid;
}

.top_info_list0001{
	width:100%;
}
.top_info_list0001 img{
	width:100%;
}
.top_info_list0002{
	width:69%;
	float:left;
	list-style-type:none;
}
.top_info_list0003{
	width:29%;
	float:right;
	list-style-type:none;
}

}