/*
 * Claude01 Custom CSS
 * カスタマイズはここに書いてください。
 * style.css より後に読み込まれるため、同じセレクターで上書きできます。
 */

body {
    background-color: #ffffff;
    color: #666666;
    font-family: 'Times New Roman', serif;
    font-size: 1rem;
    line-height: 1.8;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Times New Roman', serif;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.75em;
    color: #666666;
}

.single .entry-title {
    font-size: 1.6rem;
}

.site-title {
    font-family: 'Times New Roman', serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.site-title a {
    text-decoration: none;
    color: #666666;
}

.main-navigation a {
    text-decoration: none;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    color: #666666;
}

.search-submit {
    padding: 0.5em 1em;
    background: #111111;
    color: #ffffff;
    border: 1px solid #111111;
    cursor: pointer;
    font-size: 0.7rem;
    font-family: Georgia, 'Times New Roman', serif;
    letter-spacing: 0.03em;
}


