@charset "utf-8";
/*-----------------------------------------------------------
***  [ グループ共通 layout ]  ***
------------------------------------------------------------*/
/*-----------------------------------------------------------
===  [ header ]  ============================================
------------------------------------------------------------*/
header#header {
	border-bottom: none;
}
header#header:before {
	content: "";
	display: block;
	width: 100%;
	height: 46px;
	background: #404040;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 30;
}
header#header .ci {
	width: 48%;
}

@media screen and (max-width: 1060px) {
header#header .ci {
	width: 50%;
}
}
header#header .ci a {
	width: 100%;
}
header#header nav.global-wrap {
	height: 46px;
	padding: 20px 0 0;
}
header#header .global > li a.gnav-btn {
	display: table;
	height: 46px;
	padding: 0;
	color: #fff;
	position: relative;
	z-index: 31;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
header#header .global > li a.gnav-btn:hover {
	color: #fff;
}
header#header .global > li a.gnav-btn span {
	display: table-cell;
	vertical-align: middle;
	padding: 0 19px;
}
