/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 10 2025 | 00:47:44 */
/* 全ページ共通 */ 
#top-bar, .site-footer, .menu-toggle, .entry-header, #site-navigation, #secondary {
	display:none!important;
}
#primary-mono {
	width: 100%!important;
}
#main {
	width: 50%!important;
	margin: 0 Auto!important;
}
/* スマホ表示 */ 
@media (width <= 600px) {
	#main {
		width: 100%!important;
		margin: 0 Auto!important;
	}
}