/* =========================================================
   商品ページ専用CSS
   file: /includes/templates/responsive_classic/css/product_info.css
========================================================= */

/* 商品ページ専用：商品説明テーブル共通 */
.item-table {
  width: 100%;
  margin: 0 0 22px;
  border: 1px solid #e5d8bd;
  border-collapse: separate;
  border-spacing: 0;
  color: #5c3b00;
  font-size: 13px;
  line-height: 1.6;
  font-weight: normal;
}

.item-table th,
.item-table td {
  padding: 6px 8px;
  border-bottom: 1px solid #e5d8bd;
  font-weight: normal;
  vertical-align: top;
}

.item-table th {
  width: 34%;
  background: #fff4dd;
  color: #704a00;
  text-align: left;
  border-right: 1px solid #e5d8bd;
}

.item-table td {
  background: #ffffff;
}

.item-table tr:last-child th,
.item-table tr:last-child td {
  border-bottom: none;
}

/* タイトル行専用 */
.item-table .table-title {
  width: auto;
  background: #f3dfb8;
  color: #704a00;
  text-align: center;
  font-size: 14px;
  border-right: none;
}
/* =========================================================
   商品ページ専用：商品説明レイアウト
   file: /includes/templates/responsive_classic/css/product_info.css
========================================================= */

.product-desc-box {
  max-width: 100%;
  padding: 8px;
  color: #993300;
  font-size: 13px;
  line-height: 1.8;
  box-sizing: border-box;
}

.product-desc-box p {
  margin: 0 0 18px;
}

.product-main-image {
  margin-bottom: 14px;
}

.product-main-image img {
  max-width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.product-catch {
  color: #ff0000;
}

.product-subcatch {
  color: #ff0000;
}

.product-desc-line {
  height: 1px;
  margin: 0 0 16px;
  border: none;
  border-top: 1px solid #e5d8bd;
}

.product-lead strong {
  color: #704a00;
}

/* 商品説明：通常テキスト */
.product-desc-text {
  color: #704a00;
  font-size: 13px;
  line-height: 1.8;
}

.product-desc-text p {
  margin: 0 0 18px;
}

/* 【大阪下町の味　満月ポン】 */
.product-desc-brand {
  color: #ff0000;
  font-weight: bold;
}

/* 焼き立てを工場よりお送りします！ */
.product-desc-fresh {
  color: #ff0000;
  font-weight: bold;
  font-size: 14px;
}