<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift-JIS";
@media screen and (min-width: 640px){
*{
	margin:0;
	padding:0;
}

body { 
	color: #000000;
	font-family: 'メイリオ','ＭＳ Ｐゴシック','ＭＳ ゴシック', 'ヒラギノ角ゴ Pro W3','HGSゴシックE','MS P Gothic',sans-serif;
	width:100%;
	background-color:#F2F7FD;
	font-size:12px;
	line-height:20px;
}

/*基本カラー*/
#footer01{
	background-color:#00ff00;
	color:#FFFFFF;
}

.title_h2,.title_h2_width,.title_h202{
	border-top: 4px #fff100 solid;
	border-bottom: 4px #fff100 solid;
	background-color: #00ff00;
	color:#FFFFFF;
}


a{
	color:#3B5FB5;
	text-decoration:underline;
}

a:hover{
	color:red;
	text-decoration:none;
}
/*基本カラー*/

img{
	border:0;
	margin:0;
}

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

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

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);
}

.pc_none{
	display: none;
}

#web01{
	width:100%;
}

#header01{
	width:100%;
	height:130px;
	background-image:url("./img/header_bg02.png");
	background-repeat:repeat-x;
}

#header02{
	width:878px;
	margin:0 auto;
	position:relative;
	padding:20px 10px 0;
}


.title_h2{
	width:600px;
	height:38px;
	position:relative;
}

.title_h2 h2{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:11px;
	left:20px;
}

.title_h202{
	width:880px;
	height:38px;
	position:relative;
	margin:0 auto;
}

.title_h202 h2{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:11px;
	left:20px;
}

.title_h2_width{
	width:880px;
	height:38px;
	margin: 15px 0 10px 10px;
	position:relative;
}

.title_h2_width h2{
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	position:absolute;
	top:11px;
	left:20px;
}


.logo{
	position: relative;
	width:525px;
	height:80px;
	float:left;
}

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

.title_posi{
	position: absolute;
	right: 58px;
	bottom: 5px;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
}

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

.counter02{
	margin:0 auto;
}

.counter_area{
	padding:0 5px;
}

.header_right{
	float:left;
	width:200px;
	text-align:right;
	margin:15px 0 0 0;
}

.header_right02{
	float:right;
	width:350px;
	text-align:right;
	margin:20px 0 0 0;
}

.title_h1{
	color:#FFFFFF;
	font-size:12px;
	margin:5px 0 0 0;
}
.login{
}

#style01{
	width:900px;
	margin:0 auto;
	background-color:#FFFFFF;
}

.main_image_area{
	width:900px;
	margin:0;
}

.nav_area01{
	width:100%;
	background-color:#000;
	
}

.nav_area02{
	width:900px;
	margin:0 auto;	
}

.naver-container{
	border-left: 1px #fff solid;
}

.nav_area02 #navre a{
	padding: 0 15px;
	background: #000;
}

.naver-container{
	display: flex;
}

.left_content{
	width:600px;
	margin:12px 0 20px 10px;
	float:left;
}

.right_content{
	width:250px;
	margin:12px 10px 20px 0;
	float:right;
}

.right_content &gt; a{
	display: block;
	margin-bottom: 5px;
}

.right_content img{
	vertical-align: bottom;
}

.news_list01{
	width:565px;
	margin:35px auto;
}

.news_list02{
	font-size:14px;
	line-height:20px;
	margin:0 0 10px 0;
	border-bottom:1px #CCCCCC dotted;
}

#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:#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_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:#00ff00;
	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:#fff100 ;
	color:#000000;
	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 2px 3px 0;
	width:23%;
	float:left;
	font-size:11px;
}


.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;
}



/*■■■スケジュール■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

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

}

.stSchList {
	font-size:12px;
	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:50px;
	font-size:12px;
	padding:2px 0;
}

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

.stSchList_div{
	padding: 2px 5px;
}

.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;
}

/*■■■選手・スタッフ紹介■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.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: 600px;
	margin:20px auto 20px auto;
}


.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 #1f654b solid;
	border-bottom:1px #1f654b dotted;
	padding:5px 0 5px 10px;
}

.menmber_name002{
	margin:10px;
	color:#1f654b;
	font-size:14px;
	font-weight:bold;

}

.menmber_name003{
	margin:10px;
}

/*■■■ニュース■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

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

.news02{
	font-size:12px;
	text-align:right;
}

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

.news04{
	font-size:14px;
	width:500px;
	margin:0 auto 15px auto;
}

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

.news06{
	font-size:14px;
	width:500px;
	margin:0 auto 15px auto;
}


.news07{
	font-size:14px;
	width:500px;
	margin:0 auto 15px auto;
}



.news08{
	max-width:500px;
	margin:0 auto 15px auto;
}

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

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

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


/*■■■フォト■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#BigImage{
	width:500px;
	margin:20px auto 30px auto;
}

.p_area001{
	width:560px;
}

.photo_content02{
	width:112px;
	height:60px;
	overflow:hidden;
}

.photo_content02 img{
	width:100px;
}

/*■■■ログイン■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.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:550px;
	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:300px;
	padding:5px;
	margin:0 0 10px 0;
}

.input_st02{
	width:80px;
	padding:5px;
}
.input_st03{
	width:300px;
	padding:5px;
	height:80px;
}


/*■■■ブログ■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.blog_style01{
	width:580px;
	padding:20px 20px 40px 20px;
}

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

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

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

.soul_body01 iframe{
	max-width:100%;
}

.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用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}



.side_menu_blog_list02{
	background-image:url("./img/icon_blog.gif");
	background-repeat:no-repeat;
	background-position:0 8px;
	padding:0 0 0 10px;
	line-height:16px;
	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;
}

.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;
}


.m_list {
    width: 600px;
    margin: 1em auto;
    font-size: 1.2em;
}
.m_list th {
    background-color: #EEEEEE;
    border: 1px #CCCCCC dotted;
    padding: 2%;
}
.m_list td {
    border: 1px #CCCCCC dotted;
    padding: 2%;
    background-color: #FFFFFF;
}
.left_content p{
	width:580px;
	margin:0 auto 15px auto;
}
.m_list01{
	width:25%;
}
.m_list02{
	width:20%;
}
.m_list03{
	width:20%;
}
.more {
    width: 140px;
    float: right;
}
.more a {
    display: block;
    padding: 3px 0;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #00ff00;
	border-radius:10px;
}
.more a:hover {
    color: #000000;
    background-color: #fff100 ;
}





.page_contant{
	margin: 30px 0;
}
.page_title01{
	border-left: 5px #00ff00 solid;
    font-size: 18px;
    padding: 5px 0 2px 5px;
    font-weight: bold;
    margin: 0 0 10px 0;
}



}</pre></body></html>