@charset "utf-8";
/* ********************************************************
	Common Format CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  common
-------------------------------*/
html,body{
	height: 100%;
	font-size: 14px;
	line-height: 1.8;
}
body {
  -webkit-text-size-adjust: 100%;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
ul,ol{
	list-style: none;
}
a[href^="tel:"]{
	text-decoration: none;
}
a[href^="tel:"]:hover{
	cursor: default;
}
#container{
}
/*-------------------------------
  Header
-------------------------------*/
#pageHeader{
	background: #fff;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 100;
	
}
#headerInner {
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
#pageHeader>#headerInner>h1{
	width: 190px;
	box-sizing: border-box;
}
#pageHeader>#headerInner>h1 a{
	background:url(../images/common/gakkenLOGO.png) 0 center no-repeat;
	width: 190px;
	height: 50px;
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top:10px;
	float:left;
}
pageHeader>#headerInner>#mynaviLOGO{
	width: 191px;
	box-sizing: border-box;
}
#pageHeader>#headerInner>#mynaviLOGO a{
	background:url(../images/common/mynaviLOGO.png) 0 center no-repeat;
	width: 191px;
	height: 32px;
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	margin-top:25px;
	float:right;
}
#pageHeader>#headerInner .tx {
	float: right;
	margin: 20px 20px 0 0;
	border: 2px solid #000;
	line-height: 1;
}
#pageHeader>#headerInner .tx a:hover {
	text-decoration: underline;
}

#pageHeader>#headerInner .tx a {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: block;
}
/*-------------------------------
  navGlobal
-------------------------------*/
#navGlobal{
}
#navGlobal ul{
	letter-spacing: -.40em;
	list-style: none;
	text-align: center;
}
#navGlobal li{
	display: inline-block;
	box-sizing: border-box;
	letter-spacing: normal;
}
#navGlobal li a{
	display: block;
}
#navGlobal li a:hover{
}
/*-------------------------------
  Contents
-------------------------------*/
#contents{
}
#contentsInner{
}

#topimg_left{
	position: absolute;
	left: 0px; top: 0px;
	padding-top: 80px; 
}
#topimg_right{
	position: absolute;
	right: 0px; top: 0px;
	padding-top: 80px;
}

.large {
	display: block !important;
	margin: 0 auto;
}
.small {
	display: none !important;
}

@media only screen and (max-width: 1366px) {
.large {
	display: none !important;
}
.small {
	display: block !important;
	margin: 0 auto;
}
}

/*-------------------------------
  Footer
-------------------------------*/
#pageFooter{
}
#footerInner{
	width: 960px;
	margin: 0 auto;
}
#copyright{
	display: block;
	text-align:center;
	padding-bottom:20px;
}
#pageFooter .pageTop{
	width: 100px;
	height:auto;
	display: block !important;
	position: fixed;
	top: auto;
	right:0px;
	bottom: 10px;
	z-index: 100;
}
#pageFooter .pageTop a{
	display: block;
	font-size: 16px;
	text-align: center;
	border:solid 2px #000;
	position:relative;
	padding:20px 0 20px 15px;
	color:#000;
	text-decoration: none;
	font-weight:bold;
	background-color:#FFF;
		
}
#pageFooter .pageTop:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border-bottom: 10px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 200;
}


#pageFooter .pageTop a:hover{
}



@media only screen and (max-width: 1366px) {
.large {
	display: none !important;
}
.small {
	display: block !important;
	margin: 0 auto;
}
}