<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------------- */
/* ぱんくず
/* ------------------------------------- */
.breadcrumb {
    margin: 0 0 20px 0;
}
/* ------------------------------------- */
/* 商品詳細タイトル
/* ------------------------------------- */
#page-detail .product-title {
    margin: 0 0 0 15px;
}
/* ------------------------------------- */
/* 商品カート画像下
/* ------------------------------------- */
.photo-thumb .row{
    margin-left:-5px;
    margin-right:-5px;
  }
/* ------------------------------------- */
/* 商品説明テーブル
/* ------------------------------------- */
#page-detail .description-body table{
    border-collapse: collapse;
    color: #333;
    margin: 0 0 30px;
    position: relative;
    border-bottom:1px solid #C6C2AE;
  }
#page-detail .description-body table th,
#page-detail .description-body table td{
    border-top: 1px solid #C6C2AE !important;
    padding: 9px 8px 8px 14px !important;
    vertical-align: middle !important;
  }
#page-detail .description-body table th{
    background-color: #f3f2eb;
  }
/* ------------------------------------- */
/* 規格テーブル
/* ------------------------------------- */
#option_tbl {
     margin-bottom: 5px;
     width: 100%;
}

#option_tbl tr.stock_head {
     display: none;
}

#option_tbl div {
     float: left;
     margin-right: 5px;
}
#option_tbl label{
  margin-top:3px;
  }

 /* ------------------------------------- */
/* 説明
/* ------------------------------------- */
.unit_description{
  background-color:#f3f2eb;
  padding:20px;
  color:#bf0707;
  margin-bottom:15px;
  }</pre></body></html>