@charset "UTF-8";

/*-----------------------------------------------------
list_element.css
update 2016年12月15日
-------------------------------------------------------*/

#rankingItem {
    min-height: inherit;
}

#rankingItem li.rank1 {
    padding-bottom: 15px;
    margin-top: 10px;
}

#rankingItem li.rank1,
#new_arrivalItem li.newarrival1,
#checkedingItem li.checked1,
#cart .othe_box li {
    height: inherit !important;
}

#rankingItem li.rank1:nth-child(4n+1),
#new_arrivalItem li:nth-child(4n+1),
/* PAL comment out */
/*#checkedingItem li.checked1:nth-child(6n+1),
#cart .othe_box li:nth-child(6n+1),*/
#news .detail_other_box li:nth-child(5n+1) {
    clear: both;
}

.ico_box {
    margin-bottom: 3px;
}

.ico_box .new_ico {
    margin-left: 0;
    margin-right: 3px;
}


/* clear */
/* PAL comment out */
/*#mypage .favorite_box li:nth-child(6n+1) {
    clear: both;
}*/


/* none */

#rankingItem .new_ico.restock,

/*#rankingItem .new_ico.reservation,*/

#rankingItem .new_ico.nostock,

/* 20190814 PAL */
/* #new_arrivalItem .new_ico.restock, */

/*#new_arrivalItem .new_ico.reservation,*/

#new_arrivalItem .new_ico.nostock,
#checkedingItem .new_ico.restock,

/*#checkedingItem .new_ico.reservation,*/

#checkedingItem .new_ico.nostock,
#cart .othe_box .new_ico.restock,

/*#cart .othe_box .new_ico.reservation,*/

#cart .othe_box .new_ico.nostock {
    display: none;
}

/* PAL */
.s5_reco_section ul li.s5_reco_item img.s5_reco_photo,
.s5_reco_section ul li.s5_reco_btm img.s5_reco_photo {
    width: 202px;
    height: auto;
}


/* c21 */
.s5_reco_section {
/*
20170627 nishimura
    padding: 7px 0 82px; */
    padding: 0 0 30px 0;
}
.s5_reco_section:after{
    content:"";
    display: block;
    clear: both;
}


.sliveregg_item_reco_5 {
    float: left;
    width: 150px;
}
.sliveregg_item_reco_5:nth-child(5n+1){
    clear: both;
}
.sliveregg_item_reco_5 .s5_reco_photo{
    width: 100% !important;
}


.sliveregg_item_reco_6 {
    float: left;
    width: 126px;
}
.sliveregg_item_reco_6:nth-child(6n+1){
    clear: both;
}
.sliveregg_item_reco_6 .s5_reco_photo {
    width:100% !important;
}
