/*
 * AI
 * */
/* Archive内の.activeクラスを目立たせるスタイル */
.newslndex li.active {
    /* フォントを太字に */
    font-weight: bold !important;

    /* パディングを追加してクリック感を演出 */

    /* トランジション効果 */
    transition: all 0.3s ease !important;

    /* ホバー時の効果 */
    position: relative;
}

