﻿/* 整個內容方塊 */
.mp頂部捷徑列3 {
 
    margin: 0;
}

    /* 內容方塊標題文字 (h2) */
    .mp頂部捷徑列3 .blockTitle {
    }

.mp頂部捷徑列3 .shortcutList
{
    border : none 0;
    margin : 0;
    padding : 0;

    display : flex;
    flex-direction : row;
    flex-wrap : wrap;
    justify-content: flex-end;
    align-items : flex-start;
}

.mp頂部捷徑列3 .eachShortcut {
    display : block;
}

    .mp頂部捷徑列3 img {
    }

