@charset "utf-8";
/******* header *******/
#topmenu {
	/*margin-right:4px; ずれ解消メモ*/
}

/******* left nav *******/
#leftSide {
	display: none!important;
}
#leftSide::before { /* 20250403追加 */
	content: "";
	display: none;
	visibility: hidden;
}

/******* content *******/
#center1 {
	width: 860px!important;
}
#sp_content {
	width: 860px!important;
}
.centerbox {
	display: none;
}
.centerbox::before { /* 20250403追加 */
	content: "";
	display: none;
	visibility: hidden;
}

/******* footer *******/

.footer_area #fsrecommenddiv3,
.footer_area .footer_contents { /* 20250403に変更 */
	display: none;
}

/*
.footer_area {
	display: none!important;
}
*/
