@charset "UTF-8";

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

#rankingItem {
    min-height: inherit;
}

#rankingItem li.rank1 {
    padding-bottom: 15px;
/* 20191220 PAL */
/*    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 {
    /*191225 PAL*/
/*    margin-bottom: 3px;*/
/*    min-height:21px;*/
}

.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 */

/* 2020-11-24 PAL */
/* #rankingItem .new_ico.restock, */

/*#rankingItem .new_ico.reservation,*/

#rankingItem .new_ico.nostock,
/* 2020-11-26 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;
}

/* 2022-11-15 PAL */
.NoticeChangeAddress{
    margin:10px 0 20px 0;
    font-size:12px;
    color:#ff0000;
}
.NoticeChangeAddress a{
    color:#ff0000;
    text-decoration:underline;
}