﻿/*カートトップと商品・数量設定と商品選択ページで使用*/
@charset "utf-8";
.nbbp_photoerea {
    width: 130px;
    background-color: white;
    object-fit: contain;
    border: 1px solid #BAA48D;
    position: relative;
    line-height: 0;
}
.nbbp_zoom {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9;
}
.nbbp_photoerea a > img{
    width:100%;
    height:auto;
}