/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 23 2025 | 13:26:53 */
/* フッターのスタイル */

/* デフォルトのフッターを非表示&余白調整 */
#footer {
	display: none;
}
#before_footer_widget {
	margin-bottom: 0;
}

/* フッターのサイトマップメニュー色を白色に */
#before_footer_widget  ul li a {
color: #fff;
	transition: opacity .3s;
}
#before_footer_widget  ul li a:hover {
	opacity: .6;
}