#id_ContentBottom {
    background-image: url(https://comet.noonspace.com/w65NoonSpace/llp/MsgInfo/shelf_bg-1.jpg);
    background-color: #fff;
    padding: 110px 20px 110px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#id_MenuLeft { width: 100%; }
#id_MemoLeft, #id_MemoRight { width: 100%; background-color:#F7F3F0; }
#ns_Footer { background-color: #F7F3F0; padding-bottom: 90px; }
#ns_Copyright { margin-top: 0; }


/*筆分隔線*/

.divid_pen {
margin: 0 auto;
    max-width: 600px;
    width: 100%;
padding: 50px 0 80px 0;
}
.divid_pen .meMsg_MsgBlk {
position: absolute;
    text-align: center;
    max-width: 600px;
    width: 100%;
}


.divid_pen .meMsg_MsgImg:before {
    background: #231815;
    content: "";
    position: absolute;
    height: 1px;
    top: 45%;
    width: 30%;
    left: 0;
}


.divid_pen .meMsg_MsgImg:after {
background: #231815;
    content: "";
    height: 1px;
    position: absolute;
    top: 45%;
    width: 30%;
    right: 0;
}


/*好書推薦*/
.recommended { width: 100%;background: #F7F3F0; padding: 30px 0;}
.recommended .meMsg_MsgBlk div {
    display: flex;
    flex-direction: column-reverse;
}
.recommended .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    text-align: center;
    color: #010101;
    font-size: 18px;
    margin-bottom: 20px;
}
.recommended .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #7b7b7b;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 14px;
}

/*活動Banner*/
.event {
    max-width: 900px;
    margin: 0 auto;
}

/*新到商品、熱門商品*/
.newPrd, .hotPrd { margin-top: 60px; }
.newPrd .meMsg_MsgBlk div,
.hotPrd .meMsg_MsgBlk div {
    display: flex;
    flex-direction: column-reverse;
}
.newPrd .meMsg_MsgBlk .meMsg_MsgTitle,
.hotPrd .meMsg_MsgBlk .meMsg_MsgTitle {
    display: block;
    text-align: center;
    color: #010101;
    font-size: 18px;
    margin-bottom: 20px;
}
.newPrd .meMsg_MsgBlk .meMsg_MsgSubTitle,
.hotPrd .meMsg_MsgBlk .meMsg_MsgSubTitle {
    color: #7b7b7b;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 14px;
}

/*商品列表*/
.mePrdListBlk {
    margin-top: 45px;
}
.PrdListBlkD4 ul.PrdListBlk .PrdDesc { display: none; }
.PrdListBlkD4 ul.PrdListBlk {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.PrdListBlkD4 ul.PrdListBlk li.PrdCell {
margin: 15px;
    float: none;
    background-color: #fff;
}
.PrdListBlkD4 ul.PrdListBlk li.PrdCell .MsgPrdCell {
    text-align: justify;
    width: 200px;
}

.PrdListBlkD4 ul.PrdListBlk li.PrdCell {
    padding: 0px;
}

.PrdListBlkD4 ul.PrdListBlk li .MsgPrdContent {
    display: block;
    padding: 10px;
}
.divPrdListBlk .MsgPrdImgURL {
    height: 250px;
    overflow: hidden;
    display: block;
}
.PrdListBlkD4 ul.PrdListBlk .PrdImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.PrdListBlkD4 ul.PrdListBlk .PrdTitle {
    display: block;
    font-size: 12px;
    text-align: left;
}


@media (max-width: 725px) {
#ns_Content {
    max-width: 375px;
}

}

