@charset "UTF-8";

/* =========================================================
 item_list.html専用
========================================================= */

/* ----- 【共通】 ----- */
#add-main .itemRow-ty2, #add-main .itemRow-ty3, #add-main .itemRow-ty4 {
  width:765px;
}

/*商品名*/
#add-main .item-Col li .item-name {
  margin-top:10px;
}

/*値段*/
#add-main .item-Col .item-price {
  font-weight:bold;
  color:#000;
}

/* ----- 【3個並び】 ----- */

#add-main .itemRow-ty3 .item-Col {
  margin:0 auto 0;
  width:682px;
  position:relative;
  overflow:hidden;
}

#add-main .itemRow-ty3 .item-Col li {
  float: left;
  margin-right:41px;
  margin-top:30px;
  text-align:left;
  width:200px;
}
 #add-main .itemRow-ty3 .item-Col li:nth-child(3n) {
 margin-right:0;
}

/*#add-main .itemRow-ty3 .item-Col li:nth-child(-n+3) {
margin-top:0;
}
*/
#add-main .itemRow-ty3 .item-Col .item-image img {
  width:200px;
}
