@charset "UTF-8";

/* ブログ本文専用の簡易スタイル調整 */

.post-date {
    color: #666;
    font-size: 0.9rem;
}

/* microCMSから取得したタイトルの調整 */
/* 基本はstyle.cssのh2を継承 */

/* 本文内の画像のはみ出し防止 */
.post-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
}

/* 本文内の見出し調整 */
.post-content h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 0.5em 0.7em;
    background: #f4f4f4;
    border-left: 5px solid #AD87CD;
    font-size: 1.2rem;
}

.post-content p {
    line-height: 1.8;
}

.error-message {
    text-align: center;
    padding: 100px 0;
}