@charset "utf-8";


#headerSp {
	width:100%;
	min-width:1240px;
	position:fixed;
	top:66px;
	left:0;
	z-index:10;
}

#header p,#header ul,#header ol,#header li,
#headerOptions li,
#globalNavi p,#globalNavi ul,#globalNavi ol,#globalNavi li{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-size:100%;
}
#header p,
#globalNavi p{
	line-height:1.4;
}

#header img,
#headerOptions img,
#globalNavi img{
	border:none;
	line-height:1;
}

#header a > img,
#header div > img,
#globalNavi a > img,
#globalNavi div > img{
	vertical-align: top;
}



#headerInner {
	width: 1156px;
	margin: 0px auto;
	padding: 0 22px;
}

#headerSp {
	height: 50px;
	font-size: 14px;
}

#globalNavi {
	width: 100%;
	background: #fff;
	height: 50px;
	position: relative;
}


#globalNavi #globalNaviInner {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
}

#globalNaviInner > ul {
	margin: 0;
}

#globalNaviInner > ul > li {
	float: left;
	font-size: 105%;
	text-align: center;
	list-style-type:none;
	font-weight: bold;
	line-height: normal;
	border-right: 1px solid #e6e6e6;
	padding: 0 1px 1px;
}

#globalNaviInner > ul > li:first-child {
	border-left: 1px solid #e6e6e6;
}

#globalNaviInner > ul > a > li {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 14px 0 0;
	position: relative;
	margin: 0;
	text-align: center;
	min-height: 35px;
}
#globalNaviInner > ul > li:first-child > a {
	width: 236px;
}
#globalNaviInner > ul > li > a:after {
	content: "";
	height: 2px;
	width: 0%;
	display: block;
	background: #00a7ac;
	padding: 0;
	margin: -3px 0 0;
	transition: all .2s;
	left: 50%;
	position: absolute;
	bottom: 0;
}
#globalNaviInner > ul > li:hover > a:after,
#globalNaviInner > ul > li.current > a:after {
	padding: 0;
	width: 100%;
	left: 0;
}

.menuIconWrapper {
	display: none;
}

@media screen and (max-width:1024px){
	
	body {
		min-width: 320px;
		padding: 0;
		font-size: 100% !important;
	}

	html,body {
		-webkit-text-size-adjust: 100%;
	}


	#header,
	#globalNavi,
	#footer,
	#footerGlobal > ul {
		width: 100%;
		min-width: inherit;
	}

	/****************************** header ******************************/
	#header,#globalNavi {
		position: static;
		left: inherit;
		top: inherit;
		z-index: auto;
	}
	#header {
		height: 50px;
	}
	#headerInner {
		width: 100%;
		margin: 0;
		padding: 0;
		height: 50px;
	}

	/****************************** hamburger-menu ******************************/

	.menuIconWrapper {
		display: block;
	}
	.menuIconWrapper > .menuIcon {
		width: 50px;
		height: 50px;
		overflow: hidden;
		min-width: 50px;
		top: 0;
		left: inherit;
		right: 0px;
		position: absolute;
		background: rgba(9,101,181,0.9);
	}
	.menuIconWrapper > .menuIcon span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 16px;
		width: 18px;
		height: 2px;
		background-color: #fff;
	}
	.menuIconWrapper > .menuIcon span:nth-of-type(1) {
		top: 17px;
	}
	.menuIconWrapper > .menuIcon span:nth-of-type(2) {
		top: 24px;
	}
	.menuIconWrapper > .menuIcon span:nth-of-type(3) {
		bottom: 17px;
	}
	
	.menuIconWrapper > .menuIcon span:nth-of-type(2):after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 18px;
		height: 2px;
		background-color: #fff;
		transition: all .4s;
	}
	.menuIconWrapper > .menuIcon.active span:nth-of-type(1) {
		transform: translateY(7px) scale(0,0);
		opacity:0;
	}
	.menuIconWrapper > .menuIcon.active span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.menuIconWrapper > .menuIcon.active span:nth-of-type(2):after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.menuIconWrapper > .menuIcon.active span:nth-of-type(3) {
		transform: translateY(-7px) scale(0,0);
		opacity:0;
	}

	#headerSp {
		position: fixed;
		width: 100%;
		height: auto;
		background: rgba(9,101,181,0.9);
		z-index: 3;
		top: 50px;
	}
	#globalNavi {
		display: none;
		height: auto;
		background: none;
	}
	#headerOptionsInner,
	#globalNavi #globalNaviInner,
	#globalNavi #globalNaviInner {
		width: 100%;
		min-width: inherit;
		height: auto;
	}
	#globalNavi #globalNaviInner {
		height: auto;
		float: none;
		padding: 0;
	}
	#globalNaviInner > ul {
		float: none;
		padding: 14px 12px 0;
		margin: 0 0 15px;
	}


	#globalNaviInner > ul > li > a:after,
	#globalNaviInner > ul > li:hover > a:after,
	#globalNaviInner > ul > li.current > a:after {
		display:none;
	}

	#headerTrueBlue {
		display: none;
	}

	body{
		margin-top:0px !important;
	}
	#headerSp {
		min-width:100%;
	}


}