/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: ;
	padding: ;
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:100%;
 clear:left;
}

/*leftとmainを囲む*/
.wrapper {
 width:800px;
 float:left;
}

/*　画面左側メニューの幅　*/
.left {
	float: right;
	width:200px;
}

/*　中央の幅　*/
.main {
	float: right;
	width: 600px;
}

.right {
	float: left;
	width:200px;
}

/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
}

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


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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 564px;
	height: 28px;
	color: <{$productlist_sort_bgcolor}>;
	font-size: 10px;
	background: 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;
	}


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

.sort_02 {
	width: 564px;
	height: 28px;
	color: <{$searchlist_sort_bgcolor}>;
	font-size: 10px;
	background: 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;
	}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size: 10px;
	background: no-repeat;
	margin-bottom: 15px;
	}


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

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


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

.product_item img {
	padding: 4px;
	}

.product_item .name {
	line-height: 120%;
	margin:5px 0px 0px 0px ;
	}

.product_item .price {
	color: #ff0000;
	}

.product_item .sale {
	color: #ff0000;
	}

.productlist[num].price {
	color: #ff0000;
	}


.product_item .expl {
	color: #000000;
	text-align: left;
	line-height: 10px;
	margin: 20px;
	border-width: 1px;
	border-color: #999999;
	width: 375px;
	height: 10px;
	background: left top repeat-y;
	border: 2;
	}
	
.product.explain {
	font-family: "ＭＳ Ｐ明朝", "細明朝体";
	font-size: 13px;
	text-align: left;
	line-height: 10px;
	margin: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	width: 375px;
	height: 10px;
	background: left top repeat-y;
	border: 2;
	}


.product_item .s_expl {
	color: #000000;
	font-size: 10px;
	line-height:120%;
	text-align: left;
	margin:5px 0;
	}

.productlist[num].s_expl {
	color: #000000;
	font-size: 10px;
	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;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	width: 564px;
	height: 28px;
	background:no-repeat;
	color: <{$navi_list_bgcolor}>;
	margin-bottom: 15px;
	}

.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;}


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



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

#detail {
	text-align:center;
	color:<{$font_color}>;
	}

#detail .expl {
	width: 100px;
}

#detail .main_img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

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

#detail .sub img {
	width: <{$productimg_border}>px;
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

#detail .table {
	
	}

#detail .table .cell_1 {
	width: 105px;
	height: 28px;
	color: #FFF;
	border-right: 1px #FFF solid;
	border-bottom:1px #FFF solid;
	}

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #432A16;
	border-bottom:1px #FFF solid;
	}

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

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

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

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

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

#together img {
	padding: 4px;
	border-top: 1px #D1D1D1 solid;
	border-right: 1px #989898 solid;
	border-bottom: 1px #989898 solid;
	border-left: 1px #D1D1D1 solid;
	}

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

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

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


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

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

#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 #CC9966;
	border-bottom: 1px dotted #CC9966;
	}

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




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:15px;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;

	font-weight:normal;
	border-right: 1px solid <{$option_bordercolor}>;
	border-bottom: 1px solid <{$option_bordercolor}>;
	padding-left: 6px;
	}

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

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




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


.sidemenu {
	width:190px;
	color:#6699ff;
	margin-bottom: 15px;
	}

.side_title {
	height: 28px;
	background: #6699ff
no-repeat;
	color: #FFF;
	padding-left:15px;
	}

.side_text {
	border-left: 1px #6699ff solid;
	border-right:1px #6699ff solid;
	background-color:<{$table_cell_bgcolor}>;
	padding:4px;
	}

.side_text2 {
	border-left: 1px #6699ff solid;
	border-right:1px #6699ff solid;
        padding:4px;
	}

.side_bottom {
	height: 2px;
	background-color:<{$table_cell_bgcolor}>;
	background: url(https://img.shop-pro.jp/tmpl_img/11/side_bottom_bg.gif) no-repeat;
	}

.sidemenu2 {
	width:190px;
	color:#cccccc;
	margin-bottom: 15px;
	}

.side_title2 {
	height: 28px;
	background: #666666
no-repeat;
	color: #FFF;
	padding-left:15px;
	}

p.resizeimage img { width: 100%; }

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

#ShopKeeper {
	width:590px;
	margin-bottom:15px;
	color:#333333;
	border-top:1px solid #DDDDDD;
	}

#ShopKeeper th {
	width:200px;
	overflow:hidden;
	padding:10px;
	font-weight:normal;
	text-align:left;
	border-left:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	}

#ShopKeeper td {
	padding:10px;
	text-align:left;
	border-right:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	}
	
#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:#e7e7e7;
	border-bottom:1px solid #FFFFFF;
	}

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

.txt-search strong,
.txt-hitNum strong {
	font-weight:bold;
	}




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

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

.pe_title {
	padding-top:15px;
	color:#333333;
	border-top:1px solid #DDDDDD;
	}

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