#id_Content { width: 70%; padding-right: 20px; }
#id_ColRight { width: 30%; }

@media screen and (max-width: 480px){

#id_Content { width:auto; padding-right: 20px; }
/*--右欄最新文章手機板--*/
#id_ColRight .meMsg_MsgBlk {
    padding-left: 8px;
    padding-right: 8px;
    display: none;
}
#id_ColRight .meBlogNew .meMsg_MsgContentBlk {
    display: none;
    padding: 0 15px;
}
/*--右欄最新文章結束--*/
}