@charset "Shift_JIS";

/*種類あり　金具　金額表示なし*/

/*一覧表*/
.kind_table{
  margin: 0 8px 20px;
}
.item_kind_table thead{
  text-align:center;
  font-weight:  bold;
  background: #F5F5F5;
}
/*表内の余白*/
.kind_table, td, thead{
  padding: 2px 5px;
}

/*種類左寄せ*/
.item_kind_val,
.item_selecter{
  text-align: center;
}

/*種類あり　価格表示なし*/
.item_price,
.price_ttl{
  display: none;
}

/*カートに入れる余白*/
.cart_button_img{
   padding-left: 10px;
}
.item_count{
   padding-bottom: 10px;
}

/*数量選択余白*/
.item_count_val{
  padding-top:2px;
}

/*お気に入りボタン*/
.bookmark_area.text .bookmark {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left:10px;
  min-width: 95px;
  font-size: 13px;
}