@charset "utf-8";
/* ========================
   bootstrap reset
   ======================== */

#Global-nav-wrap .navbar-collapse.in {
	overflow-y: scroll;
}
#Global-nav-wrap .navbar-collapse {
	max-height: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #9d8561 !important;
}
ul {
	padding: 0px;
	margin: 0px;
}
/* pc navigation */


.header-pc-navi {
	background-color: #000;
	width: 100%;
}
.header-pc-navi-ul {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header-pc-navi-ul li {
	border-right: 1px solid #ccc;
	display: table-cell;
	position: relative;
	width: 1%;
}
.header-pc-navi-ul li:last-child {
	border-right: none;
}
.header-pc-navi-ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.header-pc-navi-ul li a:hover {
	background: #e9e9e9;
}
/* pc sub menu */

.header-pc-navi-ul ul.sub-menu {
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 999;
	display: none;
}
.header-pc-navi-ul .sub-menu li:first-child {
	margin-top: 6px;
}
.header-pc-navi-ul .sub-menu li {
	display: inherit;
	background: #eee;
	width: 100%;
	margin-top: 1px;
}

@media screen and (max-width: 991px) {
.navbar-toggle {
	width: 30px;
	height: 30px;
}
.navbar-toggle .icon-bar {
	width: 30px;
	background: #000;
	transition: all 0.2s ease-in 0s;
	-ms-transform: all 0.2s ease-in 0s;
	-moz-transform: all 0.2s ease-in 0s;
	-webkit-transform: all 0.2s ease-in 0s;
	position: absolute;
	height: 3px;
	left: 0px;
	top: 5px;
	font-weight: bold;
}
.navbar-toggle .icon-bar + .icon-bar {
	top: 10px;
}
.navbar-toggle .icon-bar + .icon-bar + .icon-bar {
	top: 19px;
}
.active .icon-bar {
	transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	top: 16px;
	font-weight: bold;
}
.active .icon-bar + .icon-bar {
	display: none;
}
.active .icon-bar + .icon-bar + .icon-bar {
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	display: block;
	top: 12px;
}
.navbar-collapse {
	width: 100%;
	max-height: inherit;
}
.header-sp-navi-ul {
	background: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.header-sp-navi-ul li {
	width: 100%;
	list-style: none;
}
.header-sp-navi-ul li:last-child {
	border-right: none;
}
.header-sp-navi-ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 12px 0;
	display: block;
}
.header-sp-navi-ul li a:hover {
	background: #e9e9e9;
}
/* sp sub menu */

.header-sp-navi-ul .sub-menu li {
	display: inherit;
	background: #ddd;
	width: 100%;
}
}
