@charset "utf-8";
/* CSS Document */

/* =================================================
 * reset
 * ================================================*/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, img,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	outline: none;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ul, ol {
	list-style: none;
}

table {
	border-spacing: 0px;
	empty-cells: show;
}
img{
	vertical-align:bottom;
}

/* =================================================
 * common
 * ================================================*/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "EE EゴシチE", sans-serif;
	font-size: 12px;
	line-height: 160%;
	color: #333333;
	background-color: #FFFFFF;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* global */
body{
	position:absolute;
	width:320px;
	overflow-x: hidden;
}

/* #main_area{
	position:absolute;
	width:320px;
	left:0;
	overflow-x:hidden;
	margin-bottom:140px;
} */

section{
	margin-top:10px;
}


/* header */
header{
	text-align:center;
	/**padding-bottom:25px;**/
}

header > div{
	float:left;
	width:49px;
}
header h1{
	float:left;
	width:271px;
}

header nav{
	clear:both;
}
nav li{
	float:left;
}


header p{
	margin:5px 0;
}

/* footer */
#footer_pc{
	width:320px;
	height:40px;
	background-image:url("../img/footer/footer_back.jpg");
	position:relative;
}

#footer_pc p{
	position:absolute;
	right:10px;
	top:7px;
}


/* w𓚑 */
.side-head {
    background-color: #0189e8;
    color: #fff;
    border-bottom: 5px solid #0369ab;
    width: 95%;
    font-size: 4vw;
    padding: 1vw 2vw;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    margin: 5vw 0vw 0vw 2vw;;
}

#newsArea {
    color: #154EB7;
    height: 23vw !important;
    overflow: auto;
    width: 95%;
    margin-bottom: 20px;
    border: 1px solid #DFDFDF;
    box-sizing: border-box;
    margin: 0 auto;
}

 #newsArea_box {
    padding: 10px 0 0 10px;
    font-size: 3vw;
    line-height: 160%;
    color: #000000;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #DFDFDF;
    text-align: left;
}


/* slider */
#loading{
	height:130px;
	width:320px;
	background-color:white;
}

#loading p{
	text-align:center;
	line-height:65px;
}

#slider{
	display:none;
}

#MainArea{
	width:100%;
	background-color:#D1D1D1;
	padding:0;
}

#ViewArea{
	width:320px;
	margin:0 auto;
	padding:0;
	border:none;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#DotArea{
    width:320px;
	position:relative;
	height:25px;
	position:relative;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#Leftbtn,#Rightbtn {
	border:1px #CCC solid;
	-webkit-box-sizing:border-box;
	-webkit-box-shadow: rgba(0, 0, 0, 0.0976562) 0px 1px 3px, rgba(255, 255, 255, 1) 0px 0px 0px inset;
	vertical-align:middle;
	background-color:black;
	width:16px;
	height:16px;
	overflow:hidden;
	border:solid 1px black;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	display:block;
}


#Leftbtn{
	position:absolute;
	left:5px;
	top:5px;
}


#Rightbtn{
	position:absolute;
	right:5px;
	top:5px;
}


#Leftbtn:after{
	width: 0;
	height: 0;
	border-right: 8px solid white;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content:"";
	display:block;
	position:absolute;
	top:3px;
	left:2px;
}

#Rightbtn:after{
	width: 0;
	height: 0;
	border-left: 8px solid white;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content:"";
	display:block;
	position:absolute;
	top:3px;
	right:2px;
}

#DotArea ul {
	position:absolute;
}
@media only screen and (orientation : landscape) { /*横向きの際に適用*/
	#DotArea ul{
		left: 30%;
	}
}


#DotArea ul li{
	display:inline-block;
	background-color:#999999;
	width:10px;
	height:10px;
	margin:9px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow:1px 1px 1px gray inset;
	-moz-box-shadow:1px 1px 1px gray inset;
	-webkit-box-shadow:1px 1px 1px gray inset;
}
#DotArea ul li#focused{
	background-color:#666666;
	box-shadow:1px 1px 1px gray inset;
	-moz-box-shadow:1px 1px 1px gray inset;
	-webkit-box-shadow:1px 1px 1px gray inset;
}

#slider{
	text-align:center;
	margin-top:-35px;
	background-color:#DEDEDE;	
}


#ViewArea{
	overflow:hidden;
	float:left;
	z-index:1;
	width:100%;
}
#ScrollArea{
	width:320px;
	z-index:2;
	margin:0 auto 0 auto;
}  

#ScrollArea h2{
	float:left;
	width:320px;
	position:relative;
	text-align:center;
	list-style:none;
	padding:0;
}

#ScrollArea h2 img{
	width:100%;
}

/* news */
#news{
	margin:5px 0 0 5px;
}


/* eventinfo */
#eventinfo h1{
	margin-bottom:5px;
}
#eventinfo{
	background-image:url("../img/eventinfo/back.png");
	border-bottom:1px solid #CAD9EE;
}
#eventinfo .ban_short{
	margin:5px 5px 0 5px;
	padding:4px;
	float:left;
	background-color:#FFF;
	border:1px solid #AAA;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px; 
}
#eventinfo .ban_long{
	width:300px;
	margin:5px 0 0 6px;
	padding:3px;
	background-color:#FFF;
	border:1px solid #AAA;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
#eventinfo .btn{
	margin:10px 0 10px 6px;
	float:left;
}

#more{
	display:none;
}

#more_close{
	display:none;
}

/* SNS */
#footer0 {
	background-color: #F8F8F8;
    border-top: 1px solid #FFFFFF;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
	margin-top:6px;
}

#sns_area{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;

	padding:5px 0;
	width:100%;
	margin:0 auto;
	height:35px;}

#sns_area > a{
	border:none;
}


	
#sns_area > a > div{
	width:49%;
	float:left;
	position:relative;
	text-align:center;
}

#sns_area > a > div:after{
	display:block;
	position:absolute;
	content:"";
	right:1px;
	bottom:0;
	width: 0;
	height: 0;
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
}

#sns_area > a > div > div{
	width:120px;
	margin:0 auto;
	position:relative;
}


#sns_area > a > div > div > p{
	position:absolute;
	top:-10px;
	right:2px;
	margin-top:10px;
	font-size:12px;
}

#center_border{
	border-right:1px solid #CCC;
	float:left
}

/* gradeinfo */
#gradeinfo h1 > img,#contentsinfo h1 > img{
	width:100%;
}

#gradeH{
	background-color:#C9DEFA;
	height:65px;
	margin-top:9px;
}

#gradeH ul,#gradeL ul{
	float:left;
	width:235px;
	padding-top:7px;
}

#gradeH ul li{
	float:left;
	margin-left:11px;
}

#gradeH > p,#gradeL > p{
	float:left;
	width:70px;
	margin:4px 0 0 10px;
}

#gradeL{
	background-color:#FDD9B5;
	height:65px;
	margin-top:10px;
}

#gradeL ul li{
	float:left;
	margin-left:8px;
}

/* contentsinfo */

#contentsinfo{
	
}

.OpenBoxTrigger{
	margin-top:5px;
}

.OpenBoxTrigger li{
	float:left;
	margin-left:14px;
	position:relative;
}


.OpenBoxContents{
	overflow:auto;
	/*width:340px;*/
	height:125px;
	margin-bottom:-12px;
}

.OpenBoxContents ul{
	height:90px;
	padding-left:10px;
}

.OpenBoxContents ul li{
	float:left;
	margin-left:5px;
	margin-top:15px;
}

.ui-flickable-wrapper{
	padding:0;
}

.triangle{
	width:0;
	height:0;
	position:absolute;
	left:25px;
}

.guidance .triangle{
	border-bottom: 12px solid #AABEE3; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#guidance{
	width:500px;
	height:90px;
	margin:10px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#AABEE3), to(#74A4E4)); 
	background:-moz-linear-gradient(top, #AABEE3, #74A4E4);		
}

#guidance ul{
	width:600px;
}

.learning .triangle{
	border-bottom: 12px solid #CCE2F2; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#learning ul{
	width:320px;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCE2F2), to(#8DC7EA)); 
	background:-moz-linear-gradient(top, #CCE2F2, #8DC7EA);	
	margin-top:10px;
}


.test .triangle{
	border-bottom: 12px solid #FAE4E7; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#test ul{
	/**width:320px;**/
	width:500px;
	height:90px;
	margin:10px 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#FAE4E7), to(#F9BBC7)); 
	background:-moz-linear-gradient(top, #FAE4E7, #F9BBC7);	
	margin-top:10px;
}

.search .triangle{
	border-bottom: 12px solid #E8CFB5; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#search ul{
	width:320px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E8CFB5), to(#FCC776)); 
	background:-moz-linear-gradient(top, #E8CFB5, #FCC776);	
	margin-top:10px;
}

.information .triangle{
	top:-18px;
	border-top: 12px solid #F47F76; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#information{
	/*width:440px;*/
	height:90px;
	margin:10px 0 18px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBCBC2), to(#F47F76)); 
	background:-moz-linear-gradient(top, #FBCBC2, #F47F76);	
}

#information ul{
	width:730px;
}

#information ul li,#nagase ul li{
	margin-left:-1px;
}

#inquiry ul li{
	margin-left:-2px;
}

.exam .triangle{
	top:-18px;
	border-top: 12px solid #CA9FCF; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#exam ul{
	width:320px;
	background: -webkit-gradient(linear, left top, left bottom, from(#D2B6C1), to(#CA9FCF)); 
	background:-moz-linear-gradient(top, #D2B6C1, #CA9FCF);	
	margin-top:10px;
}

.nagase .triangle{
	top:-18px;
	border-top: 12px solid #9ED8A4; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#nagase{
	width:500px;
	height:90px;
	margin:10px 0 18px;
	background: -webkit-gradient(linear, left top, left bottom, from(#D6EDD6), to(#9ED8A4)); 
	background:-moz-linear-gradient(top, #D6EDD6, #9ED8A4);	
}

#nagase ul{
	width:580px;
}

.inquiry .triangle{
	top:-18px;
	border-top: 12px solid #C6E99A; 
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
}

#inquiry ul{
	width:320px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E1F1D3), to(#C6E99A)); 
	background:-moz-linear-gradient(top, #E1F1D3, #C6E99A);	
	margin-top:10px;
}
.employ img{
	margin-top: 10px;
	margin-bottom: 5px;
	width:100%;
}


/*#leftmenu */
#leftmenu{
	width:220px;
	height:500px;
	background-color:#E1EAF4;
	position:absolute;
	left:-220px;
	top:0;
	overflow:auto;
	padding-bottom:80px;
}

#leftmenu .ui-flickable-container {
        cursor: pointer;
}

#leftmenu > h1{
	width:200px;
	margin:5px auto;
	padding:5px 0;
	border-bottom:2px solid #578AC1;
}

#leftmenu ol{
	margin-left:10px;
	line-height:2.5;
}

#leftmenu ol > li{
	font-size:18px;
	position:relative;
	padding-left:10px;
	margin:8px 0 -4px 0;
}

#leftmenu ol > li:after{
	content:"";
	position:absolute;
	top:17px;
	left:0;
	width: 0;
	height: 0;
	border-left: 8px solid #578AC1;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}

#leftmenu ul > li{
	font-size:14px;
	border-bottom:1px dotted #578AC1;
	width:190px;
}
#leftmenu li > a{
	display: inline-block;
	width:190px;
	color:#000;
	text-decoration: none;
}

#leftmenu ul:last-child{
	margin-top:15px;
}

#information ul li,#guidace ul li,#nagase ul li{
	margin-top:10px;
}


.prefecture a:link{
	color:#000;

}

#a > h2{
  font-size:12px;
  
  
   }

#footer {
    position:fixed;
    bottom:0;
    background-repeat:repeat-x;
    margin-left:auto;
	margin-right:auto;
    width:100%;
    height:70px;
    text-align:center;
    z-index:300000;
    background-color: rgba(227, 227, 229, 0.9);
    float:left;
}
	


.prefecture > h3{
	padding-left:10px;
	height:50px;
	line-height:50px;
	background-color:gray;
	color:white;
	border-bottom:1px solid white;
	font-size:16px;
	}

.district > h3{
	height:40px;
	line-height:40px;
	color:white;
	border-bottom:1px solid white;
	padding-left:20px;
	background-color:gray;
	color:white;
}

.district > ul li,.prefecture > ul li{
	padding-left:30px;
	border-bottom:1px dashed gray;
	height:30px;
	line-height:30px;
	font-size:15px;
	position:relative;
}

.district > ul li:after,.prefecture > ul li:after{
	display:block;
	content:"";
	background-color:black;
	width:8px;
	height:8px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	position:absolute;
	left:15px;
	top:11px;
}
