/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 08:17:52 */
/*ヘッダーの背景を非表示にする*/
.header{
 display:none;
}

.footer{
 display: none;
}

/*トップページの記事のタイトルを非表示にする*/
.page-title {
display: none;
}

/*トップページのタイトルの余白を消す
.home header {
margin :em;
}*/