#Outline > header {
	padding-bottom: 10px;
}
#Outline > header .justSp {
	display: block;
	cursor: pointer;
}
#Outline > header .searchLayer {
	position: absolute;
	top: 90px;
	right: 0;
	padding: 0;
	width: 200px;
	height: 0;
	background-color: #e5e5e6;
	z-index: 100;
	overflow: hidden;
	box-sizing: border-box;
}

#Outline > header .searchArea {
	margin: 8px;
}

#Outline > header p {
	top: auto;
    bottom: 0;
	left: 0;
    -webkit-transform: initial;
    	-ms-transform: initial;
    		transform: initial;
	width: 100%;
	padding: .5em 50px;
	box-sizing: border-box;
}
#Outline > header p br {
	display: none;
}
/*#UserNav {
	float: none;
	width: 100%;
	margin-top: -8px;
	text-align: right;
}
.userMenu {
	display: flex;
    justify-content: flex-end;
}*/
#UserNav {
	display: none;
}
#UserNav.nav {
	position: absolute;
	right: 0;
	z-index: 100;
	float: none;
	display: block;
	background: #e5e5e6;
	border: solid 8px #e5e5e6;
	border-top: none;
	/*overflow: scroll;*/
}
.userMenu {
	margin-bottom: 0;
}
aside {
	display: none;
}
aside.nav {
	position: absolute;
	right: 0;
	z-index: 100;
	float: none;
	clear: none;
	display: block;
	background: #e5e5e6;
	border: solid 8px #e5e5e6;
	border-top: none;
	/*overflow: scroll;*/
}
aside.nav ~ * {
	opacity: .3;
	pointer-events: none;
}
aside.nav .searchArea {
	display: none;
}
aside li:hover {
	background-color: #FFF;
}

article {
	width: 100%;
	max-width: 738px;
	margin: auto;
}
footer {
	width: 100%;
	max-width: 738px;
	margin: auto;
}
