/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 29 2026 | 13:05:09 */
/* ==========================================
   投稿一覧各種設定
   ========================================== */




/* 投稿一覧のタイトル文字サイズを小さくする */
.vk_posts .vk_post_title, 
.vk_posts .vk_post_title a {
    font-size: 21px !important; /* お好みのサイズ（14px〜18pxあたり）に調整してください */
    font-weight: bold !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-decoration: none !important;
}



/* カスタム投稿タイプを含む、あらゆる前後ナビを強制非表示 */
.section.next-prev-nav,
.next-prev-nav,
.postNextPrev,
.next-prev,
.vk-post-nav,
.child_page_nav {
    display: none !important;
}



/* 投稿詳細ページ（single）のメイン画像を横幅いっぱいに広げる */
.single .entry-eye-catch img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin-bottom: 30px;
    display: block;
}