/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 12:59:47 */
/* ==========================================================
 * 全カスタム投稿タイプページ：フッター下部の白い線を完全に消去
 * ========================================================== */

/* 1. アーカイブ（一覧）ページのフッター境界線を消す */
.archive.post-type-archive-principal footer,
.archive.post-type-archive-typical footer,
.archive.post-type-archive-dormitory footer,
.archive.post-type-archive-class_of_58 footer,
.archive.post-type-archive-class_of_59 footer,
.archive.post-type-archive-class_of_60 footer,

/* 2. シングル（詳細）ページのフッター境界線を消す */
.single-principal footer,
.single-typical footer,
.single-dormitory footer,
.single-class_of_58 footer,
.single-class_of_59 footer,
.single-class_of_60 footer {
    border-bottom: none !important;
    border-top: none !important; /* 万が一上部にも線がある場合のために予防 */
}
