﻿/* 整個內容方塊 */
.index活動預告11 {
    
    margin: 0;
}

    /* 內容方塊標題文字 (h2) */
    .index活動預告11 .blockTitle {
        font-size : 1.3em;
        margin-left: 7px;
    }

.index活動預告11 .loopElementList
{
    height: 400px;
}

.index活動預告11 .noteList
{
    border : none 0;
    margin : 0;
    padding : 0;
}

.index活動預告11 .eachNote {
    border-bottom: solid 1px #dddddd;
    padding: 0.5rem;
}

.index活動預告11 .date
    {
        font-size: 0.8rem;
        margin-bottom : 0.5rem;
    }


    .index活動預告11 .heading {
        font-weight: bold;
        display: block;
    }

    .index活動預告11 .details {
        font-size: 0.8rem;
        line-height : 1.2rem;
    }
    .index活動預告11 .details:empty {
        display:none;
    }
