@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;
}
.wrapper{
	/* background: white; */
    min-height: calc(100vh - 140px);
}
#wrapper{
	/* background: white; */
    min-height: calc(100vh - 140px);
	width:100%;
}
.white_contents{
	background: white;
	width:100%;
    padding: 10px 20px 20px 20px;
}