/*
Theme Name: IT/Web Dictionary Theme
Theme URI: https://manus.im
Author: Manus AI
Author URI: https://manus.im
Description: IT/Web業界用語辞書専用のカスタムテーマ。「Modern Editorial」デザインとスマホUXに特化。
Version: 1.1
License: MIT
License URI: http://opensource.org/licenses/mit-license.php
*/

/* 基本設定 */
body {
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    background-color: #fcfcfc;
}

/* 記事本文のスタイル調整 */
.entry-content h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
    color: #1e293b;
}

.entry-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
    color: #334155;
}

.entry-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #475569;
}

.entry-content ul {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.entry-content li {
    margin-bottom: 0.5rem;
}

/* スマホ用ボトムナビゲーションの調整 */
.mobile-nav-safe-area {
    padding-bottom: 4rem; /* ボトムナビの高さ分 */
}
