#menu {
	background: url('../images/bg_menu.png')!important;
	background-size: 100% 100%!important;
	border-bottom: 1px solid #fff!important;
}
#menu .container {
	height: 50px;
}
#menu ul.nav {
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu ul.nav li {
	float: left;
}
#menu ul.nav li a {
	display: block;
	padding: 0px 17px;
	line-height: 50px;
}
#menu ul.nav li.first{
	margin-left: 18px;
}
#menu ul.nav li.last{
	margin-right: 18px;
}
#menu ul.nav li a{
	float: left;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-family: nis_s3;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#menu ul.nav li:hover a span, #menu ul.nav li.active a span {
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
}
/*Navigation -----------------------------------------------*/
#menu-sticky-wrapper{
	height: 50px !important;
}
#menu-sticky-wrapper #menu
{
	left: 0;
	top: 0;
	right: 0;
	z-index: 2000;
}
/*menu sp ----------------------------------------*/
#menu-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 74px;
	height: 89px;
	background: url('../images/toggle_open.png') no-repeat center center;
	background-size: 100% 100% !important;
	padding: 0px;
	display: none;
}
.menu-sp-active {
	background: url('../images/toggle_close.png') no-repeat center center
		!important;
}
.menu-sp-inactive {
	background: url('../images/toggle_open.png') no-repeat center center
		!important;
}
.menu-sp {
	position: fixed;
	top: 128px;
	right: 0px;
	width: 100%;
	bottom: 0px;
	overflow: auto;
	z-index: 99998;
	background: url("../images/bg_view_detail.png");
	display: none;
	text-align: center;
}
.menu-sp ul {
	z-index: 9999;
	height: 100%;
}
.menu-sp ul li {
	border-bottom: 1px solid #fff;
}
.menu-sp ul li a {
	color: #fff;
	font-size: 30px;
}
.menu-sp ul li a, .menu_box ul li span {
	display: block;
	text-decoration: none;
	color: #fff;
	text-align: center;
}