/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2026 | 02:25:10 */
/* 記事詳細ページの画像を中央揃え */
.single-school_news .entry-body img,
.single-important .entry-body img,
.single-dept_news .entry-body img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* 記事詳細ページのタイトル角丸 */
.single-school_news .entry-title,
.single-important .entry-title,
.single-dept_news .entry-title {
    border-radius: 8px !important;
}