<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


/*----------------------------------------
トップページ
----------------------------------------*/
.topbox01{width:48.5%;float:left; margin-bottom:20px;}
.topbox02{width:48.5%;float: right;margin-bottom:20px;}

.top_partners{
	clear:both;	
	position:relative;
	background-color:#FFF;
	background-image:/*url(../img/common/box_bg.png),*/url(../img/index/nerima_bg.png);
	background-repeat:/*repeat-x,*/no-repeat;
	background-position:/*top left,*/ bottom right;
	border:#CCC solid 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
	/*padding:5px 10px;*/
}

ul.partners_list{
	margin:0 0 10px 30px;
	/*	margin-left:30px;*/
}
ul.partners_list li{
	color:#ad8714;
	list-style-image:url(../img/common/icon_circle.png);
}
ul.partners_list li a{color:#ad8714;}

.topbox03{
	width:99.8%;
	max-width:960px;
	clear:both;
	border:#CCC solid 1px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
	background:url(../img/common/link_bg.png);
	margin:20px 0;
}

ul.link_list{text-align:center; margin:10px 0;}
ul.link_list li{display:inline; padding:0 2%}


.topbox04{
	width:48.5%;
	float:left;
	margin-bottom:20px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
}

.topbox05{width:48.5%;float: right;margin-bottom:20px;}
.topbox06{display:none;}

/*カレンダー*/
#page_calendar{
	width:100%;
	height:100%;
	margin:0 auto;
}


#inline_content{
	width:50%;
	height:50%;
}


/*----------------------------------------
下層
----------------------------------------*/
.box01{
	box-sizing:border-box;
	width:100%;
	padding:0 15px;
	margin-bottom:20px;
}

ul.list_ball{ margin:10px 0 0 30px;}
ul.list_ball li{list-style-image:url(../img/common/icon_ball.png);}
ul.list_ball dt{float:left;}
ul.list_ball dd{margin-left:5%;}

ul.list_ball03{ margin:10px 0 0 10px;}
ul.list_ball03 li{list-style-image:url(../img/common/icon_ball.png); padding-left:30px;}
ul.list_ball03 dt{float:left;}
ul.list_ball03 dd{margin-left:5%;}

ul.idea_list{ margin:20px 0 0 20px; font-size:130%; font-weight:bold;}
ul.idea_list li{padding:11px 0 8px 50px}
ul.idea_list li.icon01{
	background-image:url(../img/club/idea01.png);
	background-position: left center;
	background-repeat:no-repeat;
	color:#b359aa;
	list-style-type: none;
}
ul.idea_list li.icon02{
	background-image:url(../img/club/idea02.png);
	background-position: left center;
	background-repeat:no-repeat;
	color:#4d4f9a;
	list-style-type: none;
}
ul.idea_list li.icon03{
	background-image:url(../img/club/idea03.png);
	background-position: left center;
	background-repeat:no-repeat;
	color:#b05858;
	list-style-type: none;
}
ul.idea_list li.icon04{
	background-image:url(../img/club/idea04.png);
	background-position: left center;
	background-repeat:no-repeat;
	color:#ada957;
	list-style-type: none;
}
table.table01{width:100%;border-collapse:separate;border-spacing:1px; margin-bottom:20px;}
table.table01 th{
	background-color:#005faf;
	background-image:url(../img/common/blue_bg.png);
	color:#fff;
	padding:15px;
	width:20%;
}
table.table01 td{background-color:#f6f6f6; line-height:1.8; padding:15px;}

.box02{
	width:33%;
	box-sizing:border-box;
	border:solid 1px #e9eaed;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px; 
    border-radius: 5px;
	background-color:#fff;
	padding:10px;
	float:left;
}
.box03{
	float:left;
	width:63%;
	padding:0 2%}

.box04{
	margin:20px 0;
	overflow:hidden;
}

ul.photo_list{text-align:left; margin:20px 0 0;}
ul.photo_list li{ display:inline; margin-right:10px;}


.box05{
	width:33%;
	float: right;
}
.box06{
	float:left;
	width:63%;
	padding:0 2%
}


/*試合結果*/
.game_box{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e2f1fd+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #e2f1fd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e2f1fd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#e2f1fd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#e2f1fd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#e2f1fd 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#e2f1fd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2f1fd',GradientType=0 ); /* IE6-9 */
border:#005faf solid 1px;
box-sizing:border-box;
width:100%;
display:table;
margin-bottom:30px;
text-align:center;
}

.game_box01,.game_box02,.game_box03{
	display:table-cell;
	width:32%;
	padding:15px 0 0;
	vertical-align:top;
}
.g_name{
	font-size:120%;
	margin:10px auto 20px;
	font-weight:bold;
	color:#1c2954;
}
.attack01{
	background-color:rgba(0,95,175,0.25);
	width:30%;
	margin:0 auto 15px;
	text-align:center;
	font-size:120%;
	color:#005faf;
	font-weight:bold;
	
	-webkit-border-top-left-radius: 90px;
    -khtml-border-radius-topleft: 90px;  
    -moz-border-radius-topleft: 90px;
    border-top-left-radius: 90px;
     
    -webkit-border-top-right-radius: 90px;
    -khtml-border-radius-topright: 90px;
    -moz-border-radius-topright: 90px;
    border-top-right-radius: 90px;
 
    -webkit-border-bottom-left-radius: 90px;
    -khtml-border-radius-bottomleft: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-bottom-left-radius: 90px;
     
    -webkit-border-bottom-right-radius: 90px;
    -khtml-border-radius-bottomright: 90px;
    -moz-border-radius-bottomright: 90px;
    border-bottom-right-radius: 90px;
}

.attack02{
	background-color:rgba(208,55,74,0.25);
	width:30%;
	margin:0 auto 15px;
	text-align:center;
	font-size:120%;
	color:#d0374a;
	font-weight:bold;
	
	-webkit-border-top-left-radius: 90px;
    -khtml-border-radius-topleft: 90px;  
    -moz-border-radius-topleft: 90px;
    border-top-left-radius: 90px;
     
    -webkit-border-top-right-radius: 90px;
    -khtml-border-radius-topright: 90px;
    -moz-border-radius-topright: 90px;
    border-top-right-radius: 90px;
 
    -webkit-border-bottom-left-radius: 90px;
    -khtml-border-radius-bottomleft: 90px;
    -moz-border-radius-bottomleft: 90px;
    border-bottom-left-radius: 90px;
     
    -webkit-border-bottom-right-radius: 90px;
    -khtml-border-radius-bottomright: 90px;
    -moz-border-radius-bottomright: 90px;
    border-bottom-right-radius: 90px;
}
	
.result{
	border:#005faf solid 5px;
	box-sizing:border-box;
	width:98%;
	text-align:center;
	margin:0 auto;
	background-color:#fff;
}
	
p.score{
	font-size:200%;
	font-weight: bold;
	color:#1c2954;
	margin:10px auto;
	letter-spacing:10px;
}
.space{
	margin:10px;
	padding:5px;
	background:#1c2954;
	color:#fff;
}
.space p{
	margin:5px 0 0;
	text-align:center;
}
.space hr{color:#fff;}

p.t_name{
	font-size:150%;
	color:#005faf;
	margin-bottom:10px;
}
p.t_name span{ font-size:75%;}

/*入団案内*/
ul.list_ball02{ margin:5px 0 20px 40px;}
ul.list_ball02 li{list-style-image:url(../img/common/icon_ball.png);}

ul.point_list li{margin-bottom:3px;}
ul.point_list dt{float:left; text-align:right; width:32px;}
ul.point_list dd{margin-left:7.5%;}


ul.point_list02{ margin-bottom:20px;}
ul.point_list02 li{margin-bottom:3px; border-bottom:1px #CCC dotted;}
ul.point_list02 dl{overflow:hidden;}
ul.point_list02 dt{float:left;}
ul.point_list02 dd{ float:right;}

p.txt04{font-weight:bold; letter-spacing:1px; color:#ad8714;}


/*練習場所*/
.t_box{
	width:100%;
	box-sizing:border-box;
	border:#CCC solid 1px;
	padding:15px 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px; 
    border-radius: 10px;
	clear:both;
	margin-bottom:20px;
}
.t_box02{
	width:46%;
	float:left;
	margin:10px 2% 20px;	
}
.t_box02 img{width:100%;}
.t_box02 p.txt04{ text-align:center; margin-top:5px;}		
.t_box h4{
	background:#005faf;
	color:#fff;
	font-size:100%;
	padding:7px;
	font-weight:normal;
	margin:15px 0 10px;
}
.t_box p.txt01{font-weight:bold; letter-spacing:1px;}
.t_box p.txt02{ padding:0 15px;}
.t_box p.txt03{ padding:0 15px; font-size:85%;}



/*お問い合わせ*/
table.table02{border:none; width:80%; margin:0 auto;}
table.table02 th,table.table02 td{ display:block;}
table.table02 th{text-align:left; font-weight:normal;}
table.table02 td{margin-bottom:15px;}
table.table02 th span{ color:#C33; font-weight:bold;}
	
	





/*画面サイズが940px以下に適用
----------------------------------------------------------*/
@media screen and (max-width : 940px){
.topbox04,.topbox05{
	width:470px;
	float: none;
	margin:0 auto 20px;
}
	


}

/*画面サイズが760px以下に適用
----------------------------------------------------------*/
@media screen and (max-width : 760px){

.topbox01,.topbox02{
	width:60%;
	float: none;
	margin:0 auto 20px;
}


}

/*画面サイズが640px以下に適用
----------------------------------------------------------*/
@media screen and (max-width : 640px){

.topbox01,.topbox02{
	width:90%;
	float: none;
	margin:0 auto 20px;
}

table.table01 th{width:30%;}

ul.link_list{text-align:center; margin:10px 0;}
ul.link_list li{display: block; padding:0 0 20px;}
ul.link_list li:last-child{display: block; padding:0;}


ul.point_list li{margin-bottom:3px;}
ul.point_list dt{float: none; text-align: left; width:100%; margin:0; padding:0;}
ul.point_list dd{margin-left:5px;}

ul.photo_list{text-align: center; margin:15x 0 0;}
ul.photo_list li{ display: block; margin:7px 0;}

.box05{
	width:280px;
	float: none;
	margin:15px auto;
}
.box06{
	float: none;
	width:90%;
	padding:0 5%}





}




/*画面サイズが470px以下に適用
----------------------------------------------------------*/
@media screen and (max-width : 470px){
.topbox04,.topbox05{
	width:94%;
	float: none;
	margin:0 3% 20px;
}
	
.topbox04{display:none;}

.topbox06{
	display:block;
	width:320px;
	float: none;
	margin:0 auto 20px;
}





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