@charset "UTF-8";
/*================================================
おすすめ商品一覧ページ専用CSS
================================================*/


.item_list_02 > li {
    width: 153px;
    float: left;
    margin-right: 12px;
    margin-bottom: 30px;
    position: relative;
}

.item_list_02 .photo img {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    width: 153px;
    height: 183px;
}