/* BASIC css start */
#recent { margin-top:20px; }
.recentList .items li figure { width:100%; display:flex; justify-content: center; align-items:center; }
.recentList .items li figure .basketLeft { width:30%; max-width: 100px; margin-right: 10px; }
.recentList .items li figure .basketLeft a { display:block; }
.recentList .items li figure .basketLeft a img { width:100%; }
.recentList .items li figure .basketRight { width:70%; box-sizing:border-box; }
.recentList .items li figure .basketRight p { padding-top:3px; }
.recentList .items li figure .basketRight .pname { font-size:12px; font-weight:400; display:flex; justify-content:space-between; padding:0; }
.recentList .items li figure .basketRight .pname .pname-left { width:calc(100% - 18px); padding-right:10px; box-sizing:border-box; }
.recentList .items li figure .basketRight .pname .pname-delete { width:18px; }
.recentList .items li figure .basketRight .pname .pname-delete img { width:100%; }
.recentList .items li figure .basketRight .price { font-weight:300; }
.recentList .items li figure .basketRight .reserve { font-weight:300; }
.recentList .items li figure .basketRight .btn_Black { width:100%; height:25px; line-height:24px; margin-top:5px; font-weight:300; }

/* BASIC css end */

