/* header */
#top-head {
	z-index: 999;
}
#top-head a {
	text-decoration: none;
}
/* Toggle Button  三メニュー設定*/
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #eee;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/*@media screen and (max-width: 980px) {
	
#global-nav ul li a {
	padding: 0 20px;
}

#top-head.fixed #global-nav ul li a {
	padding: 0 15px;
}
}*/
