* { margin: 0; padding: 0; }


	a:link { color: #000; text-decoration: underline;}
	a:visited { color: #000; }
	a:hover { color: #000; text-decoration: none;}
	a:active { color: #000; }

#top_menu , footer{font-family:sans-serif;}

wrapper {
	margin : 0px auto;
	height : auto;
	min-height : auto;
	bottom : 0px;
	position : relative;
	}

header {
	/*background-color : #FFF100;*/
	height : 106px;
	margin : 0 auto;
	border-bottom:5px solid green;
	}

#top_menu {
	margin : 0px auto;
	width : 1000px;
	}

#top_menu p {
	float : left;
	margin-top :7px;
	}

.top_menu {
	float :right;
	}

.top_menu li{
	float : left;
	list-style :none;
	overflow :hidden;
	}

/* #top_menu .menu01{
	margin-left : 165px;
	} */


.menu01 {
	background: url("../img/nagare.png") no-repeat; /* ???[???I?[?o?[????`??????h?~ */
}

.menu01 a {
	width: 135px;
	height: 53px;
	background: url("../img/nagare.png") no-repeat;
	display: block;
	text-indent: -9999px;
	transition-duration:0.1s;
	transition-timing-function:ease;
}

.menu01 a:hover {
	width: 135px;
	background-image: url("../img/nagare02.png");
}



.menu02 {
    background: url("../img/contact.png") no-repeat; /* ???[???I?[?o?[????`??????h?~ */
}

.menu02 a {
    width: 135px;
    height: 53px;
    background: url("../img/contact.png") no-repeat;
    display: block;
    text-indent: -9999px;
	transition-duration:0.1s;
	transition-timing-function:ease;
}

.menu02 a:hover {
    width: 135px;
    background-image: url("../img/contact02.png");
}

.menu03 {
	background: url("../img/taiken.png") no-repeat; /* ???[???I?[?o?[????`??????h?~ */
	}

.menu03 a {
    width: 177px;
    height: 53px;
    background: url("../img/taiken.png") no-repeat;
    display: block;
    text-indent: -9999px;
	transition-duration:0.1s;
	transition-timing-function:ease;
	}

.menu03 a:hover {
    width: 177px;
    background-image: url("../img/taiken02.png");
}
.menu05_PC a {
	padding-top: 6px;
	text-align: center;
	width: 135px;
	height: 40px;
	background-color:#06C755;
	display: block;
	color: #fff;
	/* text-indent: -9999px; */
	transition-duration:0.1s;
	transition-timing-function:ease;
	border-radius: 0 0 10px 10px;
	text-decoration: none;
}

.menu05_PC a:hover {
	width: 135px;
	height: 50px;
	transition-duration:0.1s;
	transition-timing-function:ease;
}
.menu-line_PC:hover{
	transform: translate(0, 8px);
	display: inline-block;
	transition-duration:0.1s;
	transition-timing-function:ease;
}



nav {
	float :right;
	margin-top :10px;
	margin-right :10px;
	text-decoration: none;
	}

#nav2 li {
	position: relative;
	float: left;
	width: 120px;
	height: 50px;
	text-align: center;
	list-style :none;
	font-size: 15px;
	}

#nav2 li:last-child {
	border-right: none;
}

#nav2 li .grade_link {
	display: block;
	width: 135px;
	height: 50px;
	color: #000;
	font-size: 15px;
	line-height: 3.7;
	transition: 0.5s;
	text-decoration: none;
	}

#nav2 li a {
	display: block;
	width: 135px;
	height: 50px;
	color: #000;
	font-size: 15px;
	line-height: 3.7;
	transition: 0.5s;
	text-decoration: none;
	}

#nav2 li a:hover {
	color: #000;
	/*background: #FFFCDB;*/
	}

#nav2 > li li:hover > a {
	/*background: #FFFCDB;*/
	}

#nav2 li ul {
	left: 0;
	position: absolute;
	z-index:100
	}

#nav2 li ul li {
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	}

#nav2 li ul li a {
	border-top: 1px solid #fff;
	color: #fff;
	background: #3E3A39;
	font-size: 12px;
	width: 135px;
	height: 35px;
	line-height: 3;
	}

#nav2 li:hover > ul > li {
	overflow: visible;
	width: 135px;
	height: 35px;
	}

	#nav2 li ul li ul {/*??*/
		top: 0;
	}
	#nav2 li ul li ul:before {/*??*/
		position: absolute;
		content: "";
		top: 10px;
		left: -10px;
		border: 5px solid transparent;
		border-left: 5px solid #fff;
	}

	#nav2 li ul li ul li:hover > a {/*??*/
		background: #afc6e2;
	}


#nav2 .nav2_top {
	width: 180px;
	height: 50px;
	}


#nav2 .nav2_top a {
	width: 180px;
	height: 50px;
	}








#main {
	margin : 0px auto;
	width : 1000px;
	text-align : center;
	margin-top :20px;
	height :500px;
	}

#main a:link{ 
	text-decoration: underline !important;
	 }


/* animation?@???j???[???ォ????????? */

.animation {
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;
	}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ??????? */





#school_year,#about_us,#new,#etc
	{
	margin: 0 auto 30px;
	width: 800px;
	}


.koumoku li{
	float :left;
	list-style :none;
	margin-right :15px;
	margin-bottom :20px;
	margin-top :10px;
	}


#new p img{/*
	margin-bottom :20px;*/
	}	

.shincyaku li{/*
	width :750px;
	height :30px;*/
	margin-left :2em;
	padding-bottom:5px;
	list-style :none;
	border-bottom :dotted 2px #9FA0A0;
	margin-bottom :20px;
	}

#new ul li img {
	margin :0 12px;
	position:relative;
	bottom:2px;
	}	



#etc {/*
	height :150px;*/
	}



footer {
	height :auto;0
	margin-top :0;
	padding-top:10px;
	/*background-color :#FFF100;*/
	}

footer a { 
	text-decoration: none; 
	}


#sitemap {
	width: 900px;
	margin: 0px auto;
	height: auto;
	}




#sitemap ul li{
	font-size: 10px;
	width :110px;
	list-style :none;
	float :left;
	text-align :center;
	border-left :1px dotted #bbb;
	}

#sitemap .last{
	border-right :1px dotted #bbb;
	}


#sitemap .sitemap01 li{
	margin-top :20px;
	}

/*
.sitemap02{
	margin-left : 442px;
	}
*/
.sitemap02 li{
	margin-top :10px;
	margin-bottom : 30px;
	}


footer p {
	margin :0 auto;
	width: 900px;
	text-align :center;
	font-size: 10px;
	clear:both;
	}
.line-wrap
{
	max-width: 800px;
	margin: 1em auto;
	padding: 2em 1.2em;
	background-color: #ffffe0;
}
.line-wrap h2{
	text-align: center;
	background: none;
	font-size: 1.2em;
	font-weight: bold;
}
.line-wrap p img{
	text-align: center;
}
.line-btn{
	display: block;
    background-color: #06C755;
    padding: 15px 20px;
    color: #fff !important;
    margin: 30px 15px;
	font-weight: bold;
	font-size: 1.4em;
}
.line-wrap a
{
text-decoration: none;
}
.line-wrap h2:before,
.line-wrap h2:after
{
	content: none;
}


.list-nounder li a{ text-decoration:none; }

.footerlinklisttitle{margin-top:10px;}
.footerlinklist{ font-size:12px;margin-top: 10px;}
.footerlinklist li a{color:#fff; }
.footerlinklist.mabuchilist3{ margin-bottom:1em; }

@media(min-width:960px){
		
	/*footerlinklist*/
	.footerlinktitle{
	    display: inline-block;
	    width: 10em;
	    margin-top:1em;
	    margin-bottom:0;
	}

	.footerlinklist{
	    display: inline-block;
	    width: 20%;
	    vertical-align: top;
	}

	.footerlinklist.kobetsulist1,.footerlinklist.kobetsulist3{
		width:25%;
		margin-bottom:1em;
	}
	.footerlinklist.kobetsulist2{
		width:20%;
	}

	.footerlinklist.mabuchilist1{
		width:40%;
	}

	.footerlinklist.mabuchilist2{
		width:20%;
	}

}


/*?g?b?v?X?}?z?p*/
@media(max-width:959px){
	#main{width: 100%;height:auto;}

	header{border-bottom:none !important;}
	
	.flickSlider .flickView{margin-left:0;}

	#school_year,#about_us,#new,#etc{width: 90%;}
	.shincyaku li{margin-left:0;}
	
	#school_year [class*=col-],#about_us [class*=col-],#new [class*=col-],#etc [class*=col-]{padding:0;}
	.menu05_SP img{
		width: 38px!important;
		display: block !important;
		/* background: url("../img/icon-LINE.png") no-repeat !important; */
	}
	.menu05_SP a{
	
		padding: 0 !important;
		display: inline-block;
		border: 0 !important;
	}

	.footerlinklist.kobetsulist3{
		margin-bottom:1em;
	}

}
