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