@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------
	* Date : 2012-2016
	* File : common.css
	* Copyright 2012 MAC InterNet All Rights Reserved. 
------------------------------------------------------- */
/*
	*01 reset
	*02 link
	*03 base
	*04 header
	*04 navi
	*05 footer
	*06 side menu
	*07 top	
	*07 second(list)
	*09 second(detail)
	*10 second(other)
	*00 clearfix
*/

/*-----------------------------------------------
	*01 reset
-------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
img {
	border:none;
}
p, hr, blockquote, address, noscript {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	border: none;
}
ul, li, ol, dl, dt, dd, pre, table, form {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.clear {
	clear:both;
	font-size:0;
	line-height:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*-----------------------------------------------
	*02 link
-------------------------------------------------*/

a {
	text-decoration: none;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
a:active {
	color: #000066;
}

/*-----------------------------------------------
	*03 base
-------------------------------------------------*/
body {
	font-family:  'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', osaka;
	font-size: small;
	margin: 0px auto;
	padding:0;
	line-height:1.35em;
	background: url(https://img14.shop-pro.jp/PA01183/167/etc/bg.gif?20120806154041) repeat-x #FFF;
}

.bold {
	font-weight:bold;
}
.cell_mar {
	margin: 0px 5px 0px 15px;
}
/*#wrap {
	width:930px;
	clear: both;
	margin: 0 auto;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#wrapper:after { 
	content: "."; display: block; clear: both; height: 0; visibility: hidden; 
    font-size: 0;
}*/

/* ************************************************ 
 *  layout
 * ************************************************ */
/*ページ全体の幅、レイアウトをセンタリング*/
#container {
  width:930px;
  margin:0px auto;
  text-align:left;
}

/*サイド*/
#menu {
	padding: 0;
	width: 220px;
	float: left;
	margin: 0 20px 20px 0;
}

#contents {
	width:690px;
	float:right;
	line-height:1.55;
	margin: 0 0 20px;
	padding: 0;
}
#contents #main_title{
	margin: 0 0 15px;
	/*background: url(../../machiya/images/h2_machiya.gif) left top no-repeat;
	font-size: 107.8%;	
	height:0;
	margin: 20px 0 0;
	padding-top: 35px;
	overflow:hidden;
	display:block;*/
	/*margin-bottom:15px;
	font-weight:bold;
	line-height: 36px;
	background-image: url(http://img07.shop-

pro.jp/PA01114/140/etc/title_bg.png?20101013191454);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	height: 37px;
	width: 632px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 1.1em;
	color: #6D6F71;*/
}

.p10-b{ padding-bottom: 10px!important; }

/*メイン*/
#main {
  float: right;
  width: 700px;
  padding-bottom: 30px;
}



/*-----------------------------------------------
	*04 header
-------------------------------------------------*/
h1.logo{
	height: 56px;
	width: 166px;
	padding: 20px 0 0 20px;
}

#header {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 100px;
	width: 930px;
	position: relative;
	padding: 0;
}

/*head_menu*/
div#head_menu {
	padding: 0;
	margin: 0;
	float: right;
	position: absolute;
	right: 5px;
	top: 25px;
	height: 20px;
}
div#head_menu ul {
}
div#head_menu ul li {
	float: left;
	display: inline;
	font-size: 92.4%;
	line-height: 21px;
	white-space: nowrap;
	vertical-align: middle;
	height: 20px;
	margin: 0;
	padding: 0 6px 0 8px;
	border-left: #000 1px dotted;
	text-align: right;
}

div#head_menu ul li.first {
	border-left: none;
}

div#head_menu ul li a {
	color: #000000;
	text-decoration: none;
}

div#head_menu ul li a:hover {
	text-decoration: none;
}

/*#head_info{
	background-image: url(http://img07.shop-

pro.jp/PA01114/140/etc/head_info.png?20101013113141);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
	height: 240px;
}*/




/* --------------------------------------- 
 *	ホーム・マイアカウント・お問合せリンク
 * --------------------------------------- */
.menu_1 {
	padding:0;
	margin:0;
	line-height:0em;
	text-align:right;
}
.menu_1 img {
	vertical-align:top;
}
a#linkHome, a#linkMyAccount {
	margin-right:25px;
}


/*-----------------------------------------------
	*05 footer
-------------------------------------------------*/
#footer {
	width: 905px;
	height: 79px;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 15px;
	clear: both;
	border-top: #C9C8C8 1px solid; 
}
#menu_2 {
	text-align:center;
	margin-bottom: 5px;
}
#copy {
	text-align:center;
}

/*-----------------------------------------------
	*06 side menu
-------------------------------------------------*/
.cate {
}
dl.localnavi {
	padding: 0;
	width: 220px;
	margin: 0 0 10px;
}
dl.localnavi dt {
	height: 80px;
	margin: 0;
	padding: 0 0 1px;
}
dl.localnavi dd {
	
}
dl.localnavi dd img {
	height: 48px;
	margin: 0;
	text-align: left;
	padding-bottom: -1px !important;
}
#search{
	/*width: 180px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;*/
	width: 190px;
	margin: 0;
	padding: 15px;
	border: 1px #C9C8C8 solid;
	background-color: #D3D0C4;
}

div.sidemenu {
	padding: 0 0 10px;
}

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

.side_cat_bg {
	width:190px;
	background:transparent url(http://img.shop-

pro.jp/tmpl_img/26/side_cat_bg.jpg) 0px 0px no-repeat;
	margin-bottom:25px;
}
.side_cat_title {
	height:30px;
	background:transparent url(http://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(http://img.shop-

pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 15px 13px;
	line-height:0;
}
.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: < {
$table_title_bgcolor
}
>;
}
.side_cat_text a:link {
color: < {
$table_title_bgcolor
}
>;
text-decoration: none;
}
.side_cat_text a:visited {
color: < {
$table_title_bgcolor
}
>;
text-decoration: none;
}
.side_cat_text a:active {
color: < {
$table_title_bgcolor
}
>;
text-decoration: none;
}
.side_cat_text a:hover {
color: < {
$table_title_fontcolor
}
>;
text-decoration: none;
}
/* ----------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ----------------------------------------- */
.cart_item {
 border-left: 3px solid < {
$cart_view_bordercolor
}
>;
 border-right: 3px solid < {
$cart_view_bordercolor
}
>;
 margin: 3px 0px 3px 0px;
 padding-left:5px;
 font-size:80%;
}
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login, #btn_members_logout {
	text-align:center;
}
#btn_members_signup {
	padding:7px 0px 0px;
	margin:10px 0px 0px;
	border-top:#dacdb9 dotted 1px;
	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;
}

/*-----------------------------------------------
	*07 top
-------------------------------------------------*/
#main_img {
	margin: 0 0 15px;
}

.main_bnr {
	margin: 0;
	display: block;
}
.main_bnr img {
	margin-bottom: 20px;
	float: left;
}
.main_bnrL {
	padding: 0 20px 0 0;
}
/*.info_bg {
	width:266px;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}*/

.info_text {
	padding-bottom: 8px;
}

.info_block {
	width:680px;
	margin: 0 0 10px 5px;
	padding: 0;
}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
 color:< {
$font_color
}
>;
 margin-bottom: 15px;
}


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


/*-----------------------------------------------
	*08 second(list)
-------------------------------------------------*/
/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 640px;
	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: 160px;
	text-align: left;
	margin: 0 6px 5px 6px;
	/*padding:5px 6px 10px 5px;*/
}
.product_item {
	text-align: left;
	margin: 0 auto;
}
.product_item_border {
	width: 160px;
	height: 160px;
    padding: 2px;
	border:1px #E5E4DE solid;
}
.product_item img {
	margin: 0 auto;
	display: block;
}

.product_item .model,
.product_item .model a {
	width: 100px;
	height: 22px;
	color: #FFF;
	/*line-height: 120%;
	margin:10px 0px 0px;*/
	padding:2px 0 0 5px;
	background-color: #000;
}

.product_item .name,
.product_item .name a {
	/*line-height: 144%;
	height: 30px;*/
	width: 160px;
	margin:0;
	padding:5px 0 0;
	color: #660033;
	font-size: 93%;
	line-height: 1.2;
}
.product_item .name img {
	vertical-align:middle;
}
.product_item .price {
	margin:0;
	color: #333333;
}
.product_item .expl {
	color: #000;
	font-size:91%;
	line-height:1.6em;
	text-align: left;
	margin: 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;
}*/

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 690px;
	height: 30px;
	border-top: 1px #C9C8C8 dotted;
	border-bottom: 1px #C9C8C8 dotted;
 color: < {
$productlist_sort_bgcolor
}
>;
 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:< {
$productlist_bgcolor
}
>;
 text-decoration:none;
}
.sort_01 a:active, .sort_01 a:hover {
 color:< {
$productlist_border
}
>;
 text-decoration:none;
}

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

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width: 690px;
	height: 30px;
	border-top: 1px #C9C8C8 dotted;
	border-bottom: 1px #C9C8C8 dotted;
 color: < {
$searchlist_sort_bgcolor
}
>;
 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:< {
$searchlist_bgcolor
}
>;
 text-decoration:none;
}
.sort_02 a:active, .sort_02 a:hover {
 color:< {
$searchlist_border
}
>;
 text-decoration:none;
}

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

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

 * ------------------------------------- */
.footstamp {
	width: 690px;
	height: 30px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/footstamp_bg.gif) no-

repeat;*/
 color: < {
$navi_list_bgcolor
}
>;
 margin-bottom: 5px;
}
.footstamp a {
color: < {
$category_fontcolor
}
>;
}
.footstamp a:link {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:visited {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:active {
color: < {
$category_fontcolor
}
>;
text-decoration: none;
}
.footstamp a:hover {
color: < {
$category_linecolor
}
>;
text-decoration: none;
}
.txt-f10 {
	font-size:10px;
}
.footstamp img {
	vertical-align:middle;
}

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

/*-----------------------------------------------
	*09 second(detail)
-------------------------------------------------*/
#detail {
	clear: both;
	text-align:center;
 color:< {
$font_color
}
>;
}
#detail_title {
	height: 100%;
	background-image: url(https://img14.shop-pro.jp/PA01183/167/etc/title_bg.gif?cmsp_timestamp=20150520162510);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 auto 30px;
    padding: 4px 0 3px;
	font-size: 131%;
	color: #FFF;
	line-height: 1.5;
	text-indent: 2.0em;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino 

Mincho Pro", serif;
	/*margin-bottom:30px;
	font-weight:bold;
	line-height: 35px;
	background-image: url(http://img14.shop-

pro.jp/PA01183/167/etc/title_bg.gif?20120828195818);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	height: 38px;
	width: 690px;
	padding-left: 15px;
	padding-top: 2px;
	font-size: 1.1em;
	color: #FFF;*/
}
#detail_l {
	width: 285px;
	float: left;
}
/*#detail_l img {
	display: block;
	margin: 0 auto;
}*/
#detail_r {
	width: 405px;
	float: right;
}
#detail_r:after { 
	content: "."; display: block; clear: both; height: 0; visibility: hidden; 

font-size: 0;
}
#detail .expl {
	width: 405px;
	line-height:1.4;
	text-align: left;
	padding: 10px 0 60px 10px;
	/*margin: 10px auto 5px;*/
}
#detail .detail_main_img {
	padding: 3px;
	border:1px #E5E4DE solid;
	margin: 0 auto;
}

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

#detail .sub img {
	padding-right: 8px;
	width: 160px;
	}
#detail .sub img a:hover img{
	opacity:0.9;
	filter: alpha(opacity=90);
    border:3px #CCC solid;
}

#detail .sub_img{
	width: 550px;
	margin: 8px auto 5px;
}


#detail .table {
	width: 320px;
	text-align:left;
	margin:5px auto 30px;
	/*background-color: #E8E8E8;*/
}
#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	/*color: #FFF;
	background: url(http://img14.shop-pro.jp/PA01183/167/etc/dot_01.gif?
20120828202226) repeat;*/
    background-color: #f0efe9;
	border: 1px #D8D8D8 solid;
	padding: 2px 0 2px 5px;
}
#detail .table .cell_2 {
	height: 28px;
	/*color: #6d2916;*/
	border: 1px #D8D8D8 solid;
	background-color: #FFF;
}
#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
}

.r_box {
	float: right;
	width: 245px;
	margin: 20px 20px 0;
}


/* 特定商取引法に基づく表記（返品など）ボタン */
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:0;
	text-decoration:line-through;
}
.price_detail {
	padding:0;
	margin:0;
	color:#ff0000;
	font-weight:bold;
}
.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0;
	color:#ff0000;
}

/* ------------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------------- */
#together {
	margin: 0px 10px 0px 10px;
	clear: both;
}
#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;
}

/* ------------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------------- */
.history-box {
  clear: both;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid 1px #999;
}
.history-box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0 35px 10px;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
  font-family:'Lucida Grande',
}
/*.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}*/
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
  font-family:"Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
.header_block{
  margin: 0 0 30px;
}
/*#main .header_block .icon{
  padding: 0;
}*/



/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#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 < {
$option_bordercolor
}
>;
 border-top: 1px solid < {
$option_bordercolor
}
>;
}
#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
 border-right: 1px solid < {
$option_bordercolor
}
>;
 border-bottom: 1px solid < {
$option_bordercolor
}
>;

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

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

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

#ShopKeeper {
	margin: 5px auto 15px;
	width: 685px;
	color:#333333;
	}

#ShopKeeper th {
	padding: 4px 0 4px 5px;
	width: 180px;
	height: 28px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}
/*#ShopKeeper {
	width: 564px;
 color:< {
$font_color
}
>;
 margin-bottom: 15px;
 border-top: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 border-left: 1px solid < {
$ShopKeeper_bordercorder
}
>;
}
#ShopKeeper th {
	width: 160px;
	padding:10px;
 border-right: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 border-bottom: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 font-size: 80%;
 font-weight: normal;
 text-align:left;
}
#ShopKeeper td {
 border-right: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 border-bottom: 1px solid < {
$ShopKeeper_bordercorder
}
>;
 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(http://img.shop-

pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0;
}

.product-linkList {
	display: block;
	margin: 50px auto 10px;
	padding-left: 50px;
}
.product-linkList ul {
}
.product-linkList ul li {
	margin: 0;
	padding: 0 0 3px;
	/*background:transparent url(http://img.shop-

pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	background: url(http://img07.shop-pro.jp/PA01114/140/etc/mark_01.gif?

20101014152814) no-repeat 0 3px;*/
	text-align: left;
}

 /*-----------------------------------------------
	* プライバシーポリシー
-------------------------------------------------*/
#PrivacyExplain {
 color:< {
$font_color
}
>;
 margin-bottom: 15px;
}
.pe_title {
 color: < {
$privacy_title_fontcolor
}
>;
 border-top: 1px solid < {
$privacy_title_bgcolor
}
>;
 padding-top: 15px;
}
.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
}



/* ************************************************ 
 *  all
 * ************************************************ */
/* ************************************************ 
 *  header
 * ************************************************ */
/*#header div.header_link {
  float: right;
  margin-bottom: 40px;
  }
  #header div.header_link ul {
    }
    #header div.header_link ul li {
      list-style-type: none;
      float: left;
      margin-left: 20px;
      line-height: 16px;
      }
      #header div.header_link ul li i {
        width: 16px;
        height: 16px;
        display: block;
        float: left;
        margin-right: 5px;
        }
      #header div.header_link ul li a {
        text-decoration: none;
        }

    #header div.header_link ul li.my_account {
      }
      #header div.header_link ul li.my_account i.account {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -343px -108px;
        }

    #header div.header_link ul li.view_cart {
      }
      #header div.header_link ul li.view_cart i.cart {
        background: url(https://img.shop-pro.jp/tmpl_img/56/glyphicons.png) -415px -204px;
        }
      #header div.header_link ul li.view_cart span.count {
        background: #ff3355;
        color: #fff;
        font-weight: bolder;
        padding: 5px 10px;
        margin-left: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;

        }

#header div.search {
  float: left;
  margin-bottom: 40px;
}

#header h1.logo {
  clear: both;
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
  width: 100%;
}

#header h1.logo a {
  text-decoration: none;
}

#header h1.logo img {
  max-width: 100%;
}*/


/* ************************************************ 
 *  main
 * ************************************************ */
/*#main div.box {
clear: both;
margin-bottom: 40px;
}

#main div.box h3 {
margin-bottom: 20px;
font-size: 20px;
}*/

/* ************************************************ 
 *  item_box
 * ************************************************ */
/*.item_box {
width: 205px;
margin: 0 0 20px 20px;
text-align: center;
display:inline-block; 
/display:inline; 
/zoom:1;
vertical-align:top;
}

.item_box .item_photo {
margin: 0px;
}

.item_box .item_photo img.item {
max-width: 100%;
}

.item_box .item_detail {
margin: 10px;
}

.item_box .item_detail p.item_name {
font-size: 15px;
margin-bottom: 10px;
}

.item_box .item_detail p.item_regular_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_price {
margin-bottom: 10px;
}

.item_box .item_detail p.item_discount {
margin-bottom: 10px;
}*/

/* ************************************************ 
 *  Top_Page
 * ************************************************ */
/*#main #box_news {
}

#main #box_news p {
line-height: 20px;
}

#main #box_recommend {
}

#main #box_sellers {
}

#main #box_free {
background: #f5f5f5;
padding: 20px;
}

#main #box_free p {
line-height: 20px;
}

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

div.footstamp {
margin-bottom: 10px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

div.footstamp span {
margin: 0 5px;
color: #999;
}

.stock_error{
font-weight:bold;
color:red;
padding:10px 0;
display:none;
}*/

/* ************************************************ 
 *  product_detail_page
 * ************************************************ */
h2.product_name {
font-size: 20px;
margin-bottom: 15px;
}

div.product_detail_area {
margin-bottom: 20px;
position: relative;
width: 100%;
}

/*div.product_images {
width: 500px;
float: left;
display: inline;
}*/

div.product_images div {
margin-bottom: 20px;
}

div.product_images div img {
max-width: 100%;
}

div.product_images div p.caption {
margin-top: 10px;
line-height: 20px;
}

div.add_cart {
width: 180px;
float: right;
}
table.add_cart_table {
width: 100%;
border-top: 1px solid #ccc;
margin-bottom: 10px;
}
table.add_cart_table th {
border-bottom: 1px solid #ccc;
padding: 5px;
font-size: 11px;
}
table.add_cart_table td {
border-bottom: 1px solid #ccc;
padding: 5px;
}
table.add_cart_table td input {
width: 30px;
font-size: 14px;
}
table.add_cart_table td strong.price {
font-size: 14px;
}

table#option_tbl {
width: 100%;
margin-bottom: 20px;
}
table#option_tbl th,
table#option_tbl td.none {
background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
border: 1px solid #ccc;
padding: 10px;
text-align: center;
}
table#option_tbl th {
background: whiteSmoke;		
}
table#option_tbl td div input {
margin-bottom: 5px;
}

ul.option_price {
margin: 0 0 20px 0px;
}
ul.option_price li {
list-style-type: none;
}

div.button_area {
}
div.button_area input {
width: 100%;
}

div.product_description {
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #ccc;	
clear: both;
word-wrap: break-word;
}

div.product_image_extra {
text-align: center;
margin-bottom: 20px;
}
div.product_image_extra img.item {
margin-bottom: 20px;
}


div.product_link_area {
float: left;
margin-left: 0px;
}
div.product_link_area div.twitter {
float: left;
width: 100px;
}
div.product_link_area div.pinterest {
float: left;
margin-right: 30px;
}
div.product_link_area div.fb-like {
float: left;
width: 200px;
}

div.product_link_area ul.other_link {
clear: both;
margin-top: 20px;
margin-left: 20px;
}
div.product_link_area ul.other_link li {
margin-bottom: 10px;
}

#tb_cap_tb{
}
#tb_cap_tb{
margin-top: 20px;
}

.tb {
padding-top: 10px;
padding-bottom: 10px;
border-top: 1px solid #CCC;	
}
#tb_stitle {
margin-bottom: 20px;
}
.tb_date, .tb_title, .tb_body, .tb_state {
margin-bottom: 5px;
}

/* ************************************************ 
 *  cloud_zoom
 * ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
border: 4px solid #888;
margin:-4px;	/* Set this to minus the border thickness. */
background-color:#fff;	
cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
font-family:Arial, Helvetica, sans-serif;
position:absolute !important;
background-color:#000;
color:#fff;
padding:3px;
width:100%;
text-align:center;	
font-weight:bold;
font-size:10px;
top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
border: 4px solid #f0efe9;
overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
color:white;	
background:#222;
padding:3px;
border:1px solid #f0efe9;
}

/* Feature section in ZoomEngine page */
.zoom-section {
clear:both;
}

* html .zoom-section { 
display:inline;
clear:both;
}

.zoom-small-image {
margin-bottom: 20px;
width: 285px;
/*width: 420px;*/
float: left;
margin-top: 4px;
}
.zoom-small-image #wrap {
top: 0px;
z-index: 9999;
position: relative;
}
.cloud-zoom {
margin-bottom: 20px;
}
.zoom-small-image .mousetrap {
z-index:999;
position: absolute;
width: 100%;
left:0px;
top:0px;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
	
/*width: 60px;
 margin-left: 20px;*/
/*float: left;*/
}

a.cloud-zoom-gallery {
display: block;
/*margin: 0 0 5px 0;*/
cursor: pointer;

  float: left;
  margin: 0 10px 5px 0;
  /*width: 82px;
  height: 82px;*/
}
.zoom-tiny-image {
width: 50px;
height: 50px;
border: 1px solid #ccc;
padding: 3px;
float: left;
display: block;
}
.zoom-tiny-image.selected {
background: #833D38;
border: 1px solid #f0efe9;
}
.zoom-tiny-image:hover {
border: 1px solid #f0efe9;
}

/* ************************************************ 
 *  product_option_window
 * ************************************************ */
/*div#product_option {
margin: 20px;
padding: 20px;
background: #fff;
}

div#product_option h2 {
margin-bottom: 20px;
}

table.table_option {
background: #fff;
border-top: 1px solid #ccc;
border-right: 1px solid #ccc;
margin-bottom: 20px;
}
table.table_option th {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
background: #f5f5f5;
}
table.table_option td {
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
padding: 10px;
}

div#product_option div.button_area {
}*/

/* ************************************************ 
 *  product_list_page
 * ************************************************ */
/*div.sub_category_area,
div.sub_group_area {
height: 100%;
background: #f5f5f5;
margin-bottom: 20px;
padding: 10px 10px 0px 10px;
}

div.sub_category_area div.sub_category,
div.sub_group_area div.sub_group {
float: left;
margin: 0 20px 10px 0;
}

div.sub_category_area div.sub_category img,
div.sub_group_area div.sub_group img {
margin-right: 10px;
}*/

/* ************************************************ 
 *  search_page
 * ************************************************ */
/*div.search_result {
background: #f5f5f5;
margin: 20px 0;
padding: 10px 0;
text-align: center;
}

div.none {
text-align: center;
margin: 50px 0;
}*/

/* ************************************************ 
 *  policy
 * ************************************************ */
/*div#policy {
}

div#policy h2 {
margin-bottom: 30px;
}

.policy_box,
#policy_lead{
margin-bottom: 30px;
}

div.sk_box {
margin-bottom: 50px;
}
div.sk_box h3 {

font-size: 16px;
margin-bottom: 10px;
}
div#sk tr {
border-bottom: 1px solid #eee;
}
div#sk th {
width: 150px;
text-align: left;
padding: 10px 20px 10px 0;
}
div#sk th img.poricy_img {
margin-bottom: 5px;
}	
div#sk td {
padding: 10px 0;
}	
div#sk th,
div#sk td {
vertical-align: top;
line-height: 1.8;
}


div#payment_method {
margin-top: 40px;
}
div#payment_method table.table {
width: 100%;
}
div#payment_method table.table th {
width: 200px;
text-align: center;
}


div#shipping_method {
margin-top: 40px;
}
div#shipping_method table.table {
width: 100%;
}
div#shipping_method table.table th {
width: 200px;
text-align: center;
}*/

/* ************************************************ 
 *  side
 * ************************************************ */
/*#side div.box {
clear: both;
margin-bottom: 20px;
}

#side div.box h3 {
margin-bottom: 10px;
padding: 5px;
background: #f5f5f5;
text-align: center;
}

#side div.box ul {
margin-left: 20px;
}

#side div.box ul li {
margin-bottom: 7px;
}

#side div#box_cart {
}

#side div#box_cart div.cart_button {
text-align: right;
}

#side div#box_owner {
}

#side div#box_owner div.owner_photo {
padding-left: 20px;
}

#side div#box_owner img.owner_photo_inner {

width: 152px;
margin-bottom: 10px;
padding: 3px;
border: 1px solid #ccc;
}

#side div#box_owner p.name {
font-size: 20px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.memo {
font-size: 11px;
line-height: 18px;
margin-bottom: 10px;
padding-left: 20px;
}

#side div#box_owner p.website {
padding-left: 20px;
}

div#box_mailmaga a {
padding-left: 20px;
}

div#box_mobile img {
padding-left: 26px;
}

#group-list {
border-top:#838383 dotted 1px;
padding:10px 0px 0px;
margin:10px 20px 0px 0px;
}*/

#group-list {
  /*border: 1px solid #D8D8D8;*/
  border: #838383 dotted 1px;
  margin: 0 auto 10px;
  color :#000;
  font-family: "Lora","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
#group-list ul li {
  /*border-bottom: #838383 dotted 1px;*/
  /*line-height: 1.6;*/
  padding: 0.6em 0 0.6em 1em;
}
/*#group-list {
	width: 218px;
	border: 1px solid #D8D8D8;
	margin: 0 auto 10px;
}
#group-list ul li {
}*/

/* ************************************************ 
 *  Common Elements
 * ************************************************ */
/* @group Common Elements */

/*table {
	border-collapse: collapse;
	border-spacing: 0;
	}

	table.table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		margin-bottom: 20px;
		}
		table.table th {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			background: #f5f5f5;
			}
		table.table td {
			border-bottom: 1px solid #ccc;
			border-left: 1px solid #ccc;
			padding: 5px;
			}


div.footstamp {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
	}
	div.footstamp span {
		margin: 0 5px;
		color: #999;
		}

div.sort {
	margin-bottom: 20px;
	text-align: right;
	float: right;
	}
	div.sort strong {
		margin-right: 5px;
		}
	div.sort a {
		margin-right: 5px;
		text-decoration: underline;
		}
	div.sort span {
		margin-right: 5px;
		font-weight: bolder;
		text-decoration: none;
		background: #eee;
		}

div.pager {
	margin: 20px 0;
	clear: both;
	text-align: center;
	}

div.none {
	clear: both;
	text-align: center;
	margin: 50px 0;
	}

/* radius */
.r3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	}

.r5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
	}

.r7 {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px; 
	}

/* @group button */

/*.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc 9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;


  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover,
.btn-inverse,
.btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #004099 9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn_quick {
  margin: 10px 0;
}*/