@charset "UTF-8";

/* ==================================================
J-WAVE COMMON OVERWRITE
================================================== */

body {
	text-align: center;
}

@media screen and (max-width: 900px) {
	#commonFooter {
		width: 100% !important;
		position: static !important;
	}
	#commonFooterInner {
		padding: 15px 0 !important;
		width: 100% !important;
		background-color: #282828 !important;
		text-align: center !important;
	}
	#commonFooter li {
		display: inline-block !important;
		float: none !important;
	}
}
