
.mm { z-index: 9999;}
nav:not(.mm) {
/*	display: none;*/
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	position: relative;
	right: 5px;
	font-size: 16px;
	font-weight: bold;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	/*width: 100%;*/
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	padding: 11px;
	position: absolute;
	top: -50px;
	right: -10px;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #0e0e0e;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
.sp-menu-bg {
    background-color: #f2f0f0 !important;
}
.sp-menu-bg-black {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0 !important;
}
.sp-menu-bg a {
    border-top: 1px solid #d4d4d4 !important;
}
.sp-menu-bg-black a {
    border-top: 1px solid #d4d4d4 !important;
    color: #ffffff !important;
}
