@import "header.css";
@import "navi.css";
@import "menu.css";
@import "footer.css";

#body-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #F9F9F9;
}

#body-contents {
	flex-grow: 1;
	display: flex;
}

#contents-wrapper {
	flex: 1;
}

#main-contents {
	padding: 20px;
/*	max-width: 1166px;*/
	max-width: 1400px;
}

#main-contents.wd_max {
	max-width: none;
}
