#mm-blocker { display: none;}

.mm-page {
  box-shadow: none;
  background: inherit;
  width: 100%;
  min-height: 100%;
  margin: 0;
  left: 0;
  top: 0 ;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mm-menu {
  position: absolute !important;
	top: 130px !important;
  z-index: 2;
  width: 100%;
	height: auto;
	overflow: hidden !important;
	min-width: inherit;
	max-width: inherit;
  padding: 0 !important;
	border: none;
	background: none;
}
.mm-menu > .mm-list:after {
  display: none;
	height: 0;
}

.mm-menu > .mm-panel,
.mm-menu .mm-list {
	position: relative;
	width: auto;
	height: auto !important;
	padding: 0;
	overflow: hidden !important;
}

.mm-menu.mm-top, .mm-menu.mm-right, .mm-menu.mm-bottom {
  top: 0;
	right: auto;
  bottom: auto;
  left: 0;
}
.mm-menu:first-child, .mm-menu.mm-current { display: block;}

.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span { background: none;}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after { display: none;}

.mm-subopen { display: none !important;}

.mm-menu > .mm-panel.mm-subopened {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.mm-menu > .mm-panel {
	/* -webkit-transform: translate(100%, 0); */
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mm-menu.mm-vertical .mm-list .mm-panel { border-top: 0;}

.mm-menu.mm-vertical .mm-list .mm-panel .mm-list {
	margin: inherit;
	padding: inherit;
}

.mm-menu.mm-vertical .mm-list .mm-panel .mm-list a b:before {
	display: none;
	margin-right: 0;
	content: '';
}

.mm-menu.mm-vertical .mm-list .mm-panel .mm-list a span {
	display: inherit;
	margin-left: 0;
}

			

/* static Gnavi */
#menu > ul {
	width: 955px;
	margin: 0 auto;
}

.mm-menu {
	text-align: center;
	letter-spacing: -0.32em;
}

.mm-menu li {
	display: inline-block;
	color: #0D152B;
	letter-spacing: 0;
	vertical-align: top;
}

.mm-menu li a {
	position: relative !important;
	width: auto !important;
	height: 70px !important;
	margin: 0 !important;
	padding: 25px 14px 24px !important;
}

.mm-menu li a:hover {
	padding: 25px 14px 21px !important;
	border-bottom: 3px solid #0D152B;
}

.mm-menu li a:active { background: none;}

.mm-menu li.active > a {
	padding: 25px 14px 21px !important;
	border-bottom: 3px solid #0D152B;
}


/* Child */
.mm-menu #mm-1 {
	display: none;
	position: relative;
	top: 2px;
	left: 0;
	padding-bottom: 2px;
	background: url(../img/common/bg-paper.png);
}

.mm-menu #mm-1 ul {
	margin: 0;
	padding: 0;
}

.mm-menu #mm-1 ul li { display: block;}

.mm-menu #mm-1 ul li a {
	height: auto !important;
	padding: 7px 0 8px !important;
	background: none;
	color: #0D152B;
	text-indent: 0;
}
.mm-menu #mm-1 ul li:first-child a { padding-top: 13px !important;}

.mm-menu #mm-1 ul li a:hover { padding: 7px 0 5px !important;}
.mm-menu #mm-1 ul li:first-child a:hover { padding-top: 13px !important;}
