/*--------------------------------------
残り1点を表示しない場合は以下のCSSを7行目以降に追加してください。
.t_stock_num {
  display:none;
}
--------------------------------------*/

.t_stock_num {
  display:none;
}



/* line 391, ../sass/design.scss */
#option_tbl {
  margin-top: 20px;
  width: 100%;
  border-top: 1px solid #888;
  border-left: 1px solid #888; }
  /* line 396, ../sass/design.scss */
  #option_tbl th, #option_tbl td {
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    text-align: center;
    line-height: 30px; }
  /* line 403, ../sass/design.scss */
  #option_tbl td .table_price, #option_tbl td br {
    display: none; }
  /* line 406, ../sass/design.scss */
  #option_tbl td input[type=radio] {
    border: 20px solid #000;
    width: 14px;
    height: 14px; }

.brand_url {
  margin-top:20px;
}
.brand_url a {
  display:block;
  padding:15px; 0;
  text-align:center;
  border:1px solid #333;
  font-size:14px;
  font-weight:bold;
  background:#000;
}
.brand_url a:hover {
  background:#f50;
  color:#fff;
}