﻿/* 整個內容方塊 */
.index小提示（未來）6 {
    
    margin: 0;
}

    /* 內容方塊標題文字 (h2) */
    .index小提示（未來）6 .blockTitle {
    }

    .index小提示（未來）6 .noteList {
        border: none 0;
        margin: 0;
        padding: 0;
    }

    .index小提示（未來）6 .eachNote {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

    .index小提示（未來）6 .dateIcon {
        
        width: 4rem;
        height: 5rem;
        display: inline-block;
        background-color: #ffffff;
        text-align: center;
        border: solid 1px rgb(135,77,0);
        flex-grow: 0;
        flex-shrink: 0;
    }

    .index小提示（未來）6 .month {
        
        width: 100%;
        line-height: 2rem;
        background-color: rgb(135,77,0);
        color: #ffffff;
        font-weight: 900;
    }

    .index小提示（未來）6 .day {
        
        width: 100%;
        line-height: 3rem;
        font-size: 1.5rem;
        font-weight: 900;
    }

    .index小提示（未來）6 .text {
        margin-left: 1rem;
        flex-grow: 1;
        flex-shrink: 1;
    }

        .index小提示（未來）6 .text h2 {
            margin-top: 0;
        }



