@charset "utf-8";

/* wide -------------------------------------- */
.wideStyle #container:before {
	display: none;
}
@media only screen and (min-width: 601px) {
	.wideStyle #container article {
		width: 100%;
		max-width: 100%;
	}
	.wideStyle #lNav {
		display: none;
	}
	.wideStyle .clearfix .sideL,
	.wideStyle .clearfix .sideR {
		max-width: 460px;
	}
}
@media only screen and (max-width: 600px) {
	.wideStyle #lNav {
		margin-bottom: 0;
		background-color: #fff;
	}
	.wideStyle #lNav nav {
		position: absolute;
		left: 50%;
		top: 0;
		width: 50%;
		padding: 0 90px 0 8px;
		background-color: #ededed;
		border-left: 2px solid #000;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}