/* カスタマイズ用CSS */
body{ font-family: "新ゴ R"; }

/*top 商品一覧*/
#top_item {
    display: block;
    
}
#top_item .box {
    width: 19%;
    display: block;
    margin: 3%;
    float: left;
    text-align: center;
}
#top_item .box img{
    width:100%;
}
@media screen and (max-width: 480px) {
#top_item .box {
    width: 46%;
    display: block;
    margin: 2%;
    float: left;
}
}
/*プライバシーポリシー*/
    .pp{
        margin-bottom: 30px;
    }
    .pp h2{
        border-bottom: 1px solid #666;
    }
 .pp h3{
        margin: 10px 0 10px 20px;
    }
    .pp p{
        margin-left:20px;
    }
    
/*フッター*/
.ec-footerRole{
    background: #6fc4c5;
    color: #FFF;
    border: none;
}
/*カード*/
    .card img{
        margin: 5px;
        float: left;
        width:50px;
    }
    
/*初めての方へ*/
.first {
    width:100%;
}
.first h2 {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    line-height: 1.7;
}
.first h3 {
    margin: 20px 0 10px 20px;
    line-height: 1.7;
}
.first p {
    margin-left: 20px;
    line-height: 1.8;
}
.first ul li{
     margin-bottom:15px;   
    }
.first img.flow_sp {
    display: none;
}
.first img.flow_pc {
    margin: 10px 25px;
    width: 804px;
    height: 76px;
}

@media screen and (max-width: 480px) {
.first img.flow_pc {
    display: none;
}
.first img.flow_sp {
    display: block;
    margin: 10px auto;
        width: 300px;
    height: 227px;
}
}
    
/*お届け・支払い*/
.shipping {
    width: 100%;
}
.shipping h2 {
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
    line-height: 1.7;
}
.shipping h3 {
    margin: 20px 0 10px 20px;
    line-height: 1.7;
}
.shipping p {
    margin-left: 20px;
    line-height: 1.8;
}
.shipping table {
    border-top:1px solid #666;
    border-left:1px solid #666;
    margin-left: 25px;
}
.shipping table td, th {
    padding: 7px;
    text-align: center;
    border-bottom:1px solid #666;
    border-right:1px solid #666;
}
.shipping table th.gry {
    background: #efefef;
    font-weight: bold;
}
.shipping table th.grn1 {
    background: #d2f0ef;
    font-weight: bold;
}
.shipping table th.grn2 {
    background: #c0e4e3;
    font-weight: bold;
}
.shipping table td.grn1 {
    background: #d2f0ef;
}
.shipping .soryo_sp{
    display: none;
}
.shipping table{
    display: block;
}
@media screen and (max-width: 480px) {
.shipping .soryo_sp{
    display: block;
}
.shipping table{
     display: none;
}
    
}
/*会員種別*/
    #syubetsu{
        display: block;
        padding: 10px auto;
        text-align: center;
        font-size:2em;
        background: #efefef;
        color: #333;
        letter-spacing: 0.1em;
        
    }

/*カテゴリーSP*/
.menu_sp{
        display: none;
    }
@media screen and (max-width: 480px) {
    .menu_sp{
        margin:10px auto 30px auto;
        display: block;
        text-align: center;
    }
}

/*お届け希望日*/
    .otodoke_attn{
        background:#F9E3E3;
        padding: 10px;
        margin-bottom: 15px;
    }
/*おすすめ管理*/
.ec-shelfGrid__item p.osusume{
    border-radius: 3px;
    background: #c1e8f3;
    margin: 10px 0;
    font-size:12px;
    padding: 8px;
}