* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	font-size: 12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

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


/* ------------------------------------- 
 *	リンクの色設定（初級モードで設定）
 * ------------------------------------- */



/*ショップタイトル-リンク色指定*/
#title a:link    {color: #000; text-decoration: none;}
#title a:visited {color: #000; text-decoration: none;}
#title a:active  {color: #000; text-decoration: none;}
#title a:hover   {color: #666; text-decoration: none;}


/* -------------------------------------
 *	ページレイアウト
 * ------------------------------------- */

/*ページ中央の幅*/
#wrapper {
	margin:0px auto;
}

#header {
	width:100%;
	height:90px;

	padding-bottom:0px;
}

#body {
}

#body .margin {
	margin:10px 10px 30px 10px;
}

#side {
	margin-top: 5px;
	width:170px;
	float:left;
}



#footer {

}


/* ------------------------------------- 
 *	商品画像のサイズ・装飾設定(商品画像のサイズは「画像サイズ設定」で行います)
 * ------------------------------------- */

/* 画像のボーダー */
img.border {
	border:1px #CCC solid;
}

/* メイン画像（大サイズ）*/
img.mainimg {
	border:1px #CCC solid;
	float:left;
	margin-bottom:10px;
}

/* 商品のその他画像のサイズ */
img.thumnail {
	width:100px;
}

img {border:none;}
.small {font-size:10px;}
.center {text-align:center;}


/* ************************************************ 
 *	ヘッダー（サイトタイトル、検索スペース、メニュー）
 * ************************************************ */
 
/* ------------------------------------- 
 *	ヘッダー内レイアウト
 * ------------------------------------- */

#header .margin {
	margin:3px 10px 0px 10px;
	}

/*ヘッダーメニューの背景*/
#header_menu {
	height:20px;
	background:#FFFFFF url(https://img09.shop-pro.jp/PA01040/147/etc/header-1.gif);
/*
	background:#FFFFFF url(https://img09.shop-pro.jp/PA01040/147/etc/h_menu.gif)
 	repeat-x;
	background:#FFFFFF url(https://img09.shop-pro.jp/PA01040/147/etc/header.gif)
 	repeat-x;
*/
	text-align:right;
}

/*検索ボックス*/
#header #search {
	width:220px;
	float:right;
	background:#DAF0BA url(https://img.shop-pro.jp/tmpl_img/25/search.gif) no-repeat;
	background-position:left bottom;
	padding-bottom:10px;
}

#header #title {
	padding-right:230px;
}

/* ------------------------------------- 
 *	サイトタイトルの設定
 * ------------------------------------- */
h1 {
	color:#000;
	font-size:22px;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	ヘッダーメニュー（ホーム、マイカウント、お問い合わせ）
 * ------------------------------------- */

#header_menu ul {
	padding-top:2px;
}

#header_menu ul li{
	display:inline;
}

#header_menu ul li img {
	height:12px;
	margin-right:5px;
}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
	height:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/search_title.gif) no-repeat;
	background-position:left top;
}

#search select,input {
	margin-left:8px;
}
#search .button {
	width:50px;
	height:20px;
	margin-left:3px;
}


/* ************************************************ 
 *	フッター（メニュー、コピーライト）
 * ************************************************ */

#footer_menu {
	border-top:1px #7e6050 solid;
	margin-bottom:10px;
	padding-top:10px;
}

address {
	font-style:normal;
	margin:10px;
}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

dl {
	margin-bottom:10px;
} 

/* ------------------------------------- 
 *	灰色の部分（おすすめ商品、売れ筋商品、カテゴリのリスト）
 * ------------------------------------- */

#grayzone {
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/zone.gif) repeat-y;
/*
	background:url(https://img.shop-pro.jp/tmpl_img/25/grayzone.gif) repeat-y;
*/
	margin-bottom:10px;
}

#grayzone .top {
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/zone_top.gif) no-repeat;
	background-position:left top;
}
#grayzone .bottom {
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/zone_bottom.gif) no-repeat;
	background-position:left bottom;
}

#grayzone dl {margin:0px 5px;}

#grayzone dt img {margin:2px 5px;}

/* リストのタイトル部分（四角の枠） */
#grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #7e6050 solid;
	margin-bottom:5px;
	padding-top:3px;
}

/* リスト部分（左端にオレンジ色の丸の画像） */
#grayzone dd {
	background:url(https://img.shop-pro.jp/tmpl_img/25/dd.gif) no-repeat;
	background-position:0px 6px;
	padding-left:12px;
	margin-bottom:3px;
}

#grayzone dd.sp {
	background:none;
	border-top:2px #7e6050 dotted;
	padding:0px;
	margin:3px;
}

/* ------------------------------------- 
 *	カートの中身を見る
 * ------------------------------------- */
dl#cart {
	border-bottom:2px #91A823 solid;
}

dl#cart dt {
	background:#91A823 url(https://img.shop-pro.jp/tmpl_img/25/round_cart.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding-top:5px;
}

dl#cart dd {
	border-left:2px #91A823 solid;
	border-right:2px #91A823 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	店主のコーナー
 * ------------------------------------- */

dl#owner {
	border-bottom:2px #7C8972 solid;
}

dl#owner dt {
	background:#7C8972 url(https://img.shop-pro.jp/tmpl_img/25/round_owner.gif) no-repeat;
	background-position:left top;
	text-align:center;
	padding:5px 0;
}

dl#owner dd {
	border-left:2px #7C8972 solid;
	border-right:2px #7C8972 solid;
	padding:2px 3px 2px 7px;
}

/* ------------------------------------- 
 *	トラックバック、フリースペースのリスト
 * ------------------------------------- */

dl#list dt {
	font-weight:bolder;
	margin-bottom:5px;
}

dl#list dd {
	padding-left:17px;
	margin-bottom:3px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

div.border {
	border-top:2px #7C8972 dotted;
	padding-bottom:5px;
	background:none;
}

/* ------------------------------------- 
 *	メールマガジン登録・解除
 * ------------------------------------- */

dl#mailmaga {
	border:1px #7C8972 solid;
}

dl#mailmaga dt {
	border-bottom:1px #7C8972 dotted;
	margin:5px;
	font-weight:bolder;
}

dl#mailmaga dd {
	text-align:center;
	margin-bottom:5px;
}

/* ------------------------------------- 
 *	feed
 * ------------------------------------- */
#feed {
	text-align:center;
	}
#feed img {
	width:57px;
	height:15px;
	margin:5px;
	}


/* ************************************************ 
 *	メインエリア
 * ************************************************ */

table.box {
	width:99.5%;
	margin:0px auto 20px auto;
	}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title.gif) repeat-x;
	background-position:left;
}

.main_title .point {
	height:27px;
	width:20px;
	float:left;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title_point.gif) no-repeat;
	background-position:left;
}

.main_title .title {
	height:27px;
	margin-left:20px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */

div.info {
	color:#333333;
	margin-bottom:20px;
}

/* ------------------------------------- 
 *　フリースペース
 * ------------------------------------- */

.free_space {
	border:2px #CCC solid;
	padding:10px;
}

/* ------------------------------------- 
 *	パンくずナビ
 * ------------------------------------- */

.pankuzu {margin-bottom:20px;}


/* ------------------------------------- 
 *	アイテムエリアの設定（商品を複数個横に並べる表示の設定）
 * ------------------------------------- */

.itemarea {
	margin:5px 0;
	width:20%;
	float:left;
	text-align:center;
}


/* ************************************************ 
 *	商品一覧・検索結果・詳細ページ
 * ************************************************ */

/* ------------------------------------- 
 *	商品一覧・検索結果//アイテムリストの設定（一行表示の設定）
 * ------------------------------------- */

table.list {
	width:99.5%;
	border-top:1px #9DD22C solid;
	border-bottom:1px #9DD22C solid;
}

table.list td {padding:10px 5px;}

/* 商品の名前 */
table.list div.name {
	margin-right:100px;
}

/* 商品の値段 */
table.list div.price {
	color:#FF3333;
	width:150px;
	float:right;
	text-align:right;
}
/* 商品の簡易説明 */
table.list {margin-top:10px;}


/* 並び順 */
.sort {
	text-align:right;
	margin-bottom:5px;
}
.sort span,strong {
	padding:0px 7px;
}

/* ページナビ（全 [*] 商品中 [*-*] 商品を表示しています。） */
.pagenavi {
margin:5px 0;
}

.pagenavi span {
	padding:0px 7px;
	color:#9DD22C;
}

/* ------------------------------------- 
 *	商品一覧・検索結果・詳細ページ共通
 * ------------------------------------- */

/* カテゴリーの名前（背景：薄オレンジ） */
.category_title {
	background:#DAF0BA url(https://img.shop-pro.jp/tmpl_img/25/category_title.gif) no-repeat;
	background-position:6px;
	color:#333; /*商品カテゴリー名・商品名文字色(商品詳細・商品一覧結果共通)*/
	font-weight:bolder;
	padding:3px 20px;
}


/* ************************************************ 
 *	商品詳細ページ
 * ************************************************ */

div.detail {margin:10px 0;}

/* ------------------------------------- 
 *	商品のスペック表
 * ------------------------------------- */

/* -----------------------------
 *	■商品画像の配置に関して■
 *	商品画像は幅200pxを標準サイズとしています。
 *	画像のサイズにあわせて、商品のスペック表の表示位置を調整しています。
 *	幅200px以上の画像を掲載する場合は、「div.spec_area」の「margin-left」
 *	の値を編集してください。
 *	【例】幅300pxの画像を掲載する場合は、「div.spec_area」の「margin-left」
 *	の値を「300px」に変更してください。
 * ----------------------------- */

div.spec_area {
	margin-left:200px; /* 商品詳細画像の値と同じ（メイン画像のサイズに合わせて回り込む） */
	padding-left:20px;
}

table.spec {
	background:#CCC;/*商品価格表-罫線の色*/
	width:100%;
}

table.spec th {
	background:#EFEFEF;/*商品価格表右側セルの背景色*/
	padding:5px;
	width:100px;
	color:#333;/*商品価格表右側セルの文字色*/
	font-weight:normal;
	text-align:left;
}

table.spec td {
	background:#FFF;/*商品価格表左側セルの背景色*/
	padding:5px;
}

table.spec table.num td {padding:0px;}

table.spec td.sales {
	color:#FF0033;/*商品価格表-販売価格の文字色*/
	font-weight:bolder;
}

/* 「カートに入れる」ボタン */
div.cart_in {
	text-align:right;
	margin-top:10px;
}
div.cart_in img {
	width:132px;
	height:34px;
}

/* 商品の説明 */
div.explain {margin:10px 0;}

/* 「この商品について問い合わせる」等のボタン */
div.etc {
	text-align:center;
	margin-top:10px;
}
div.etc img {
margin:5px;
	}


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

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

div.tb div.title {
	color:#7C8972;
	font-size:14px;
	background:url(https://img.shop-pro.jp/tmpl_img/25/arrow.gif) no-repeat;
	background-position:left;
	border-bottom:2px dotted #7C8972;
	padding-left:15px;
	margin-bottom:10px;
}

/*ベージュの背景色エリア*/
div.area_bg {
	background:#F6F1E6;
	margin:0px 10px 0px 10px;
}

/*トラックバック本文レイアウト*/
div.tb div.tb_area {
	padding:10px 15px 15px 15px;
}

div.tb div.tb_area span {
	font-size:10px;
	color:#7C8972;
	margin-right:30px; 
}

div.tb div.tb_area p.tb_title {
	border-top:1px dotted #7C8972;
	font-weight:bolder;
	padding:5px 0;
}


/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.search_result {
	margin:5px 20px 20px 20px;
}

/*検索条件の文字の色*/
.search_result strong {
	color:#9DD22C;
}


/* ************************************************ 
 *	その他のページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション在庫・値段表
 * ------------------------------------- */

div#option {
	padding:10px;
	background:#FFF;
}

table.option {
	margin:20px auto;
	background:#CCC;
	}


table.option th {
	background:#DDD;
	text-align:left;
	font-weight:normal;
	border:2px solid #FFF;
}


table.option td {
	background:#FFF;
	padding:3px;
	}

.option_btn {
	text-align:center;
	}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

table#shop {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
}

table#shop td,th {padding:5px;}

table#shop th {
	width:150px;
	background:#DDD;
	text-align:left;
	font-weight:normal;
}

/* ------------------------------------- 
 *	支払い方法・配送方法について
 * ------------------------------------- */

.sk {
	width:90%;
	margin:10px auto 20px auto;
	border:1px #CCC solid;
	}

.sk .title_sp {
	padding:2px;
	}
	
.sk .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
	}

.sk .title img {margin:3px;}

.sk .note {
	padding:5px;
	}

.payment_img {
	margin:3px;
	}

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

div#privacy {
	margin:10px 20px 20px 20px;
	border:1px #CCC solid;
}

div#privacy .title_sp {
	padding:2px;
	}

div#privacy .title {
	font-weight:bolder;
	background:#DDD;
	padding:5px;
}


div#privacy .note {
	padding:5px;
}




/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#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;
}
















body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset,
p, blockquote,
th, td
{ 
	margin: 0;
	padding: 0;
}


input, textarea
{
	margin: 0;
	font-size: 100%;
}


table
{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}


fieldset, img
{ 
	border: 0;
}


address, caption, cite, code, dfn, em, th, var
{
	font-style: normal;
	font-weight: normal;
}


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 {
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	color: #000;
}

/* ie7 */
*:first-child+html body {
	font-size: 75%;
}

/* ie5 - ie6 */
* html body {
	font-size:75%;
}

body.fontS {
	font-size: 85%;
	*font-size: 62.5% !important;
}
body.fontL {
	font-size: 115%;
	*font-size: 100% !important;
}

/* ---------------------------------------------
	2 - font style
--------------------------------------------- */
.fNormal  { font-weight: normal;}
.fBold   { font-weight: bold;}
.fItalic { font-style: italic;}

.fSSS { font-size: 70%;}
.fSS  { font-size: 78%;} /* base 12px =  8px */
.fS   { font-size: 85%;} /* base 12px = 10px */
.fM   { font-size: 100%;}
.fL   { font-size: 115%;}/* base 12px = 14px */
.fLL  { font-size: 130%;}/* base 12px = 16px */
.fLLL { font-size: 143%;}/* base 12px = 18px */
sup {
	font-size: 78%;
	vertical-align: top;
}
sub {
	font-size: 78%;
	vertical-align: baseline;
}

/* ---------------------------------------------
	3 - text color
--------------------------------------------- */
.txtColor1 { color: #007f4b;}
.txtColor2 { color: #007f4b;}
.txtColor3 {}
.txtColor4 {}
.txtColor5 {}

a {
	color: #000;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: none;
}


/* ---------------------------------------------
	preset margin 
--------------------------------------------- */
.mt00 { margin-top:  0   !important;}
.mt05 { margin-top:  5px !important;}
.mt10 { margin-top: 10px !important;}
.mt12 { margin-top: 12px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt25 { margin-top: 25px !important;}
.mt30 { margin-top: 30px !important;}
.mt35 { margin-top: 35px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}

.mr00 { margin-right:  0   !important;}
.mr05 { margin-right:  5px !important;}
.mr10 { margin-right: 10px !important;}
.mr12 { margin-right: 12px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr45 { margin-right: 45px !important;}
.mr50 { margin-right: 50px !important;}

.mb00 { margin-bottom:  0   !important;}
.mb05 { margin-bottom:  5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb12 { margin-bottom: 12px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}

.ml00 { margin-left:  0   !important;}
.ml05 { margin-left:  5px !important;}
.ml10 { margin-left: 10px !important;}
.ml12 { margin-left: 12px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml30 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml45 { margin-left: 45px !important;}
.ml50 { margin-left: 50px !important;}


/* ---------------------------------------------
	preset padding 
--------------------------------------------- */
.pt00 { padding-top:  0   !important;}
.pt05 { padding-top:  5px !important;}
.pt10 { padding-top: 10px !important;}
.pt12 { padding-top: 12px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}
.pt25 { padding-top: 25px !important;}
.pt30 { padding-top: 30px !important;}
.pt35 { padding-top: 35px !important;}
.pt40 { padding-top: 40px !important;}
.pt45 { padding-top: 45px !important;}
.pt50 { padding-top: 50px !important;}

.pr00 { padding-right:  0   !important;}
.pr05 { padding-right:  5px !important;}
.pr10 { padding-right: 10px !important;}
.pr12 { padding-right: 12px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}
.pr25 { padding-right: 25px !important;}
.pr30 { padding-right: 30px !important;}
.pr35 { padding-right: 35px !important;}
.pr40 { padding-right: 40px !important;}
.pr45 { padding-right: 45px !important;}
.pr50 { padding-right: 50px !important;}

.pb00 { padding-bottom:  0   !important;}
.pb05 { padding-bottom:  5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb12 { padding-bottom: 12px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb35 { padding-bottom: 35px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb45 { padding-bottom: 45px !important;}
.pb50 { padding-bottom: 50px !important;}

.pl00 { padding-left:  0   !important;}
.pl05 { padding-left:  5px !important;}
.pl10 { padding-left: 10px !important;}
.pl12 { padding-left: 12px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pl30 { padding-left: 35px !important;}
.pl40 { padding-left: 40px !important;}
.pl45 { padding-left: 45px !important;}
.pl50 { padding-left: 50px !important;}


/* ---------------------------------------------
	inline align
--------------------------------------------- */
.inlineL { text-align: left;}
.inlineC { text-align: center;}
.inlineR { text-align: right;}


/* ---------------------------------------------
	vertical align
--------------------------------------------- */
.vlineT { vertical-align: top    !important;}
.vlineM { vertical-align: middle !important;}
.vlineB { vertical-align: bottom !important;}


/* ---------------------------------------------
	6 - preset width
--------------------------------------------- */
.wHalf  { width: 48%;}
.wTri   { width: 33%;}
.wQuart { width: 24%;}
.wFull  { width: 99.9%;}
.wMax   { width: 100%;}

/* table */
.tw03 { width:  3% !important;}
.tw05 { width:  5% !important;}
.tw10 { width: 10% !important;}
.tw13 { width: 13% !important;}
.tw15 { width: 15% !important;}
.tw20 { width: 20% !important;}
.tw25 { width: 25% !important;}
.tw30 { width: 30% !important;}
.tw35 { width: 35% !important;}
.tw40 { width: 40% !important;}
.tw45 { width: 45% !important;}
.tw50 { width: 50% !important;}


/* ---------------------------------------------
	5 - float
--------------------------------------------- */
.fltL {
	display: inline;
	float: left;
}
.fltR {
	display: inline;
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}


/* ---------------------------------------------
	imgBox 
--------------------------------------------- */
.imgBoxL,
.imgBoxR {
	display: block;
	min-height: 1%;
}
.imgBoxL:after,
.imgBoxR:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .imgBoxL,
* html .imgBoxR {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
	.imgBoxL .fltImg {
		display: inline;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.imgBoxR .fltImg {
		display: inline;
		float: right;
		margin-bottom: 15px;
		margin-left: 15px;
	}


/* ---------------------------------------------
	4 - clearfix
--------------------------------------------- */
/*clearfix*/
.clear{
 clear:both;
}
.clearfix:after{
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}
.clearfix{
 display: inline-table;
 min-height: 1%;
 overflow:hidden;
}
/*Hides from MacIE \*/
* html .clearfix{zoom: 1;}
*:first-child+html .clearfix {zoom: 1;}
.clearfix{display: block;}
/*Hides from MacIE */



/* ---------------------------------------------
	block align
--------------------------------------------- */
.blockC { text-align: center;}
	.blockC .block {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockC .block {
		margin-right: 0;
		margin-left: 0;
	}
.blockR { text-align: right;}
	.blockR .block {
		margin-left: auto;
		text-align: left;
	}
	/* ie 6 Fix */
	* html .blockR .block {
		margin-left: 0;
	}


/* ---------------------------------------------
	tools
--------------------------------------------- */
.clear { 
	clear: both;
}

.block  { display: block;}
.inline { display: inline;}
.hide   { display: none;}

.nobg {
	background: none !important;
}

.underLine { text-decoration: underline;}
.noLine    { text-decoration: none;}







body{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/h%A1%A1bg%A1%A1whitegreen.jpeg?cmsp_timestamp=20170630105025) repeat-x top;
}
#wrapper{
	width:980px;
	margin:0 auto;
	padding-bottom:30px;
}

#header{
	height:157px;
}
#header h1{
	padding-top:6px;
}

#content{
	margin-top:20px;
	overflow:hidden;
}

#left{
	width:240px;
	float:left;
}
#left .form input{
	vertical-align:middle;
}
#left .category{
	background:#E7E7E7;
}
#left .category li{
	padding:5px 10px;
	border-bottom:1px solid #fff;
}
#left .category li a{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/l_icon.jpg) no-repeat left center;
	padding-left:15px;
	text-decoration:none;
	display:block;
}
#left .category li a:hover{
	text-decoration:underline;
}

#main{
	width:720px;
	float:right;
}
#main .item ul{
	overflow:hidden;
	margin-left:-15px;
	zoom:1\9;
}
#main .item ul li{
	width:230px;
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:20px;
	text-align:center;
	min-height:185px;
}
#main .item ul li p{
	text-align:left;
}
#main .item ul li p.price{
	color:#990000;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-bottom:5px;
}
#main .item ul li p.txt{
	font-size:12px;
}
#main .item ul li p.btn{
	text-align:center;
	margin-top:5px;
}
#main .shop{
	overflow:hidden;
	margin-top:20px;
}
#main .shop .txt{
	font-size:12px;
}
#main .shop p{
}
#main .shop .img{
	float:right;
	display:inline;
	margin-right:20px;
}


#footer {
	margin-top:50px;
}
#footer *{
	font-size:12px;
}
#footer .left{
	width:480px;
	float:left;
}
#footer .right{
	width:480px;
	float:right;
}
#footer span{
	color:#900;
}
#footer .link{
	margin-top:30px;
	text-align:center;
}
#footer .copy{
	text-align:center;
	color:#999999;
}

#category{
	width:720px;
}
#category h2{
	background:#535943;
	border-left:#878B7C 5px solid;
	font-size:20px;
	color:#fff;
	font-weight:bold;
}
#category h2 span{
	display:block;
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/ttl_bg.jpg) no-repeat right top;
	padding:5px 0 5px 10px;
}
#category ul{
	overflow:hidden;
	margin-left:-15px;
	zoom:1\9;
}
#category ul li{
	width:230px;
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:20px;
	text-align:center;
	min-height:265px;
}
#category ul li p{
	text-align:left;
}
#category ul li p.price{
	color:#990000;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	margin-bottom:5px;
}
#category ul li p.txt{
	font-size:12px;
}
#category ul li .explain{
	text-align:left;
}

#category ul li p.btn{
	text-align:center;
	margin-top:5px;
}

#item{
	width:720px;
}
#item h2{
	text-align:center;
	font-size:20px;
	color:#535943;
	font-weight:bold;
	border-bottom:2px solid #535943;
}

#item .img-box{
	overflow:hidden;
	position:relative;
	margin-top:20px;
}
#item .img-box p.img{
	width:575px;
	float:left;
}
#item .img-box ul{
	width:140px;
	float:right;
}
#item .img-box ul li{
	margin-bottom:4px;
}
#item .img-box ul li span{
	position:absolute;
	display:none;
	top:0;
	left:0;
}
#item .img-box ul li a:hover span{
	display:inherit;
}
#item .img-box ul li img{
	vertical-align:bottom;
}
#item .cart{
	overflow:hidden;
	margin-top:30px;
}
#item .cart p.name{
	font-size:20px;
	font-weight:bold;
	float:left;
	width:280px;
}
#item .cart p.price{
	font-size:20px;
	font-weight:bold;
	float:left;
	width:200px;
	color:#990000;
}
#item .cart .num{
	float:left;
	width:80px;
}
#item .cart .btn{
	float:right;
}
#item .detail .txt{
	margin-top:20px;
}
#item .detail .graph1{
	border-top:1px solid #535943;
	border-left:1px solid #535943;
	margin-top:20px;
}
#item .detail .graph1 tr th,
#item .detail .graph1 tr td{
	padding:5px;
	text-align:center;
	border-bottom:1px solid #535943;
	border-right:1px solid #535943;
}
#item .detail .graph1 tr th{
	background:#E7E7E7;
}
#item .detail .ttl{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/i_icon02.gif) no-repeat left center;
	padding-left:15px;
	font-weight:bold;
	color:#900;
	margin-top:30px;
}
#item .detail .graph2{
	border-top:1px solid #535943;
	border-left:1px solid #535943;
	margin-top:10px;
}
#item .detail .graph2 tr th,
#item .detail .graph2 tr td{
	padding:5px;
	text-align:center;
	border-bottom:1px solid #535943;
	border-right:1px solid #535943;
}
#item .detail .graph2 tr th{
	background:#E7E7E7;
}
#item .detail .graph2 tr td.cmt{
	text-align:left;
}
#item .detail .article{
	overflow:hidden;
	margin-top:30px;
}
#item .detail .left p.img{
	float:left;
	width:300px;
}
#item .detail .left p.comment{
	float:left;
	width:400px;
	display:inline;
	margin-left:20px;
}
#item .detail .right p.img{
	float:right;
	width:300px;
}
#item .detail .right p.comment{
	float:right;
	width:400px;
	display:inline;
	margin-right:20px;
}
#item .detail .link{
	margin-top:20px;
	text-align:right;
}
#item .detail .link a{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/i_icon.gif) no-repeat left center;
	padding-left:20px;
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
#item .icon1{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon1.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon2{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon2.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon3{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon3.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon4{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon4.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon5{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon5.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon6{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon6.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .icon7{
	background:url(https://img09.shop-pro.jp/PA01040/147/etc/icon7.gif) no-repeat left center;
	padding-left:20px;
	display:inline-block;
	margin-left:5px;
}
#item .cart2{
	overflow:hidden;
	margin-top:20px;
}
#item .cart2 .photo{
	width:440px;
	float:left;
}
#item .cart2 .photo img{
	width:200px;
	float:left;
	display:inline;
	margin-right:20px;
}
#item .cart2 .right{
	width:280px;
	float:right;
}
#item .cart2 .right p.name{
	font-size:20px;
	font-weight:bold;
}
#item .cart2 .right p.price{
	font-size:20px;
	font-weight:bold;
	color:#990000;
	text-align:right;
	margin-top:5px;
}








