@charset "UTF-8";
/*739px以下*/



/*全体の設定
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img {
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
html{
	height:100%;
}
body {
	background:#FFFFFF;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #000000;
	text-align:center;
	font-size:14px;
	line-height:25px;
	height:100%;
	-webkit-text-size-adjust:none;
	min-width:320px;
}
body::before {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: -1;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,input,table,figure{
	font-size:14px;
	line-height:25px;
}
strong{
	font-weight:bold;
}
table {
	empty-cells:show; 
	border-collapse:collapse; 
	border-spacing:0;
}
/* 左右分けレイアウト*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*標準のリンク*/
a{
	color: #000000;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
/*表示の切り替え*/
.pc{
	display:none;
}
/*bg（背景画像）
-----------------------------------------------------------------------------------------*/
#daigaku::before {
	background:url(../images/daigaku/bg_sp.jpg) center center no-repeat;
	background-size: 100% auto;
}
#koukou::before {
	background:url(../images/koukou/bg_sp.jpg) center center no-repeat;
	background-size: 100% auto;
}
#chugaku::before {
	background:url(../images/chugaku/bg_sp.jpg) center center no-repeat;
	background-size: 100% auto;
}

/*wrapper
-----------------------------------------------------------------------------------------*/
#wrapper{
}
#wrapper.scroll header{
	height:50px;
}
#wrapper.scroll header h1{
	display:none;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	position:fixed;
	top:0;
	background:#009380;
	width:100%;
	height:120px;
	z-index:100;
}
/*-------------------------h1*/
header h1{
	z-index:1;
	font-size:20px;
	line-height:25px;
	font-weight:bold;
	padding:10px 0;
	color:#FFFFFF;
}
header h1 span{
	font-size:16px;
	display:block;
	font-weight:bold;
}
header h1 strong{
	color:#FFFF00;
}
/*-------------------------グローバルメニュー*/
header nav{
}
header nav > ul > li{
	float:left;
	width:33.3%;
	background:url(images/header_line.png) top left no-repeat;
	padding-left:1px;
}
header nav > ul > li > a,
header nav > ul > li > p{
	display:block;
	text-align:center;
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	padding:5px 0;
	color:#FFF;
}
header nav li span{
	display:block;
	font-weight:bold;
}
header nav > ul > li:hover > a,
header nav > ul > li:hover > p,
header nav > ul > li > .current{
	background:#FF0000;
}
header nav > ul > li:hover ul{
}
header nav > ul > li.notenter > a{
	background:none;
	cursor:default;
}
/*-------------------------ローカル*/
header nav > ul > li > ul{
	display:none;
	position:fixed;
	top:120px;
	left:0;
	width:100%;
}
header nav > ul > li > ul > li{
	border-bottom:1px solid #B3B3B3;
	border-right:1px solid #B3B3B3;
	width:50%;
	float:left;
}
header nav > ul > li > ul > li a{
	font-size:15px;
	line-height:40px;
	display:block;
	background:#FFF;
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
}
header nav > ul > li > ul > li a:hover,
header nav > ul > li > ul > li a.current{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	background:#FFFF00
}

/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	margin:0 auto;
}

/*space
-----------------------------------------------------------------------------------------*/
#space{
	padding:120px 0 0 0;
}

/*スライダー
-----------------------------------------------------------------------------------------*/
.flexslider{
	position:relative;
	background:url(images/slide.png);
}

.flex-direction-nav a {
	display: block;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
}
.flex-direction-nav .flex-prev {
	left: 0;
	text-indent:-9999em;
	background:url(images/prev.png) center no-repeat;
	background-size:30px 64px;
}
.flex-direction-nav .flex-next {
	right: 0;
	text-align: right;
	text-indent:9999em;
	background:url(images/next.png) center no-repeat;
	background-size:30px 64px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next:hover {
	background-color:#000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*ボタン
-----------------------------------------------------------------------------------------*/
#btn{
	display:none;
}


/*article
-----------------------------------------------------------------------------------------*/
article{
	padding-top:120px;
	margin-top:-120px;
}
/*-------------------------midasi*/
article div.midasi{
	background:url(images/midasi.png);
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	padding:10px 5px;
	border:none;
}
article div.midasi h2{
}
article div.midasi p{
	font-size:12px;
	line-height:18px;
	color:#FFF;
}
article div.midasi p strong{
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
}
/*-------------------------taiken*/
article div.taiken{
	background:url(images/taiken.png);
	font-family:'Verdana','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	padding:10px 5px;
	border:none;
}
article div.taiken h2{
}
article div.taiken p{
	font-size:12px;
	line-height:18px;
	color:#FFF;
}
article div.taiken p strong{
	font-size:14px;
	line-height:25px;
	letter-spacing:1px;
}
/*-------------------------section*/
article section{
	background:url(images/jisseki.png);
	overflow:hidden;
}
article section h2{
	height:120px;
	margin-top:-120px;
	text-indent:-9999em;
	border-bottom:1px solid #FFF;
}

/*footer
-----------------------------------------------------------------------------------------*/
footer{
	text-align:left;
	padding:0 15px;
}
footer a{
	color:#FFF;
}
footer a:hover{
	text-decoration:underline;
}
#toPageTop{
	position:fixed;
	bottom:0px;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:15px;
	text-align:center;
	background:#009380;
	color:#FFF;
	cursor:pointer;
}
#toPageTop:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
#logo{
	margin-top:10px;
}
#logo img{
	width:100px;
}
footer small{
	display:block;
	font-size:10px;
	line-height:40px;
	letter-spacing:1px;
}
