<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ITEM_ITEMPROPERTY_LEFT{
  margin-top: 5px;
}

.ITEM_ITEMPROPERTY_RIGHT{
  margin-top: 5px;
}

#itemDetail .set_item .set_item_name{font-weight: bold;font-size: 18px;padding: 10px 0 10px;border-top: 1px solid #EBEBEB;}
#itemDetail .set_item .no_select{font-weight: bold;font-size: 14px;padding: 0px 0 10px}

//æ—¢å­˜CSSã®æ‹¡å¼µ
#itemDetail .text .item_cart .cart_btn .btn_cart_not{border: 1px solid #4C4C4C;color: #fff;font-size: 15px;padding: 14px 0;font-weight: bold;border-radius: 4px;display: block;background: #4C4C4C;text-align:center;}
/*
#itemDetail .text .item_cart .cart_btn .btn_cart_not{border: 1px solid #E8E8E8; color: #000; font-size: 15px; padding: 15px 0 15px 20px; font-weight: bold; border-radius: 4px; display: block; background: url(../img/detail/cart_icon_off.png)no-repeat left 40px center #E8E8E8; text-align:center;}
*/
#itemDetail .text .item_cart .cart_btn .btn_cart_not{
  color: #000; 
  font-weight: bold; 
  font-size: 15px; 
  text-align:center;
  border-radius: 4px; 
  background: url(../img/detail/cart_icon_off.png)no-repeat left 40px center #E8E8E8; 
  border: 1px solid #E8E8E8; 
  width: 240px;
  padding: 15px 0 14px 30px;
  border: none;
  transition: 0.3s;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
}

#itemDetail .text{
  float: right;width: 380px;
}
</pre></body></html>