.inner {
	position: relative;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	top: -60px;
	position: absolute;
	width: 100%;
	margin: 60px auto 0;
	line-height: 1;
	z-index: 999;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 7px;
	top: 55px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
	line-height: 3.0rem;
    z-index: 0;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	background-image: url("../images/common/arrow.png");
	background-repeat: no-repeat;
	background-position: left 8px;
	padding: 0 16px;
	position: relative;
	display: inline-block;
	 transition: .3s;
	text-decoration: none;
}
#global-nav ul li a::after {
	position: absolute;
	bottom: .2em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #222;
	opacity: 0;
	transition: .3s;
	text-decoration: none;
}
#global-nav ul li a:hover::after {
	bottom: 0;
	opacity: 1;
	text-decoration: none;
}





/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 10px;
	top: 47px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #333;
	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: 1100px) {

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 7px;
	bottom: 0;
}


}







@media screen and (max-width: 768px) {

	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		padding-bottom: 15px;
		width: 100%;
		border-bottom: 1px solid #666;
		z-index: 999;
		position: relative;
	}
	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -460px;
		background-color: rgba(0,0,0,0.7);
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
	}
	#global-nav ul li {
		float: none;
		position: static;
		border-bottom: 1px dashed #999;
	}
	#global-nav ul li:last-child {
		float: none;
		position: static;
		border-bottom: none;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 5px;
		background : none;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(600px);
		-webkit-transform: translateY(600px);
		transform: translateY(600px);
	}


/* 追加 */
#global-nav ul li a::after {
	position: absolute;
	bottom: .2em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ccc;
	opacity: 0;
	transition: .3s;
	text-decoration: none;
}
#global-nav ul li.shoten a::after {
	position: absolute;
	bottom: .2em;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ccc;
	opacity: 0;
	transition: .3s;
	text-decoration: none;
}
.toggle_arrow {
	background-image: url("../images/common/toggle_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 20px;
}
.smallmenu {
	font-size: 12px;
}





}



@media screen and (max-width: 620px) {

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -455px;
		background-color: rgba(0,0,0,0.7);
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#mobile-head {
		background: #fff;
		padding-bottom: 15px;
		width: 100%;
		border-bottom: 1px solid #666;
		z-index: 999;
		position: relative;
	}






}

