@charset "UTF-8";
/* CSS Document */

html{
	font-size: 10px;
	/*font-size: 62.5%;*/
}

body {
     font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	 line-height: 1.5;
	 letter-spacing: 0;
	 color: #000000;
	 background-color: #F2F2F2;
}

.clearFix:after,
header:after,
#wrapper:after,
section:after,
footer:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	_zoom: 1;
}

*:first-child+html .clearFix:after,
*:first-child+html header:after,
*:first-child+html #wrapper:after,
*:first-child+html section:after,
*:first-child+html footer:after{ zoom: 1; } /* IE7 */

a,a img,input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
#menu,#pageTop img{
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	-ms-transition: 0.2s ease-out;
}

a:hover img,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="image"]:hover,
/*#menu:hover,*/#pageTop img:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

#wrapper{
	position: relative;
	min-width: 900px;
	margin: 0 0 0 320px;
}


/**************************************************
 header
**************************************************/
header{
	width: 320px;
	background-color: #fff;
	position: fixed;
	height: 100%;
	z-index: 9999;
}

h1{
	width: 320px;
	background-color: #88B5DD;
	height: 245px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

h1 img{display: block;margin: 0 auto;}

h1 img:first-child{margin: 0 auto 30px auto;}

#menu{
	width: 60px;
	height: 60px;
	background: url(../img/menu.png) no-repeat 0 0;
	background-size: 60px 120px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

#menu.selected{
	background: url(../img/menu.png) no-repeat center -60px;
	background-size: 60px 120px;
/*	border: 5px solid #00A23F;*/
	border-bottom: none;
}

/**************************************************
globalNavi
**************************************************/

#globalNavi{margin-top: -15px;height: 100vh;}

#globalNavi ul li{
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 500;
}

#globalNavi ul li a{
	display: block;
	padding: 20px 30px 20px 55px;
	color: #000;
	background: url("../img/top/pointer.png")no-repeat 90% 46%;
}

#globalNavi ul li a:hover,
#globalNavi ul li a.cur{
	background-color:#F2F2F2;
}

/**************************************************
 footer
**************************************************/
footer{
	background-color: #fff;
	margin-top: 65px;
	
}

footer p{
	color: #fff;
	text-align: center;
	line-height: 2.0;
	margin: 0px 0 20px 0;
	padding: 0;
	letter-spacing: 1px;
}

.fot_cont{
	background-color: #88B5DD;
	padding: 40px;
}

#link{width: 90%;
	margin: 0 auto;
	height: 100px;
}

#link a{
	color: #000;
	font-size: 17px;
	font-size: 1.7rem;
	display: inline-block;
	padding: 38px 25px 0 0 ;
	background: url("../img/top/pointer.png")no-repeat right 93%;
}

#link a:hover{
	opacity: 0.5;
}

#copyRight{
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-size: 1.7rem;
}

/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 640px){
	
#wrapper{
	margin: 0;
	min-width: 100%;
	padding-top: 60px;
}
	
/** header **********/

header{
	width: 100%;
	height: 60px;
	display: block;	
}
	
	header a{font-size: 15px;font-size: 1.5rem;}
	
	h1{
		width: 100%;
		height: 60px;
		text-align: left;
	padding: 0px 0 0 10px;
	}
	
	h1 img:first-child{	margin: 0;}
	
	h1 img{
		width: 13%;
		display: inline-block;
	}
	
	h1 img:last-child{
		margin: 0 0 0 20px;
		vertical-align: super;
		display: inline-block;
		width: 43%;
	}
	
	#menu{display: block;}

/** globalNavi **********/
#globalNavi{
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
	margin-top: 0;
}

#globalNavi ul{
	background-color: #FFFFFF;
	border: 5px solid #88B5DD;
	border-top: none;
}
	
	
#globalNavi ul li a{
	background: url("../img/top/pointer.png")no-repeat 90% 46%;
	background-size: 2.5%;
	font-weight: normal;
	padding: 17px 30px 21px 39px;
}
	
#globalNavi ul li a:hover{
	opacity: 1;
}
	
	
/** footer **********/
	footer{;margin-top: 20px;}
	
	footer p{margin: 0px 0 10px 0;}
	
	.fot_cont{padding: 20px 0;}
	
	#link{height: 55px;}
	
	#link a{
		font-size: 15px;
		font-size: 1.5rem;
		padding: 18px 25px 0 0;
		background: url("../img/top/pointer.png")no-repeat right 85%;
		background-size: 9%;
	}
	
	#copyRight{font-size: 15px;font-size: 1.5rem;}
	
	
}
