@charset "euc-jp";

/* 購入数 */
.konyu-kazu {
line-height: 45px;
}
input.kazu {
    width: 52px;
    height: 34px;
    float: left;
    margin-top: 5px;
    text-align: right;
    padding: 0 5px;
}
div.input-btn {
    float: left;
    width: 16px;
    padding-left: 5px;
    padding-top: 8px;
}
div.input-btn a {
color: #000;
}
input.spinner_up {
    margin-top: 0px;
    border: 0px;
    width: 16px;
    height: 14px;
}
input.spinner_down {
    margin-top: 0px;
    border: 0px;
    width: 16px;
    height: 14px;
}

/* オプションテーブル */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border:1px solid #ccc;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border:1px solid #ccc;
}
#option_tbl tr {
background: none;
}
#option_tbl .table_price{
display: none;
}
#option_tbl br {
display: none;
}
.stock_zero {
color:red;
 }
.t_stock_num {
color:#b56060;
}

/* 商品説明 */
dl.dl-item {
}
dl.dl-item dt {
  float:left;
  width:6rem;
  margin:0;
  padding:0;
  display: flex;
  justify-content: space-between;
}
dl.dl-item dt:after {
content:"：";
}
dl.dl-item dd {
  padding-left:6rem;
  margin:0;
  padding:0;
  overflow:hidden;
}

/* 商品説明テーブル */
table.product-table ,table.product-table td,table.product-table th {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
table.product-table td, table.product-table th {
  padding: 10px;
}
table.product-table th {
  background: #eeeeee;
  text-align:left;
}
table.product-table td {
  background: #ffffff;
}


