@charset "utf-8";

body {
	background-image: none;
	background-color: #fff;
}

#container {
	background-image: none;
	background-color: #fff;
}

/* ヘッダーボタン非表示 */
#header .space-right {
	display: none;
}

/* メインメニュー非表示 */
#gnavi {
	display: none;
}

/* メニュー非表示 */
#left-box {
	display: none;
}

/* 戻るボタン非表示 */
#back-button {
	display: none;
}

/* サブメニュー非表示 */
#snavi {
	display: none;
}

#footer {
	width: 99%;
}

#header,
#gnavi,
#footer {
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
