@charset "utf-8";

/* #leftArea */
#leftArea {	
	display: block;
}

/* centerTopArea */
#centerTopArea {
	display: none;
}

/* #bottomArea */
#bottomArea {	
	display: flex;
}

/* #bottomBigBanner */
#bottomBigBanner {
	display: none;
}

/* rightArea */
#rightArea {
	display: none;
}