/*分類、作者 隱藏*/
.BlogInfo1 { display: none; }

/*評論比數、瀏覽次數、發表時間 隱藏*/
.BlogInfo3 { display: none; }

/*主題內文資訊 隱藏*/
#ns_Content .BlogInfoHTML .meMsg_MsgBlk { display: none; }

/*外層設定歸零*/
.BlogInfoD_1 { border: 0; padding: 0; }

/*文字區塊設定*/
#ns_Content .BlogInfoHTML .meMsg_MsgContent { width: 32%; }

/*照片區塊設定*/
#ns_Content .BlogInfoHTML .meMsg_MsgListBlk { display: block; width: 59%; }
#ns_Content .BlogInfoHTML .meMsg_MsgContentBlk .meMsg_MsgTitle { font-size: 26px; color: #333; line-height: 150%; margin-bottom: 10px;}
#ns_Content .BlogInfoHTML .meMsg_MsgContentBlk .meMsg_Content { color: #898989; }
#ns_Content .BlogInfoHTML .meMsg_MsgListBlk .itemMsgArticle img { width: 100%; }



/*圖左字右 版型設定*/

/*文字區塊設定*/
#ns_Content .cLeft .BlogInfoHTML .meMsg_MsgContent { position: fixed; right: 4%; top: 15%; }

/*照片區塊設定*/
#ns_Content .cLeft .BlogInfoHTML .meMsg_MsgListBlk { float: left; }



/*圖右字左 版型設定*/

/*文字區塊設定*/
#ns_Content .cRight .BlogInfoHTML .meMsg_MsgContent { position: fixed; left: 4%; top: 15%; }

/*照片區塊設定*/
#ns_Content .cRight .BlogInfoHTML .meMsg_MsgListBlk { float: right; }





/*手機版型恢復*/
@media (max-width: 700px) {

/*外層設定*/
.BlogInfoD_1 { margin-bottom: 50px; }

/*圖區塊、文區塊翻轉*/
#ns_Content .BlogInfoHTML .meMsg_MsgMainTd { display: flex; flex-flow: column-reverse; }

/*文字區塊設定*/
#ns_Content .BlogInfoHTML .meMsg_MsgContent { margin-bottom: 30px; }

/*照片區塊設定*/
#ns_Content .BlogInfoHTML .meMsg_MsgListBlk .itemMsgArticle { margin-bottom: 30px; }


/*文字區塊 設定恢復*/
#ns_Content .cLeft .BlogInfoHTML .meMsg_MsgContent { position: unset; width: 100%; }
#ns_Content .cRight .BlogInfoHTML .meMsg_MsgContent { position: unset; width: 100%; }

/*圖片區塊 設定恢復*/
#ns_Content .cLeft .BlogInfoHTML .meMsg_MsgListBlk { float: none; width: 100% }
#ns_Content .cRight .BlogInfoHTML .meMsg_MsgListBlk { float: none; width: 100% }

}

