/* 記事下・カテゴリ下リンクのデザイン */
.asami-bottom-link {
    text-align: right;    /* 右寄せ */
    margin-top: 30px;     /* 上の余白 */
    margin-bottom: 10px;  /* 下の余白 */
    font-weight: bold;    /* 太字 */
    font-size: 0.95em;    /* 少し小さめ */
}

.asami-bottom-link a {
    color: #03C;          /* リンク色（サイトのメインカラーに合わせる） */
    text-decoration: underline;
}

.asami-bottom-link a:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* カテゴリページで説明文の下に余白を作る */
.category-back-link {
    margin-top: 40px;
}
