.side_r_midashi {
    margin-bottom: 6px;
}
.ec-shelfRole {
    padding: 0 10px;
}
.ec-shelfGrid {
    flex-wrap: nowrap;
    flex-direction: column;
    background: #F7F5E7;
    padding: 10px 0;
    margin-left: -10px;
}
.ec-shelfGrid .ec-shelfGrid__item {
    width: 100%;
    margin-bottom: 0;
    padding: 0 10px !important;
}
.ec-shelfGrid .ec-shelfGrid__item .item_name {
    color: #333;
    line-height: 1.2;
    margin: 6px 0 0 0;
    cursor: pointer;
    text-decoration: underline;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ec-shelfGrid .ec-shelfGrid__item .item_price {
    margin: 6px 0 0 0;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.ec-shelfGrid .ec-shelfGrid__item .item_price > span {
    font-size: 10px;
}