.item-table th,
.item-table td {
  border-right: 1px dotted #ccc;
}
.item-table th:last-child,
.item-table td:last-child {
  border-right: 0;
}

#option_tbl th,
#option_tbl td {
  vertical-align: middle;
}

#option_tbl .cell_1 {
  font-weight: bold;
}

#option_tbl .cell_1,
#option_tbl .cell_2 {
  text-align: center;
}

/* 商品オプションの表形式表示から金額を非表示 */
#option_tbl .cell_2 span {
  display: block;
}
#option_tbl .cell_2 .table_price,
#option_tbl .cell_2 br {
  display: none !important;
}
#option_tbl .cell_2 label {
  margin-bottom: 0;
}


.caution {
  background-color: #eee;
  padding: 15px;
  font-size: 14px;
  display: block;
}

.caution.caution1 {
  display: none;
}
.caution.caution2,
.caution.caution3 {
  display: block;
}

.red {
  color: #c30e2e;
}

.hl {
  color: #c30e2e;
  font-size: 16px;
  margin-bottom: 10px;
}

.text {
  color: #555;
  font-size: 12px;
  margin-bottom: 10px;
}

.text2 {
  color: #555;
  font-size: 13px;
  margin-bottom: 10px;
}

.note {
  color: #999;
  font-size: 11px;
  line-height: 130%;
}

/* ADD 220531 */
#option_tbl .stock_head .cell_1 {
  font-weight: normal;
}