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

body{
	color: #333;
	font-family: Verdana, "メイリオ", Meiryo,  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","游ゴシック", YuGothic, sans-serif;
	-webkit-text-size-adjust: 100%;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
}

.frtLeft{
	float: left;
}
.frtRight{
	float: right;
}
.clear{
	clear: both;
}
.text-center{
	text-align: center;
}
a{
	color: #253F76;
}
a:hover{
	opacity: 0.6;
}

/*header*/
#header{
	border-top: solid 4px #007940;
	padding: 25px 0 15px;
}
	#header .btn01{
		background: #007940;
		width: 185px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: white;
		display: inline-block;
		text-decoration: none;
		margin-left: 22px;
		margin-top: 5px;
	}
	#header .btn02{
		background: #333333;
		width: 205px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: white;
		display: inline-block;
		text-decoration: none;
		margin-left: 10px;
		margin-top: 5px;
	}

#header .news{
	float: left;
	}

#header .requirements{
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	}


/*global navi*/
#globalNav{
	width: 100%;
	background: #007940;
	height: 50px;
}
	#globalNav ul{
		text-align: center;
		line-height: 50px;
	}
		#globalNav ul li{
			display: inline-block;
		}
			#globalNav ul li a{
				display: block;
				color: white;
				text-align: center;
				text-decoration: none;
				padding: 0 14px;
			}

/*brearcrumbs*/
#brearcrumbs{
	margin: 25px 0;
	font-size: 0.875em;
}
	#brearcrumbs a{
		color: #333;
	}


/*sidebar*/
#side{
	width: 220px;
}
	#side img{
		vertical-align: bottom;
		margin-bottom: 10px;
		max-width: 100%;
	}
	#side img.add{
		max-width: 220px;
		width: 100%;
		height: auto;
	}
	#side h3{
		background: #007940;
		height: 35px;
		line-height: 35px;
		text-align: center;
		color: white;
		font-size: 0.875em;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	#side .csr_h3 {
    background: #322E9A;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    font-size: 0.875em;
    margin-bottom: 5px;
    margin-top: 20px;
}

	#side h3.first{
		margin-top: 0;
	}
	#side .bannerWrap{
		margin-top: 20px;
	}

/*main*/
#main{
	width: 740px;
}
	#main h1{
		width: 100%;
		height: 60px;
		line-height: 60px;
		background: #F5F5F5;
		text-indent: 20px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	#main h1.imgTitle,
	#main h2.imgTitle{
		height: auto;
		text-indent: 0;
		background: none;
		margin-bottom: 0;
	}
		#main h2.imgTitle img{
			vertical-align: bottom;
		}

/*footer*/
#footer{
	margin-top: 50px;
	padding-top: 45px;
	border-top: solid 2px #eee;
}
	#footer ul.frtRight{
		width: 670px;
		font-size: 0.875em;
	}
	#footer ul.frtRight.footerTestBox{
width: 735px;
	}
		#footer ul.frtRight li{
			display: inline-block;
			padding-right: 0.5em;
			margin-right: 0.5em;
			margin-bottom: 10px;
			border-right: solid 1px #253F76;
		}
			#footer ul.frtRight li a{
				text-decoration: none;
			}

	#footer .address{
		font-size: 0.875em;
		margin-top: 20px;
		width: 100%;
	}
	#footer .btnWrap{
		margin-top: -40px;
	}
	#footer .btn01{
		background: #007940;
		width: 185px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: white;
		display: inline-block;
		text-decoration: none;
	}
	#footer .btn02{
		background: #333333;
		width: 205px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: white;
		display: inline-block;
		text-decoration: none;
		margin-left: 5px;
	}
	#copyright{
		margin-top: 30px;
		text-align: center;
		background: #007940;
		color: white;
		font-size: 0.75em;
		height: 50px;
		line-height: 50px;
	}



    #pageTop {

      position: fixed;
      bottom: 20px;
      right: 20px;
    }



    #pageTop a {

      z-index: 999;

    }



    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }




/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.mb15{
	margin-bottom:15px;
}
div.mb40{
	margin-bottom:40px;
}
div.mb30{
	margin-bottom:30px;
}
div.mb20{
	margin-bottom:20px;
}
.mb60{
	margin-bottom:60px;
}
.underLine{
	display: block;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	border-bottom: solid 2px black;
	padding-bottom:10px;
	margin-bottom:10px;
}
.comText{
	font-size:14px;
}
#WATOKI_KOMONO ul.saiList li{
	width:30%;
	margin-bottom:40px;
}
.textClearDo p  span{
	font-weight: normal;
}
.pull-left{
	float:left;
}
.pull-right{
	float:right;
}
.profCon{
	width:540px;
}
.profCon2{
	width:500px;
}
.profCon3{
	width:470px;
}
.profCon4{
	width:440px;
}
.athleteSupport h3{
	border-bottom:solid 1px #000;
	font-weight: bold;
	margin-bottom:20px;
	padding-bottom: 10px
}
.athleteSupport p{
	font-size:14px;
}

.andmore nav ul li {
    width: 242px;
    background-color:#007939;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 0.875em;
    height: 55px;
    box-sizing: border-box;
    border:2px solid #000;
}

.andmore nav ul li.last,
.newMenu li.last,
nav.sportNavi ul li.last{
	margin-right:0;
}

.andmore nav ul li a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top:17px;
    line-height: 1.2;
}
.newMenu{
	margin-bottom:20px;
}
.newMenu li{
	display: inline-block;
	margin:0 17px 20px 0;
}

nav.sportNavi ul li {
    width: 366px;
    background-color:#014286;
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
    font-size: 0.875em;
    height: 55px;
    box-sizing: border-box;
}

nav.sportNavi2 ul li{
    width: 242px;
}

nav.sportNavi ul li a {
    display: block;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    padding-top:17px;
    line-height: 1.2;
}
.sportNavi li{
	display: inline-block;
	margin:0 17px 20px 0;
}

.slinnybox .conBoc{
	width:400px;
	padding-left:25px;
	box-sizing: border-box;
	font-size:14px;
}

.ha{height:auto!important;}

.lbCon{width:525px;}
.lbCon p{font-size:12px;}

.asLastBox{
    position: relative;
}
.asLastBox .grassBox{
    position: absolute;
	top: 0;
	left: 0;
}
.asLastBox .bgBox{
	text-align:right;
}
.asLastBox .bgBox img{
	display: inline
}
</pre></body></html>