﻿/* 整個內容方塊 */
.index重要資訊3 {
    margin: 0;
}

    /* 內容方塊標題文字 (h2) */
    .index重要資訊3 .blockTitle {
        text-transform: uppercase;
    }

.index重要資訊3 .shortcutList
{
    border : none 0;
    margin : 0;
    padding : 1rem;
}

.index重要資訊3 .eachShortcut {
    display: list-item;
    list-style-position: outside;
    
    line-height : 2rem;
    margin-left : 1rem;
}



