@charset "utf-8";

body {
}

/* ヘッダーボタン非表示 */
#header .space-right {
	display: none;
}

/* メインメニュー非表示 */
#gnavi {
	display: none;
}

/* 階層非表示 */
#location {
	display: none;
}

/* 見出し調整 */
#hypnotherapy ul.midashi li,
#saimin ul.midashi li,
#therapy ul.midashi li,
#introduction ul.midashi li,
#message ul li {
	padding: 0;
}


/* サブ部分非表示 */
#right-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;
}

