/* カスタマイズ用CSS */

.body{
background-color: #f0f0f0; /*サイトの背景色*/
}

.ec-searchnavRole{
color: #007cba;/*サーチボックスの背景色*/
}


.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
    margin-bottom: 3px;/*商品一覧の画像下のスペースを減らす*/
    text-align: center;
}