* {
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	background:#DDD url(https://img.shop-pro.jp/tmpl_img/17/bg.gif);
	color:#333;
	font-size: 13px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
}

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

.clr {
	clear: both;
}


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

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

/*ショップタイトル-リンク色指定*/
#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 {
	width:950px;/* 初期モードで設定 */
	margin:0px auto;
	background:#ffffee;
	border-left:solid 1px #cccccc;
	border-right:solid 1px #cccccc;
}

#header {
	width:100%;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/header_bg.gif) repeat-x;
	background-position:left top;
	//padding-bottom:10px;
}

#body {
}

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

#side {
	width:170px;
	float: left;
}

#main {
	width: 750px;
	float: right;
	}

#footer {
	width:100%;
	background:url(https://img.shop-pro.jp/tmpl_img/17/footer.gif) repeat-x;
	background-position:left bottom;
	padding-bottom:10px;
	text-align:center;
}


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

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

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

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

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


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

#header .margin {
	margin:0px 0px 0px 5px;
	}

#header #search_area {
	width:500px;
	float:right;
	}

/*ヘッダーメニューの背景*/
#header_menu {
	margin-right:5px;
	text-align:right;
}

/*検索ボックス*/
#header #search {
	width:490px;
	height:45px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/search_bg.gif) no-repeat;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:75px;
}

#header #title {
	padding-top:10px;
}

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

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

#header_menu ul {
}

#header_menu ul li{
	display:inline;
}

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

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
#header #search .title {
}

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


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

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

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


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

dl {
	margin-bottom:10px;
} 

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

#grayzone {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_bg.gif) repeat-y;
	margin-bottom:10px;
}

#grayzone .top {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_top.gif) no-repeat;
	background-position:left top;
}
#grayzone .bottom {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_btm.gif) no-repeat;
	background-position:left bottom;
}

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

#grayzone dt img {margin:0;}

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

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

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


/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
.grayzone {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_bg.gif) repeat-y;
	margin-bottom:10px;
}

.grayzone .top {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_top.gif) no-repeat;
	background-position:left top;
}
.grayzone .bottom {
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/side_btm.gif) no-repeat;
	background-position:left bottom;
}

.grayzone dt {
	font-weight:bolder;
	background:#FFF;
	border:1px #FF9900 solid;
	text-align: center;
	margin-bottom:5px;
	padding-top:3px;
}

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

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

.grayzone dd #btn_members_login,
.grayzone dd #btn_members_signup,
.grayzone dd #btn_members_logout {
	text-align:center;
}

.grayzone dd #btn_members_signup {
	padding-top:7px;
	margin-top:7px;
	border-top:2px #FFF dotted;
}

.grayzone dd #btn_members_signup span,
.grayzone dd #btn_members_logout span {
	font-size:10px;
	line-height:1.1em;
	display:block;
	padding-bottom:5px;
}


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

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

dl#cart dd {
	border-left:2px #CC3300 solid;
	border-right:2px #CC3300 solid;
	padding:2px 3px 2px 7px;
	background-color:#fff;
}

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

dl#owner {
	border-bottom:2px #8F826C solid;
}

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

dl#owner dd {
	border-left:2px #8F826C solid;
	border-right:2px #8F826C solid;
	padding:2px 3px 2px 7px;
	background-color:#fff;
}

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

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/17/dd_arrow.gif) no-repeat;
	background-position:1px 6px;
}

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

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

dl#mailmaga {
	border:1px #8F826C solid;
}

dl#mailmaga dt {
	border-bottom:1px #8F826C 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, table.checkitem_table {
	width:100%;
	margin:0px auto 20px;
	}

/* ------------------------------------- 
 *	各タイトル（おすすめ商品、売れ筋商品、サブカテゴリー)
 * ------------------------------------- */
.main_title {
	height:27px;
	background:url(https://img.shop-pro.jp/tmpl_img/17/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/17/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/17/main_title_right.gif) no-repeat;
	background-position:right;
}
.main_title .title img {margin-top:6px;}

/* ------------------------------------- 
 *	バナーエリア
 * ------------------------------------- */

#topbnr {
	margin-bottom: 10px;
}

#topbnr img {
	margin: 0;
	padding: 0;
}

#topbnr .bnr0 {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}
#topbnr .bnr1 {
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 5px;
}

#topbnr .bnr2 {
	margin-left: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	padding-right: 10px;
}

/* ------------------------------------- 
 *	ランキングエリア
 * ------------------------------------- */

#topranking {
	width: 750px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/ranking_ftr.gif) no-repeat bottom;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#topranking h2 {
	width: 750px;
	height: 34px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/ranking_hdr.gif) no-repeat;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

#topranking .rank {
	width: 138px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank_ftr.gif) no-repeat right bottom;
	text-align: center;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 6px;
	float: left;
}

#topranking .rank div.rnk1up{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank1_up.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk1evn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank1_evn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk1new{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank1_new.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk2up{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank2_up.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk2evn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank2_evn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk2dwn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank2_dwn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk2new{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank2_new.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk3up{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank3_up.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk3evn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank3_evn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk3dwn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank3_dwn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk3new{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank3_new.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk4up{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank4_up.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk4evn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank4_evn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk4dwn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank4_dwn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk4new{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank4_new.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk5up{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank5_up.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk5evn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank5_evn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk5dwn{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank5_dwn.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank div.rnk5new{
	width: 138px;
	height: 42px;
	background:url(https://img05.shop-pro.jp/PA01109/403/etc/rank5_new.gif) no-repeat;
	text-indent: -9999px;
}

#topranking .rank h3.itemname{
	font-size: 1em;
	color: #336699;
	text-align: left;
	padding: 0 6px;
}

#topranking .rank div.itemprice{
	color: #cc0000;
	text-align: right;
	padding: 0 6px;
}

#topranking .rank p{
	text-align: left;
	padding: 0 6px;
}


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

div.info {
	color:#996633;


	margin-bottom:10px;
}

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

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


table.waseda_pr{
	width: 750px;
}

table.waseda_pr td{
	width: 240px;
	margin-right: 15px;
	padding-bottom: 10px;
	vertical-align: top;
}

table.waseda_pr td.endsel{
	width: 240px;
	margin-right: 0px;
}


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

.pankuzu {margin-bottom:20px;}


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

.itemarea {
	width:142px;
	margin-top: 5px;
	padding: 4px;
	float: left;
	text-align: center;
}

.itemarea div.lead{
	text-align: left;
}

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

.price_top {
	color:#cc0000;
	font-weight: bold;
	padding:0px;
}

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


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

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

table.list {
	width:85%;
	margin:10px auto 20px;
	border-top:1px #FF6600 solid;
	border-bottom:1px #FF6600 solid;
}

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

table.list td.img {text-align:center;}

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

/* 商品の値段 */
table.list div.price {
	color:#CC0000;
	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 {
width: 100%;
margin: 10px auto 20px;
}

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

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

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

dd#group-list {
	border-top:#FFF dotted 2px;
	padding:0px;
	margin:0px;
	height:1px;
	line-height:0px;
}

.group-list-link {
	margin:5px 0px 0px;
}

/* ************************************************ 
 *	商品一覧ページ
 * ************************************************ */

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

.price_all {
	color:#cc0000;
	font-weight: bold;
	padding:0px;
}

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

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
div.ci {
	margin-bottom: 20px;
	}

div.ci div.title {
	background: url("https://img05.shop-pro.jp/PA01109/403/etc/bg_midashi_b.gif") no-repeat scroll left center transparent;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-top: 10px;
	}

div.checkitem {
	width:141px;
	margin-top: 5px;
	padding: 4px;
	float: left;
	text-align: center;
}

div.checkitem .ci_img {
	width:100px;
	max-height:100px;
	border: 1px solid #CCCCCC;
	}

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

div.detail {
	width: 700px;
	margin: auto;
	margin-top: 10px;
}

div.detail_img {width:100%;text-align:center;}

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

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:#CC0000;/*商品価格表-販売価格の文字色*/
	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;
	}
	

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

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


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

.price_detail {
	padding:0px;
}

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

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

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

div.tb div.title {
	background: url("https://img05.shop-pro.jp/PA01109/403/etc/bg_midashi_b.gif") no-repeat scroll left center transparent;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 18px;
	padding-top: 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:#8F826C;
	margin-right:30px; 
}

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


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

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

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

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

.price_detail_search {
	padding:0px;
}

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

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

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

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

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

.price_detail_stock {
	padding:0px;
}

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


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

table#shop {
	width:85%;
	margin:10px auto 20px;
	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:85%;
	margin:10px auto 20px;
	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 {
	width: 750px;
	margin:10px auto 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;
}
/* ------------------------------------- 
 *	追加スタイル
 * ------------------------------------- */

dl.info {
	margin:30px 50px 0 50px;
	border-bottom:dotted 1px #ccc;
} 

dl.info dt {
	width:100px;
	clear:both;
	float:left;
	line-height:1.8em;
	border-top:dotted 1px #ccc;
} 

dl.info dd {
	width:500px;
	float:left;
	line-height:1.8em;
	border-top:dotted 1px #ccc;
} 

iframe {
	margin-top:0;
}

.mt10 {
	margin-top:10px;
}

.mb5 {
	margin-bottom:5px;
} 

.mb10 {
	margin-bottom:10px;
} 

div .link {
	margin: 5px 0;
} 

div .link li {
    background: url("https://img05.shop-pro.jp/PA01109/403/etc/dd3.gif") no-repeat scroll 0 6px transparent;
    list-style: none;
    margin-bottom: 5px;
    padding-left: 12px;
} 

ol,ul {
	margin-left: 30px;
}

ul.ml30{
	margin-left: 30px;
}

.ctr {
	text-align: center;
}

.teikyuu {
	border-left: solid 18px #ffccff;
	margin-left: 10px;
	text-align: left;
	padding-left: 2px;
}

.kyuugyou {
	border-left: solid 18px #99ccff;
	margin-left: 10px;
	text-align: left;
	padding-left: 2px;
}

div .fb-page {
	margin-bottom: 20px;
}

hr {
    border: 0;
    border-bottom: 1px dashed #eee;
    background: #ccc;
    margin: 3px 0;
}

/* ------------------------------------- 
 *	特集ページ 2015/05/12
 * ------------------------------------- */

#topimg {
	background-image: url("https://img05.shop-pro.jp/PA01109/403/etc/bg_topimg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 170px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-left: 45px;
	padding-top: 150px
}
#contents {
	margin: 20px 25px;
}
h1,h2,h3,
div.btn p,
#shop_topimg p.big {
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
	vertical-align: baseline;
}
#main h1 {
	font-size: 2em;
	border-left: 5px solid #000;
	padding-left: 7px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#contents h2 {
	font-size: 1.5em;
	background-color: #cc9966;
	border-radius: 5px;
	color: #fff;
	margin: 25px 0 15px 0;
	padding: 10px 15px;
}
#contents h3 {
	font-size: 1.25em;
	border-bottom: dotted 1px #cccccc;
	padding-left: 5px;
	padding-bottom: 3px;
	margin: 15px 0;
}
#topimg p {
	margin: 10px 0;
}
#contents p {
	margin-left: 10px;
	margin-bottom: 10px;
}
#contents img.frame_r {
	border: 1px solid #cccccc;
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
#contents ul {
	margin: 15px 0 15px 10px;
	list-style-position: inside;
}
#contents li {
	margin-bottom: 5px;
}
.box_eeeeee {
	border: 3px solid #eeeeee;
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 15px;
}
div.btn a {
	text-align: center;
	background-image: -moz-linear-gradient( 90deg, rgb(255, 166, 115) 0%, rgb(255, 102, 51) 50%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 166, 115) 0%, rgb(255, 102, 51) 50%);
	background-image: -ms-linear-gradient( 90deg, rgb(255, 166, 115) 0%, rgb(255, 102, 51) 50%);
	border-color: rgb(255, 102, 51);
	border-radius: 5px;
	border-style: solid;
	border-width: 3px;
	box-shadow: 3px 3px 3px 0 rgb(153, 153, 153);
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	margin: 35px 0 40px 30px;
	text-decoration: none;
	width: 290px;
	float: left;
}
div.btn a:hover
{
	background-image: -moz-linear-gradient(90deg, rgb(255, 102, 51) 0%, rgb(255, 166, 115) 50%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255, 102, 51) 0%, rgb(255, 166, 115) 50%);
	background-image: -ms-linear-gradient( 90deg, rgb(255, 102, 51) 0%, rgb(255, 166, 115) 50%);
	border-color: rgb(255, 102, 51);
}
.bold {
	font-weight: bold;
}
.effect {
	box-shadow: 0 10px 6px -6px #777;
}
.mt20{
	margin-top: 20px;
}
a.pdf{
	background-image: url("https://img05.shop-pro.jp/PA01109/403/etc/icon_pdf.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
}

/* ------------------------------------- 
 *	特集ページ 2015/08/02
 * ------------------------------------- */

#k2_topimg {
	background-image: url("https://img05.shop-pro.jp/PA01109/403/etc/bg_k2_topimg2.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 285px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 280px;
	padding-top: 35px;
	border-radius: 20px; 
}
.big {
	font-size: 1.6em;
	line-height: 1.4em;
}
ul.btn01 li {
	border-width: 2px;
	border-color: rgb(168, 195, 103);
	border-style: solid;
	background-image: -moz-linear-gradient( 90deg, rgb(225,251,184) 0%, rgb(246,254,234) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(225,251,184) 0%, rgb(246,254,234) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(225,251,184) 0%, rgb(246,254,234) 100%);
	width: 210px;
	float: left;
	font-size: 1.25em;
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
	text-align: center;
	list-style-type: none;
	margin-left: 10px;
	padding: 10px 0;
}
ul.btn01 li a{
	color: #333;
	text-decoration: none
}
ul.btn01 li a:hover{
	color: #f63;
}
#contents img.fr {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}
#contents table.type01{
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 700px;
	border-collapse: collapse;
	border-spacing: 0;
}
#contents table.type01 td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 15px 15px 5px;
	vertical-align: middle;
}
.box01 {
	background-color: #fff;
	border: 2px dotted #ccc;
	margin: 30px 0 30px 150px;
	padding: 20px 50px;
	width: 300px;
	text-align: center;
}
.explain img.fr {
	float: right;
	margin-left: 5px;
	margin-bottom: 10px;
}

/* ------------------------------------- 
 *	特集ページ 2015/08/28
 * ------------------------------------- */

#contents img.fl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#interview {
	border: solid 1px #999;
	padding: 20px;
	background-color: #fff;
	line-height:1.5em;
}
#interview dt {
	font-weight: bold;
	border-bottom: dotted 1px #ddd;
	margin: 8px 0;
}
#interview dd {
	margin: 0 0 15px 10px;
}
#contents img.frame {
	border: 1px solid #cccccc;
}
img.full {
	width: 100%;
}

/* ------------------------------------- 
 *	特集ページ 2015/09/07
 * ------------------------------------- */

#shop_topimg {
	background-image: url("https://img05.shop-pro.jp/PA01109/403/etc/bg_top_shop.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	height: 250px;
	margin-bottom: 30px;
	overflow: hidden;
	padding-left: 45px;
	padding-top: 70px
}
#shop_topimg h2 {
	font-size: 2.5em;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
}
#shop_topimg  p {
	font-size: 1.3em;
	font-weight: bold;
}
#shop_topimg p.big{
	font-size: 1.8em;
	line-height: 1.8em;
}
#img_box{
}
#img_box .ind:first-child{
	margin-left: 0;
}
#img_box .ind{
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
#img_box .ind p{
	margin-left: 0;
	padding-top: 5px;
	line-height: 120%;
}
#info_box{
	margin-top: 30px;
}
#info_box .ind:first-child{
	margin-left: 0;
}
#info_box .ind{
	width: 226px;
	height: 350px;
	background-color: #fff;
	border: solid 1px #333;
	float: left;
	margin-left: 8px;
	margin-bottom: 10px;
}
#info_box .ind a h3{
	position: relative;
	bottom: 55px;
	color: #fff;
	background-color: rgba(255,0,0,0.6);
	padding: 10px 0 10px 5px;
}
#info_box .ind a:link{
	text-decoration: none;
}
#info_box .ind p{
	margin-top: 0;
	margin-left: 0;
	padding: 5px;
}

/* ------------------------------------- 
 *	特集ページ 2015/10/01
 * ------------------------------------- */

#event h3{
	background-color: rgb(153, 153, 153);
	color: #fff;
	padding: 8px 10px;
	margin-left: 10px;
	border-bottom: none;
}
#sale h3{
	margin-top: -87px;
}
#event dt,
#sale dt{
	float: left;
	margin-left: 10px;
}
#event dd,
#sale dd{
	padding-left: 250px;
}
#event p.title,
#sale p.title{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: -5px;
}
#event p,
#sale p{
	margin-bottom: 5px;
}
#event .date,
#sale .date{
	background-color: rgb(255, 102, 51);
	border-radius: 3px;
	color: #fff;
	padding: 0 5px;
	margin-right: 10px;
}
#event .date2,
#sale .date2{
	background-color: rgb(153, 153, 153);
	border-radius: 3px;
	color: #fff;
	padding: 0 5px;
	margin-right: 10px;
}
#event li,
#sale li{
	margin-bottom: 3px;
}
#event article:first-child,
#sale article:first-child{
	border-top: dotted 1px #ccc;
	padding-top: 10px;
}
#event article,
#sale article{
	margin: 10px 0;
	border-bottom: dotted 1px #ccc;
}
.fr {
	float: right;
}
#sale img.deco{
	position: relative;
	bottom: 70px;
	right: -610px;
}
#point img.fr{
	margin-left: 20px;
}

/* ------------------------------------- 
 *	特集ページ 2016/06/17
 * ------------------------------------- */

.mb20 {
	margin-bottom: 20px;
}
.mb50 {
	margin-bottom: 50px;
}
ul.btn02 li {
	background-color: #ff7171;
	width: 225px;
	float: left;
	font-size: 1.25em;
	font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;
	text-align: center;
	list-style-type: none;
	margin-left: 10px;
	line-height: 35px;
}
ul.btn02 li:first-child {
	margin-left: 0;
}
ul.btn02 li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}
ul.btn02 li a:hover{
	background-color: #ffcc99;
}
#contents ul.btn02{
	margin-left: 0;
}
/* ------------------------------------- 
 *	原材料一覧表
 * ------------------------------------- */
table.materials {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table.materials-layout: fixed;
}

table.materials tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
table.materials th,
table.materials td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table.materials tbody th {
   text-align: left;
   width: 30%;
}
table.materials thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
}
#totop {
	text-align: right;
	padding: 12px 10px 15px;
}
.nav_bar .btn {
	background-color: #FFD556;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFE79D),to(#FFD556));
	text-align: center;
	-webkit-box-shadow: 0 2px 1px #ddd;
	box-shadow: 0 2px 1px #ddd;
	padding: 7px 0 8px 0;
}
#totop .btn {
	width: 40%;
	display: inline;
	padding: 6px 8px;
}
a:link.btn {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #fff !important;
	text-shadow: 0 -1px #f19905;
	padding: 4px;
	background-color: #FFA923;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFDC5A),to(#FFA923));
	font-size: 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px rgb(255 255 255 / 50%);
	box-shadow: 0 1px 2px rgb(255 255 255 / 50%);
	border: 1px solid #F89A0E;
}
#nav_alphabet {
  list-style: none;
  overflow: hidden;
}
#nav_alphabet li {
  width: 135px;
  text-align: center;
  background-color: #6f4b3e;
  float: left;
  height: 45px;
  line-height: 45px;
  margin-right: 2px;
}
#nav_alphabet li:hover {
  background-color: #5f3b2e;
}
#nav_alphabet li a {
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}
table.materials th span.normal {
  font-weight: normal;
}
table.materials th span.normal::before {
  content: "\A";
  white-space: pre;
}

@media screen and (max-width: 600px) {
  table.materials th {
    font-size: .85em;
  }
  table.materials {
    border: 0;
    width:100%
  }
  table.materials th{
    background-color: #eee;
    display: block;
    border-right: none;
  }
  table.materials thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table.materials tr {
    display: block;
    margin-bottom: .625em;
  }
  
  table.materials td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .8em;
    position: relative;
    padding: .625em .625em .625em 4.5em;
    border-right: none;
  }
  
  table.materials td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
  }
  
  table.materials td:last-child {
    border-bottom: 0;
  }
}