.MsgPrdQty .PrdQty { display:none; }
.divCell .PrdCell:after { content:'Précommande'; display:block; text-align:center; background: #fda; color: #f80; padding: 2px; }
.divCell .PrdCell.s1---:after  { content:'Disponible'; background: #afa; color: #080; }
.divCell .PrdCell.s1正常:after { content:'Disponible'; background: #afa; color: #080; }
.divCell .PrdCell.s1---[qty='0']:after  { content:'Précommande'; background: #fda; color: #f80; }
.divCell .PrdCell.s1正常[qty='0']:after { content:'Précommande'; background: #fda; color: #f80; }

.ShopPageHotList .PrdListBlkD4 ul.PrdListBlk .PrdTitle{
	 height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#ns_Content {
    max-width: 750px;
    margin: 105px auto 0;
}

.phpPrdList #id_ColLeft {
    height: auto;
}

.ShopPageHotList {
    margin-top: 100px;
}

.PrdListBlkD4 ul.PrdListBlk .PrdImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ShopPageHotList ul.PrdListBlk li.PrdCell .MsgPrdCell {
    text-align: justify;
    width: 150px;
    margin: 15px;
    background: #eee;
}
@media (max-width: 700px) {
.phpPrdList #id_ColLeft {
    margin-top: 0px;
}  
/**-----箭頭-----*/
.prdPageSubTree .TreeGroup_3 .TreeNode { display: none;}
.prdPageSubTree div.meMsg_MsgBlk span.meMsg_MsgTitle:after {
	 
    background: url(https://nebula.noonspace.com/w82/developer/MsgInfo/down-arrow2.svg) no-repeat 0 0;
    display: inline-block;
    content: '';
    background-size: 100%;
    float: right;
    width: 20px;
    margin-top: 7px;
    height: 10px;
    transition: 0.5s ease;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.prdPageSubTree div.meMsg_MsgBlk span.meMsg_MsgTitle.hide:after {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.PrdListBlkD4 ul.PrdListBlk li.PrdCell {
    padding: 0px;
    width: 40%;
    margin: 20px 5%;
}
.ShopPageHotList ul.PrdListBlk li.PrdCell .MsgPrdCell {
    width: unset;
    margin: 0px;
}
}