#contentWrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  width: ;
  margin: 0 auto;
  padding: 20px 0;
}

#left , #right {
  width: 150px;
  max-width: calc(15% - 20px);
}


/* ************************************************
 *	コンテンツ共通
 * ************************************************ */

/* -------------------------------------
 *	100px×100pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 * ------------------------------------- */
.item_box {
	text-align: center;
	padding-bottom: 10px;
	float: left;
  margin-left:10px;
	}


/*カテゴリー一覧の画像*/
.item_thumbnail {
	margin: 0px 0px 5px 10px;
	width: 170px;
	height:150px;
	overflow: hidden;
	position: relative;
  
	}

.item_thumbnail img {
	width: 135px;
	height: 135px;
	}

.item_frame {
	border: 0px;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}

/* -------------------------------------
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size:20px;
	padding: 10px 0px 5px 0px;
  vertical-align: middle;
	}

.category_items p {
	font-size:12px;
	margin: 5px 20px 0px 0px;
	padding: 0px;
	}

/* -------------------------------------
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 10px;
	font-size: 12px;
	}

.footstamp p {
    margin: 0 0 10px;
}

/* -------------------------------------
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 2px solid #555555;
	font-size: 28px;
	clear: both;
	}

/* -------------------------------------
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	margin: 50px 0px 50px 0px;
	text-align: center;
	}



/* ************************************************
 *	左側メニュー
 * ************************************************ */

/* -------------------------------------
 *	商品検索
 * ------------------------------------- */

#search {
	width: 130px;
	margin: 10px auto;
	}

#search select {
	width: 125px;
    border: 1px solid #ccc;
    background-color: #fff;
	}

#search input {
	width: 120px;
	border: 1px solid #3F3F3F;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	}


#group-list {
	border-top:#ffffff dotted 1px;
	margin-top:10px;
}
/* -------------------------------------
 *	左メニュー最下部　フリーエリア
 *	バナーを貼る際などにご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
#freespace_left {
	font-size: 12px;
	border: 2px solid #7F7F7F;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}



/* ************************************************
 *	右側メニュー
 * ************************************************ */

.cart {
	font-size: 11px;
	margin: 0px 2px 10px 2px;
	background: #FFF;
	}
.cart ul {
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	}
.cart li {
	list-style-type: none;
	}
.cart p {
	margin: 3px;
	padding: 5px;
	font-weight: bolder;
	}
.cart input {
	margin: 5px;
	}

.subtotal {
	padding:5px 0;
}

.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	border-bottom:1px solid #C3C3C3;
	list-style-type:none;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.cart p.viewcart {
	padding:5px 0;
	text-align:center;
}
/* 会員専用ページ */
#members {
	background:#ffffff;
	padding:5px 0px;
	margin:0px 2px 10px;
	text-align:center;
	}
#btn_members_login,
#btn_members_logout {
	padding:10px 0px;
	}
#btn_members_signup {
	padding:7px 0px;
	margin:0px 3px;
	border-top:#333333 dotted 1px;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	}

.owner_photo {
	max-width: 90%;
	height: auto;
	}


/* ************************************************
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	width: 150px;
	padding: 0px 0px 10px 0px;
	background: #AFAFAF url(https://img.shop-pro.jp/tmpl_img/8/background_side.jpg) no-repeat;
	}



.list ul {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.list li {
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/8/list_white.gif) no-repeat 6px 7px;
	}

.list li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
  font-size: 12px;
	}

.list li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;
	display: block;
	width: 100%;
	}


/* ************************************************
 *	店主のコーナー　レイアウト
 * ************************************************ */

.freespace_right {
	font-size: 12px;
	border: 2px solid #7F7F7F;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}

.freespace_right img {
	border: 1px solid #7F7F7F;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	}

.freespace_right p {
	text-align: left;
	font-size: 11px;
	}

/* ************************************************
 *	RSSリンクのレイアウト
 * ************************************************ */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}

  /* ************************************************
   *	商品詳細　レイアウト
   * ************************************************ */

  #detail {
  	padding: 20px 0px 20px 0px;
  	}

  /* 新テンプレート用 */
  #detail [name="product_form"] > table {
    width: 100%;
  }

  #detail .td1 {
  	background: #EEE;
    font-size: 14px;
    white-space: nowrap;
	}

  #detail .td2 {
  	background: #FFF;
	}

  #detail .large {
  	border: 1px solid #CCC;
  	margin: 0px 20px 0px 10px;
  	width:95%;
  	}

  #detail .small {
  	margin: 23px 0px 0px 10px;
  	width: 97px;
   border:1px solid #CCC;
  	}


  #detail p {
  	font-size: 14px;
  	margin: 20px 10px 30px 10px;
  	}

  #detail a {
    text-decoration: underline;
    font-size: 14px;
  }
  #detail a:hover {
    color: #3F3F3F;
    background: #EEE;
    text-decoration: none;
  }

  #detail ul {
  	margin: 20px;
  	padding: 5px;
  	}

  #detail li {
  	padding: 0px 0px 0px 20px;
  	list-style-type: none;
  	background: url(https://img.shop-pro.jp/tmpl_img/8/list_arrow_red.gif) no-repeat 6px 0px;
  	}




  /*会員専用価格の表示 商品詳細用*/
  #detail p.regular_price_detail {
  	padding:0px 0px 5px;
  	margin:0px;
  	text-decoration:line-through;
  	border:none;
  	background:none;
  }

  #detail p.price_detail {
  	padding:0px;
  	margin:0px;
  	border:none;
  	background:none;
  }

  #detail p.discount_rate_detail {
  	padding:5px 0px 0px;
  	margin:0px;
  	color:#ff0000;
  	border:none;
  	background:none;
  }

  /* -------------------------------------
   *	商品詳細-購入数選択・「カートに入れる」ボタン
   * ------------------------------------- */

  .product_num {
  	width: 50px;
  	}

  .product_incart {
  	margin: 10px;
  	text-align: center;
  	}

  /* 特定商取引法に基づく表記（返品など）ボタン */
  div#sk_link_other {
  	text-align:left;
  	margin-top:10px;
  }

  div#sk_link_other a {
  	font-size:12px;
  }

  /* -------------------------------------
   *	この商品を買った人はこんな商品も買ってます
   * ------------------------------------- */

  #together {
  	width:450px;
  	margin: 0px 20px 0px 20px;
  	height:100%;
  	}

  #together .tog_main_title {
  	font-weight: bolder;
  	margin-top:30px;
  	padding-bottom:5px;
  	border-bottom: 5px solid #CCC;
  	}

  #together .together_list {
  	margin:10px 5px 0px 3px;
  	float:left;
  	width: 135px;
  	text-align:center;
  	}

  #together .together_list img {
  	max-width: 100px;
  	}

  /* -------------------------------------
   *	トラックバック
   * ------------------------------------- */

  #trackback {
  	margin: 0px 20px 20px 20px;
  	}

  #trackback .tb_main_title {
  	font-weight: bolder;
  	margin-top:30px;
  	padding-bottom:5px;
  	border-bottom: 5px solid #CCC;
  	}


  #trackback .tb_url {
  	font-size: 11px;
  	padding: 5px 10px 5px 10px;
  	}

  #trackback .tb {
  	margin: 10px 0px 10px 0px;
  	border-top: 1px solid #CCC;
  	border-left: 1px solid #CCC;
  	border-right: 1px solid #CCC;
  	border-bottom: 1px solid #CCC;
  	}

  #trackback .tb_date {
  	font-size: 10px;
  	padding: 10px 10px 10px 10px;
  	}

  #trackback .tb_title {
  	font-weight: bold;
  	padding: 0px 10px 10px 10px;
  	}

  #trackback .tb_body {
  	line-height: 150%;
  	padding: 10px 10px 10px 10px;
  	border-top: 1px dotted #CCC;
  	border-bottom: 1px dotted #CCC;
  	}

  #trackback .tb_state {
  	padding: 5px 10px 5px 10px;
  	}



  /* ************************************************
   *	商品一覧　レイアウト
   * ************************************************ */

  /* -------------------------------------
   *	サブカテゴリー　レイアウト
   * ------------------------------------- */
  .subcategory {
  	padding: 10px;
  	font-size: 11px;
  	}


  /* -------------------------------------
   *	検索条件表示
   * ------------------------------------- */
  .search_result {
  	margin: 10px 20px 10px 0;
  	padding: 5px;
  	}


  /* -------------------------------------
   *	一覧表示　並び順を変更
   * ------------------------------------- */
  .sort {
  	border-bottom: 1px solid #CCC;
  	padding: 10px;
  	font-size: 11px;
  	}

  /* -------------------------------------
   *	一覧表示　商品数と表示数
   * ------------------------------------- */
  .pagenavi {
  	margin: 10px 20px 10px 20px;
  	font-size: 11px;
  	}

  /* -------------------------------------
   *	会員専用価格の表示　商品一覧用
   * ------------------------------------- */
  .regular_price_all {
  	padding:0px 5px 2px 0px;
  	font-size:11px;
  	text-decoration:line-through;
  	color:#666666;
    text-align:right;
  }

  .price_all {
    padding:0px 5px 2px 0px;
  	padding:0px;
    text-align:right;
  }

  .discount_rate_all {
  	padding:2px 0px 0px;
  	color:#ff0000;
  }

  /* ************************************************
   *	商品オプションページ
   * ************************************************ */

  /* -------------------------------------
   *	オプション表の罫線の色
   * ------------------------------------- */
  #Option .option_table {
  	background-color:#999;
  }

  /* -------------------------------------
   *	オプション　項目背景の色
   * ------------------------------------- */
  #Option .option_cell1 {
  	text-align:left;
  	color: #333333;
  	background-color:#EEEEEE;
  	margin: 2px;
  	padding: 2px 10px 2px 10px;
  	font-weight:bold;
  	white-space:nowrap;
  }

  /* -------------------------------------
   *	オプション　価格背景の色
   * ------------------------------------- */
  #Option .option_cell2 {
  	text-align:left;
  	background-color:#FFFFFF;
  	padding: 2px 10px 2px 6px;
  }

  /* -------------------------------------
   *	サブカテゴリリスト
   * ------------------------------------- */
  .subcategory_list {
  	float:left;
  	width: 120px;
  	text-align:center;
  	margin: 10px 10px;
  }

  /* -------------------------------------
   *	会員専用価格の表示　オプション用
   * ------------------------------------- */
  span.regular_price_stock {
  	padding:0px;
  	margin:0px;
  	font-size:11px;
  	text-decoration:line-through;
  	color:#666666;
  }

  span.price_detail_stock {
  	padding:0px;
  	margin:0px;
  }

  span.discount_rate_stock {
  	padding:0px;
  	margin:0px;
  	color:#ff0000;
  }

  /* ************************************************
   *	商品検索ページ
   * ************************************************ */
  /*会員専用価格の表示 商品検索結果用*/
  .regular_price_search {
  	padding:0px 0px 2px;
  	font-size:11px;
  	text-decoration:line-through;
  	color:#666666;
  }

  .price_detail_search {
  	padding:0px;
  }

  .discount_rate_search {
  	padding:2px 0px 0px;
  	color:#ff0000;
  }

  /* ************************************************
   *	特定商取引法・お支払い方法・配送設定について
   * ************************************************ */

  #ShopKeeper {
  	margin: 20px auto;
  	background: #999999;
  	width: 450px;
  	}


  #ShopKeeper th {
  	width: 150px;
  	background: #EEE;
  	border-top: 1px solid #FFF;
  	border-right: 1px solid #CCC;
  	border-bottom: 1px solid #CCC;
  	border-left: 1px solid #FFF;
  	color: #000;
  	font-size: 11px;
  	padding: 0px 5px 0px 5px;
  	}

  #ShopKeeper td {
  	width: 300px;
  	background: #FFF;
  	padding: 5px;
  	}

  .SK p {
  	margin: 0px 0px 10px 0px;
  	padding: 15px 0px 0px 30px;
  	border-top: 1px solid #CCC;
  	}

  .SK .area {
  	padding: 0px 30px 20px 30px;
  	}

  .SK .title {
  	background: #EEE;
  	border-top: 1px solid #CCC;
  	border-right: 1px solid #CCC;
  	border-bottom: 1px dotted #CCC;
  	border-left: 1px solid #CCC;
  	padding: 5px;
  	color: #000;
  	}

  .SK .note {
  	background: #FFF;
  	border-right: 1px solid #CCC;
  	border-bottom: 1px solid #CCC;
  	border-left: 1px solid #CCC;
  	margin: 0px 0px 10px 0px;
  	padding: 5px;
  	}

  .payment_img {
  	width:30px;
  	height:30px;
  	margin:3px;
  }


  /* ************************************************
   *	プライバシーポリシー
   * ************************************************ */

  #PrivacyExplain {
  	margin: 20px;
  	font-size: 12px;
  	}

  #PrivacyExplain .title {
  	margin: 20px 0px 0px 0px;
  	padding: 5px 5px 10px 5px;
  	border-top: 2px solid #CCC;
  	color: #000;
  	font-weight: bolder;
  	}

  #PrivacyExplain .note {
  	font-size: 11px;
  	line-height: 150%;
  	margin: 10px 5px 20px 15px;
  	}

  /* -------------------------------------
  *     商品オプション 表形式
  * ------------------------------------- */
  #option_tbl {
       border-collapse:collapse;
       margin:10px auto 0;
       border-top:1px solid #ccc;
       border-left:1px solid #ccc;
       width:100%;
  }
  #option_tbl th{
       padding:5px;
       border-bottom:1px solid #ccc;
       border-right: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-bottom:1px solid #ccc;
       border-right:1px solid #ccc;
  }
  .stock_zero {
       color:red;
  }

.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-search { background-position: -208px -16px; }
.va-35 { vertical-align: -35%; }
.mar_l_5 { margin-left: 5px; }
.pad_r_5 { padding-right: 5px; }
.txt_14 { font-size: 14px; }
.mar_b_10 { margin-bottom: 10px; 
height:27px;width:29%;}
.mar_b_50 { margin-left:5px; }

button, select, textarea {
padding: 4px 6px;
    height:28px;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    line-height: 20px;
  width:75%;
  margin:0 3px;
}

.btn-sm, .btn-xs{
border: 1px solid #ccc;
background-color: #f5f5f5;
color: #333;
vertical-align: middle;
    text-align: center;
padding: 0 5px;
  display: inline-block; /* インライン要素にすることで横に回り込む */
  vertical-align: middle; /* 上下中央に寄せる */ 
  font-size:13px;
width: 60px;
    height: 25px;
}

.search_result{font-size:13px;}