@charset "utf-8";

/* --- 1. 基本設定 --- */
body {
    background-color: #000000 !important;
    color: #e0e0e0 !important;
    font-family: sans-serif;
    padding-top: 0px;
    line-height: 1.8;
}

/* リンク全般のアンダーラインを消去 */
a { 
    color: #ff3366 !important; 
    text-decoration: none !important; 
}
a:hover { 
    text-decoration: underline !important; 
}

/* --- 2. 本文・キャプション設定 --- */
.honbun {
    font-size: 1.4rem !important;
    line-height: 2.0;
    margin-bottom: 40px;
    word-wrap: break-word;
}

.honbun img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 00px 0;
}
.honbun h2,.honbun h3,.honbun h4 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
    margin: 40px 0 20px 0;
    display: flex;
    align-items: center;
}

.honbun h2::before,.honbun h3::before,.honbun h4::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #ff6600; /* オレンジの正方形 */
    margin-right: 12px;
}

/* 冨樫さんによるカスタマイズ：figcaption */
.honbun figcaption {
    display: block;
    text-align: center !important;
    font-size: 0.8rem !important;
    color: #888 !important;
    margin-top: 5px !important;
}

/* カテゴリーリンク（青文字をtext-dangerへ） */
.category_link_area {
    text-align: right !important;
    margin-top: 20px;
    font-size: 1.1rem;
}
.category_link_area a {
    color: #dc3545 !important; /* Bootstrap 5のtext-danger(赤)に統一 */
    font-weight: bold;
}

/* --- 3. サイドバー：青い線を消去 --- */
.side_entry_link {
    text-decoration: none !important; /* 青いアンダーラインを完全に消去 */
    display: block;
    margin-bottom: 15px;
}

.side_entry_item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px;
}

.image_waku {
    width: 80px !important;
    height: 60px !important;
    flex-basis: 80px !important;
    flex-shrink: 0 !important;
    overflow: hidden;
    border-radius: 4px;
    background: #333;
}

.side_thumb {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
}

.side_entry_item p {
    font-size: 1rem !important;
    margin: 0;
    line-height: 1.4;
    color: #ff3366 !important;
    text-decoration: none !important; /* ここでもアンダーラインを念押しで消去 */
}

/* --- 4. 共通パーツ（ロゴ・ボタン） --- */
.unitoro_title_svg {
    width: 100% !important;
    max-width: 900px !important;
    height: auto;
    padding: 20px 0;
    display: block;
    margin: 0 auto;
}

.issue { 
    text-align: right !important;
    font-size: 1rem; 
    color: #999; 
    margin-bottom: 2rem; 
}

#pager_default, #pager_permalink {
    margin: 50px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

#pager_default a, #pager_default b, #pager_permalink a.btn {
    padding: 12px 18px !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #D33642 !important;
}
#pager_default b { background-color: #000 !important; border: 1px solid #fff !important; }
#pager_permalink a.btn { width: 100%; text-align: left; margin-bottom: 10px; }