/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- Reset Start --- 
   --- 各ブラウザ間の表示を統一する為の記述です --- */

/* default property reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,
th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
   

body * {line-height:1.22em;}
/* body * {line-height:1.22em;} について */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/



/* --- Reset End --- */


body {
	font:75%/1.5 "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3";
	line-height:170%;
	background-color:#FFFFFF;
	color:#323232;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

.cell_mar {
	margin: 0px 5px 0px 15px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* リンク
/*- - - - - - - - - - - - - - - - - - - */

	/* 通常 */
	a:link {
		color:#4b4b4b;
		text-decoration:none;
	}
	
	/* 訪問済み */
	a:visited {
		color:#4b4b4b;
		text-decoration:none;
	}

	/* マウスオーバー時 */
	a:hover {
		color:#7d7c6a;
		text-decoration:underline;
	}

	/* マウスクリック時 */
	a:active {
		color:#7d7c6a;
		text-decoration:none;
	}


.left { float:left; }
.right { float:right; }

/*- - - - - - - - - - - - - - - - - - - */ 
/* フォント
/*- - - - - - - - - - - - - - - - - - - */
	
	/* font-style */
	.font-style-1 {}
	
	/* font-size */
	.font-size-1 {font-size:63%;}
	.font-size-2 {font-size:69%;}
	.font-size-3 {font-size:75%;}
	.font-size-4 {font-size:82%;}
	.font-size-5 {font-size:88%;}
	.font-size-6 {font-size:94%;}
	/* .font-size {font-size:100%;} */
	.font-size-7 {font-size:107%;}
	.font-size-8 {font-size:113%;}
	.font-size-9 {font-size:119%;}
	.font-size-10 {font-size:125%;}
	.font-size-11 {font-size:132%;}
	.font-size-12 {font-size:138%;}
	.font-size-13 {font-size:144%;}
	.font-size-14 {font-size:150%;}
	.font-size-15 {font-size:157%;}
	.font-size-16 {font-size:163%;}
	
	/* font-color */
	.font-color-1 {color:#000000;}

/*- - - - - - - - - - - - - - - - - - - */ 
/* パディング ボトム
/*- - - - - - - - - - - - - - - - - - - */
	.pb-0 {padding-bottom:0px;}
	.pb-1 {padding-bottom:1px;}
	.pb-2 {padding-bottom:2px;}
	.pb-3 {padding-bottom:3px;}
	.pb-4 {padding-bottom:4px;}
	.pb-5 {padding-bottom:5px;}
	.pb-6 {padding-bottom:6px;}
	.pb-7 {padding-bottom:7px;}
	.pb-8 {padding-bottom:8px;}
	.pb-9 {padding-bottom:9px;}
	.pb-10 {padding-bottom:10px;}
	.pb-11 {padding-bottom:11px;}
	.pb-12 {padding-bottom:12px;}
	.pb-13 {padding-bottom:13px;}
	.pb-14 {padding-bottom:14px;}
	.pb-15 {padding-bottom:15px;}
	.pb-16 {padding-bottom:16px;}
	.pb-17 {padding-bottom:17px;}
	.pb-18 {padding-bottom:18px;}
	.pb-19 {padding-bottom:19px;}
	.pb-20 {padding-bottom:20px;}
	.pb-25 {padding-bottom:25px;}
	.pb-30 {padding-bottom:30px;}
	.pb-35 {padding-bottom:35px;}
	.pb-40 {padding-bottom:40px;}
	.pb-45 {padding-bottom:45px;}
	.pb-50 {padding-bottom:50px;}
	
/*- - - - - - - - - - - - - - - - - - - */ 
/* マージン ボトム
/*- - - - - - - - - - - - - - - - - - - */
	.mb-0 {margin-bottom:0px;}
	.mb-1 {margin-bottom:1px;}
	.mb-2 {margin-bottom:2px;}
	.mb-3 {margin-bottom:3px;}
	.mb-4 {margin-bottom:4px;}
	.mb-5 {margin-bottom:5px;}
	.mb-6 {margin-bottom:6px;}
	.mb-7 {margin-bottom:7px;}
	.mb-8 {margin-bottom:8px;}
	.mb-9 {margin-bottom:9px;}
	.mb-10 {margin-bottom:10px;}
	.mb-11 {margin-bottom:11px;}
	.mb-12 {margin-bottom:12px;}
	.mb-13 {margin-bottom:13px;}
	.mb-14 {margin-bottom:14px;}
	.mb-15 {margin-bottom:15px;}
	.mb-16 {margin-bottom:16px;}
	.mb-17 {margin-bottom:17px;}
	.mb-18 {margin-bottom:18px;}
	.mb-19 {margin-bottom:19px;}
	.mb-20 {margin-bottom:20px;}
	.mb-25 {margin-bottom:25px;}
	.mb-30 {margin-bottom:30px;}
	.mb-35 {margin-bottom:35px;}
	.mb-40 {margin-bottom:40px;}
	.mb-45 {margin-bottom:45px;}
	.mb-50 {margin-bottom:50px;}

/*- - - - - - - - - - - - - - - - - - - */ 
/* clearfix
/*- - - - - - - - - - - - - - - - - - - */
.clearfix:after {
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
	
.clearfix {
 display:inline-block;
 min-height:1%;  /* for IE 7*/
}
	
/* Hides from IE-mac */
* html .clearfix {
 height: 1%;
}
	
.clearfix {
 display: block;
}

.ind1 {	text-indent: 1em; }


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

	/* ヘッダー */
	#header {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
	#header-block {
	width:864px;
	height:150px;
	margin:0 auto 0px auto;
	padding:0px 0px 0px 0px;
	position: relative;
	border-bottom: 4px solid #be9b47;
	}
	
	#header-block .logo {
	position: absolute;
	left: 0px;
	top: 28px;
	}

	#g-navi {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	position: absolute;
	right: 7px;
	top: 113px;
	}
	
	#g-navi-block {
	height:16px;
	margin:0px auto 0px auto;
	/*IE6*/
		_overflow:hidden;
	}
	
	#g-navi-block li {
		display:block;
		float:left;
	}

.nav01 a {
	display: block;
	height: 16px;
	width: 80px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/top-on.png?20120428143441);
}
.nav02 a {
	display: block;
	height: 16px;
	width: 105px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/aisatsu-on.png?20120428143650);
}
.nav03 a {
	display: block;
	height: 16px;
	width: 121px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/introduction-on.png?20120428143738);
}
.nav04 a {
	display: block;
	height: 16px;
	width: 71px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/shop-on.png?20120428143750);
}
.nav05 a {
	display: block;
	height: 16px;
	width: 94px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/news-on.png?20120428143818);
}
.nav06 a {
	display: block;
	height: 16px;
	width: 142px;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/onlineshop-on.png?20120428143830);
}
#g-navi-block li a:hover img {
	display: none;
}
/* ************************************************ 
 *	左側メニュー
 * ************************************************ */


.sidemenu {
	width:190px;
	color:#323232;
	}

.side_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_text {
	background-color:#f9f4eb;
	padding:13px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}




 .side_category {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-bottom: 10px;
	margin-top: 8px;
 }
 .side_category table {
	width: 190px;
 }
 .side_category th,
  .side_category td {
	padding-top: 5px;
	vertical-align: middle;
	height: 45px;
 }
 .side_category th {
text-align:center;
 }
 .side_category td {
	padding-left: 7px;
 }
 .side_category a {

 }
 
 
 
	
 .price_navi {
	border-top: 1px solid #000;
	padding-bottom: 9px;
	margin-top: 8px;
	margin-bottom: 50px;
 }

 .price_navi li {
	border-bottom: 1px solid #CCC;
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/icon.gif?20120507170457) no-repeat 0px 13px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
 }

 .price_navi li.last {
	border-bottom: 1px solid #000;
 }

	
 .side_navi {
	border: 1px solid #000;
	padding-top: 9px;
	padding-bottom: 9px;
	margin-bottom: 100px;
 }

 .side_navi li {
	background: url(https://img02.shop-pro.jp/PA01172/481/etc/icon.gif?20120507170457) no-repeat 19px 13px;
	padding-left: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
 }

 .section.box {
	border-top: 1px solid #000;		
	}

 .section.box .table01 td {
		line-height: 24px;
	}

 .section.box .table01 .img {
		margin-right: 33px;
	}

 .section.box .table02 td {
		line-height: 1.9em;
	}
	
 .section.box .table02 .img {
		margin-right: 15px;
	}

 .section .table03 td {
		padding-bottom: 20px;
		line-height: 1.9em;
	}

 .section.box .mr-16 {
		margin-right: 16px;
	}

 .section.box .red {
		color: #cb2035;
	}

 .section.box.last {
	border-top: 1px solid #000;		
	border-bottom: 1px solid #000;		
	}

.tk {
	font-size: 150%;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 30px;
}
.lh19 p, .lh19 li { line-height: 1.9em !important; }
.lh18 { line-height: 1.8em !important; }
.lh20px { line-height: 20px; }

.ind1em {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.table04  {
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
}
.table04 td {
	padding: 10px 15px;	
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;	
}
.table04 td.center {
	text-align: center;
	margin: 0 auto;	
}
.b13 { font-weight: bold; font-size:108%; }
.b14 { font-weight: bold; font-size:116%; line-height: 1.9em;}
.fs15 { font-size: 15px; }

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */

.side_cat_bg {
	width:190px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bg.gif) 0px 0px repeat-y;
	margin-bottom:25px;
	}

.side_cat_title {
	height:30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/side_cat_title_bg.jpg) no-repeat;
	color:#6d2916;
	padding-left:15px;
	font-weight:bold;
	}

.side_cat_text {
	border-bottom:1px #dacdb9 solid;
	padding:10px 15px 10px 30px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0px;
	}

.side_cat_bottom {
	height:18px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_cat_bottom_bg.jpg) no-repeat;
	}

.side_cat_text a {color: #eb5050;}
.side_cat_text a:link    {color: #eb5050;text-decoration: none;}
.side_cat_text a:visited {color: #eb5050;text-decoration: none;}
.side_cat_text a:active  {color: #eb5050;text-decoration: none;}
.side_cat_text a:hover   {color: #ff7a21;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.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;
	padding-top:5px;
}

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

.viewcart {
	padding:5px 0;
	text-align:center;
}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding: 0px;
	margin: 0px;
	text-align: center;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	text-align:center;
	}

/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

	#footer {
	width:100%;
	margin:0px;
	padding:0px 0px 10px;
	text-align:center;
	}
	
	#footer-block {
	width:864px;
	margin:0px auto;
	border-top: 4px solid #be9b47;
	padding-top: 32px;
	padding-bottom: 32px;
	}

/*- - - - - - - - - - - - - - - - - - - */ 
/* フッターナビ
/*- - - - - - - - - - - - - - - - - - - */
	#footer-navi {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
	#footer-navi-block {
	height:16px;
	margin:0px auto 0px auto;
	/*IE6*/
		_overflow:hidden;
	}
	
	#footer-navi-block li {
	display:block;
	float:left;
	margin-left: 16px;
	}




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

	/* メイン */
	#main {
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

	#main-block {
	width:864px;
	margin:0 auto 60px;
	padding:0px;
	}
	
	#main-header {
	height:42px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*IE6*/
		_overflow:hidden;
	}
	
	#main-body {
	height:100%;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	#main-footer {
	height:10px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*IE6*/
		_overflow:hidden;
	}



/*- - - - - - - - - - - - - - - - - - - */ 
/* （2aカラム）[ ][    ][x]
/*- - - - - - - - - - - - - - - - - - - */

	/* 左カラム [ ○ ][    ][ x ] */
	#col-2a #left-block {
	float:left;
	width:190px;
	margin:0px 0px 0px 0px;
	}
	
	#col-2a #left-block .box-block {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	#col-2a #left-block .box-header {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background:#ffffff url("../images/png/bg/col-2a/left/header.png") no-repeat;

		/*IE6*/
		_overflow:hidden;
	}
	
	#col-2a #left-block .box-body {
	height:100%;
	margin:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	#col-2a #left-block .box-footer {
		height:10px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		background:#ffffff url("../images/png/bg/col-2a/left/footer.png") no-repeat;
	}

	/* 中央カラム [  ][  ○  ][ x ] */
	#col-2a #center-block {
	float:right;
	width:632px;
	margin:0px 0px 0px 0px;
	}
	
	#col-2a #center-block .box-block {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	
	#col-2a #center-block .box-header {
	height:23px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*IE6*/
		_overflow:hidden;
	}
	
	#col-2a #center-block .box-body {
	height:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	
	#col-2a #center-block .box-footer {
	height:29px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
	

	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_top {
	padding:0px;
	margin:0px;
}

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

/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
/* 
.info_bg {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#323232;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;
	height:5px;
	margin-bottom:20px;
	}
 */
/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#323232;
	margin-bottom: 15px;
	}


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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

.price_all {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

.price_search {
	padding:0px;
	margin:0px;
}

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


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 30px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
	float: left;
	width: 188px;
	text-align: center;
	padding:5px 0px 30px;
	}


.product_item {
	text-align:center;
	width:175px;
	margin:0px auto;
	}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}

.product_item .expl {
	color: #999;
	font-size:80%;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:120px;
	padding:0 8px 0 12px;
	margin:0 0 10px 0;
	float:left;
	}

.checkitem .ci_img {
	width:90px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */

.footstamp {
	width: 564px;
	background: url(https://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-repeat;
	color: #333333;
	margin-bottom: 15px;
	}

.footstamp a {color: #eb5050;}
.footstamp a:link    {color: #eb5050;text-decoration: none;}
.footstamp a:visited {color: #eb5050;text-decoration: none;}
.footstamp a:active  {color: #eb5050;text-decoration: none;}
.footstamp a:hover   {color: #ff7a21;text-decoration: none;}

.txt-f10 {
	font-size:10px;
}

.footstamp img {
	vertical-align:middle;
}

.footstamp .bg {
	background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_bg_checkitem.gif") repeat-y scroll 0 0 transparent;
	width: 564px;
	}

.footstamp .bg .middle {
	background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_top_checkitem.gif") no-repeat scroll 0 0 transparent;
	margin: 0;
	padding: 5px 0 0 0;
	}

.footstamp .bg .middle .pankuzuline {
	margin:0;
	padding:0 15px 2px;
	}

.footstamp .bottom {
	background: url("https://img.shop-pro.jp/tmpl_img/26/footstamp_btm_checkitem.gif") no-repeat scroll 0 0 transparent;
	width: 564px;
	height:5px;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 20px;
	text-align: center;
	margin-bottom:40px;
	}

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

#detail {
	text-align:center;
	color:#323232;
	}

#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	}

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .sub {
	float: left;
	width: 188px;
	text-align: center;
	}

#detail .sub img {
	width: 160px;
	padding: 4px;
	border:1px #dacdb9 solid;
	}

#detail .table {
	width: 400px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/detail_table_bg.jpg) left top repeat-y;
	text-align:left;
	margin:20px auto 30px;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #6d2916;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #6d2916;
	background:#f2ebe0;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}

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

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

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

.price_detail {
	padding:0px;
	margin:0px;
	color:#ff0000;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	color:#ff0000;
}

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

#together {
	margin: 0px 10px 0px 10px;
	}

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

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

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

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

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

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

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

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

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

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




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

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

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

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

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 564px;
	color:#323232;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

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

#PrivacyExplain {
	color:#323232;
	margin-bottom: 15px;
	}

.pe_title {
	color: #432A16;
	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}

/* ************************************************ 
 *	エクリス追加
 * ************************************************ */

.copy {margin:0px 0px 0px 0px;}

.pankuzu {
	margin: 0px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}