@charset "utf-8";

body{
font: 14px/1.6 "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#252525;
	overflow-x: hidden;
}
	
ul,ol,li{list-style:none}
/* link color
---------------------------------------------------------- */
a:link,
a:visited {color: #006699;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #006699;
 	text-decoration: none;}

img{
	max-width: 100%;
	height: auto;
}
#footerMenu a:link,
#footerMenu a:visited {color: #666666;
	text-decoration: none;
}
#footerMenu a:hover,
#footerMenu a:active,
#footerMenu a:focus {
	color: #666666;
	text-decoration: underline;}

/* header
---------------------------------------------------------- */

#header{
	max-width:1010px;
	margin:0 auto;
	height: 103px;
	padding: 0 10px;
}
@media screen and (max-width : 768px) {
	#header{
		height: inherit;
		box-shadow:0px 2px 4px -1px #bfc7c5;
		-moz-box-shadow:0px 2px 4px -1px #bfc7c5;
		-webkit-box-shadow:0px 2px 4px -1px #bfc7c5;
		position: fixed;
		z-index: 9999;
		width: calc(100% - 20px);
		background:url(../img/common/header_bg.jpg) repeat-x 0 top;
	}
}
#headerL{
	width:27.623%;
	float:left;
}
@media screen and (max-width : 768px) {
	#headerL{
		width:200px;
		float:none;
	}
}
#headerR{
	margin-top:10px;
	width:61.39%;
	float:right;
	font-size:12px;
}
@media screen and (max-width : 768px) {
	#headerR{
		display: none;
	}
}

#headerR li{
	margin:0 15px 0 0;
	float:right;
}

/* 最後のbox */
.last{margin-right:0;}


#header p.catch{
	color:#999999;
	line-height:49px;
	font-size:10px;
}
@media screen and (max-width : 768px) {
	#header p.catch{
		line-height:1.5;
		padding-top: 17px;
		margin-bottom: 6px;
	}
}

#header h1{
	background-image:url(../img/common/logo.png);
	background-size: 100% auto;
	background-repeat:no-repeat;
	width:100%;
	height:34px;
	text-indent: -9999px;
}
@media screen and (max-width : 768px) {
	#header h1{
		background-size: 100% auto;
	}
	
}
	
#gNavi{
	max-width:1010px;
	padding: 0 10px;
	margin:0 auto;
	overflow: hidden;
}
@media screen and (max-width : 768px) {
	#gNavi{
		display: none;
	}
}
#gNavi li{
	float:left;
	margin-bottom: 15px;
}
#gNavi li.navi01,#gNavi li.navi02,
#gNavi li.navi06,#gNavi li.navi07{
	width:20.09%
}
#gNavi li.navi03,#gNavi li.navi04,
#gNavi li.navi08,#gNavi li.navi09{
	width:20%;
}
#gNavi li.navi05,
#gNavi li.navi10{
	width:19.8%;
}

/* spMenu */
@media screen and (min-width : 769px) {
	#spMenuBtn,
	.spNaviWrap{
		display: none !important;
	}
}
@media screen and (max-width : 768px) {
	#spMenuBtn,
	.spNaviWrap{
		display: block;
	}
	#spMenuBtn{
		position: absolute;
		right: 10px;
		top: 40%;
		width: 25px;
		height: 25px;
		background: url(../img/common/sp_menu_btn.png) no-repeat 0 0;
		background-size: 100% auto;
		cursor: pointer;
	}
	.spNaviWrap{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: url(../img/common/sp_menu_bg.png) repeat 0 0;
	}
	.spNaviWrap .spNavi{
		width: 100%;
		overflow: hidden;
		border-top: 1px solid #98cb00;
	}
	.spNaviWrap .spNavi li{
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #98cb00;
		border-right: 1px solid #98cb00;
		font-size: 13px;
	}
	.spNaviWrap .spNavi li:nth-child(2n){
		border-right:none;
	}
	.spNaviWrap .spNavi li a{
		text-decoration: none;
		color: #666666;
		display: block;
		padding: 10px;
		background: url(../img/common/sp_menu_arrow.png) no-repeat right 10px center;
		background-size: 5px auto;
	}
}
	
/* footer
---------------------------------------------------------- */
#footerWrapper{
	background-color:#CDF1D5;
	height:75px;
}
#footer{
	max-width:1010px;
	margin:0 auto;
	padding-top:18px;
}
#footerMenuWrapper{
	background-color:#CDF1D5;
	width:100%;
	height:153px;
	margin-top:50px;
}
@media screen and (max-width : 768px) {
	#footerMenuWrapper{
		height:inherit;
		margin-top:0;
		text-align: center;
		padding-bottom: 15px;
		font-size: 12px;
	}
}

#footerMenu{
	max-width:980px;
	margin:0 auto;
	padding: 0 10px;
	padding-top:20px;
}
@media screen and (max-width : 768px) {
	#footerMenu{
		max-width:100%;
		margin:0 auto;
		padding: 0;
		padding-top:0;
	}
}

#footerMenu .footerlink{
	font-size:10px;
	margin:5px 0;
}
@media screen and (max-width : 768px) {
	#footerMenu .footerlink{
		padding: 0;
		margin: 0 0 20px !important;
		overflow:hidden;
		font-size: 0;
		border-top: 1px solid #666666;
		border-bottom: 1px solid #666666;
	}
	#footerMenu .footerlink a{
		display: block;
		float: left;
		width: 50%;
		padding: 10px;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		font-size: 13px;
		text-align: left;
	}
	#footerMenu .footerlink a:nth-of-type(2n){
		border-right: none;
	}
	#footerMenu .footerlink a.last{
		border-bottom: none;
	}
}


/* others
---------------------------------------------------------- */


#contents{
	max-width:1010px;
	margin:20px auto 0 auto;
	padding: 0 10px;
}
@media screen and (max-width : 768px) {
	#contents{
		margin:0 auto;
		padding:92px 10px 0;
	}
}
#pageWrap{
	background-image:url(../img/common/header_bg.jpg);
	background-repeat:repeat-x;
}

#pageWrap_c{
	background-image:url(../img/common/header_bg_c.jpg);
	height: 390px;
	background-repeat:repeat-x;
}


#contentsRight,
#contents .contents_s{
	width:22.773%;
	float:left;
	margin:0 0 30px 0;
}
#contentsRight .contents_s,
.contents_s #contentsRight,
.contents_s #contentsRight .contents_s{
	width: 100%;
}
@media screen and (max-width : 768px) {
	#contentsRight,
	#contents .contents_s{
		width:100%;
		float:none;
		margin:0;
	}
}
	
#contentsLeft,
#contents .contents_m{
	width:73.27%;
	float:right;
}
#top #contents .contents_m{
	width: 100%;
	float: none;
}
@media screen and (max-width : 768px) {
	#contentsLeft,
	#contents .contents_m{
		width:100%;
		float:none;
		margin-bottom: 20px;
	}
	#contentsLeft:after {   
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	/* clearfix for ie7 */
	.cf{
		display: inline-block;
	}
	.cf {
		display: block;
	}
}


/* bannershadow
---------------------------------------------------------- */
.banGallery{
	height:240px;
	background-image:url(../img/common/banner_shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:15px;}

.banSchedule,.banEvent{
	height:88px;
	background-image:url(../img/common/banner_shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:5px;}
	
.banCourse{
	height:90px;
	background-image:url(../img/common/banner_shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:5px;}

.banSopial{
	height:70px;
	background-image:url(../img/common/banner_shadow.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin-bottom:5px;}
	
	
	

#contentsLeft h2{
	padding: 0 10px 0 50px;
	margin-bottom:10px;
	line-height:65px;
	font-size: 20px;
	color:#666;
	background:url(../img/common/h2.png) no-repeat 0 100%;
}
@media screen and (max-width : 768px) {
	#contentsLeft h2{
		margin-bottom:10px;
		font-size: 16px;
		background:#cdf1d5;
		border-radius: 5px;
		height: inherit;
		line-height: 1.5;
		position: relative;
		padding: 15px 0 15px 15px;
	}
	#contentsLeft h2:before{
		display: block;
		content: "";
		border: 1px dashed #FFF;
		width: calc(100% - 12px);
		height:calc(100% - 12px);
		position: absolute;
		top:5px;
		left: 5px;
	}
}