/*Main區塊與Footer區塊的間距*/
body #ns_Main { padding-bottom: 195px; }


/*文章最大包層設定*/
body .dataBlogList {
    max-width: 360px;
}


/*文章主題wrapper*/
.BlogListD_0, .BlogListD_1 {
    margin-bottom: 10px;
    border: 0;
    margin: 0 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}


/*文章主標*/
body .BlogListHTML .meMsg_MsgTitle { display: none; }


/*文章副標*/
body .BlogListHTML .meMsg_MsgSubTitle { display: none; }


/*文章主圖片*/
.BlogListHTML .meMsg_MsgImg img { margin-bottom: 0; width: 100%; }




/*---手機版開始---*/
@media (max-width: 740px) {

/*Main區塊與Footer區塊的間距*/
body #ns_Main { padding-bottom: 95px; }


/*文章最大包層設定*/
body .dataBlogList { margin-bottom: 30px; }


}
/*---手機版結束---*/
