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

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

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



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


body {
	font-family:'ヒラギノ丸ゴ Pro W4', 'Hiragino Maru Gothic Pro','Verdana','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	line-height:170%;
	background-color:#f2f2e9;
	margin: 0px;
	padding: 0px;
	/*text-align: center;*/
	}

img {
  max-width: 100%;
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

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

a:link    { color:#0081cc;text-decoration:none;}
a:visited { color:#0081cc;text-decoration:none;}
a:active  { color:#7cbddd;text-decoration:none;}
a:hover   { color:#7cbddd;text-decoration:none; }

.mt05 {
	margin-top:.5em;
}
.mt1 {
	margin-top:1em;
}
.mt2 {
	margin-top:2em;
}
.mt3 {
	margin-top:3em;
}
.mt4 {
	margin-top:4em;
}
.mt5 {
	margin-top:5em;
}
.mt6 {
	margin-top:6em;
}
.pl1 {
	padding-left:1em;
}
.pl2 {
	padding-left:2em;
}
.text_center {
  text-align: center;
}
.font_weight400 {
  font-weight: 400;
}
.font_weight700 {
  font-weight: 700;
}
.font_size60 {
	font-size:60%;
}
.font_size70 {
	font-size:70%;
}
.font_size80 {
	font-size:80%;
}
.font_size90 {
	font-size:90%;
}
.font_size110 {
	font-size:110%;
}
.font_size120 {
	font-size:120%;
}
.font_size130 {
	font-size:130%;
}
.font_size140 {
	font-size:140%;
}
.font_size150 {
	font-size:150%;
}
.font_size160 {
	font-size:160%;
}
.font_size180 {
	font-size:180%;
}
.font_size200 {
	font-size:200%;
}
.font_size250 {
	font-size:250%;
}
.font_size280 {
	font-size:280%;
}
.font_size300 {
	font-size:300%;
}
.color_orange01{
	color:#FFCC33;
}
.color_red01{
	color:#FF0000;
}


a.cmn_btn01 {
    background: #888;
    display: inline-flex;
    align-items: center;
    color: #fff;
    padding: 0.8em 1em 0.8em 2em;
    border-radius: 6px;
    border-bottom: #666 3px solid;
  margin-top: 1em;
}
a.cmn_btn01::after {
  content:"\025b6";
  display:block;
  margin-left:1.5em;
}

.page-sub_tit {
    font-size: 130%;
    margin-top: 5em;
}
.cont_tit {
    margin-top: 1em;
}
/* -----------------------------------------------------------------
 リスト
----------------------------------------------------------------- */
ul.cmn01 {
  margin-left: 1.5em;
  list-style: initial;
}
ol.cmn01 {
  margin-left: 1.5em;
  list-style: decimal;
}

/* ************************************************ 
 *	レイアウト
 * ************************************************ */
.box_main {
	width:calc(100% - 40px);
	min-width:900px;
	max-width:1200px;
	margin:auto;
	padding:0 20px;
}
.box_cont{
	display: flex;
  margin-top:3em;
}
.box_side {
	width:20%;
	min-width:250px;
	max-width:300px;
	margin-right:20px;
}
.box_body {
	width:100%;
}
/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	color:#ffffff;
	/*background: url(https://img21.shop-pro.jp/PA01433/907/etc/hdr_bg.gif?cmsp_timestamp=20190610095535) repeat-x;*/
  padding-top:15px;
}
#header h1,
#header p{
  margin:5px auto 0;
    font-size: 12px;
    color: #222222;
    text-align: center;
    font-weight: normal;
}	

.title {
	width:900px;
	color: #6d2916;
	font-size: 15px;
	font-weight:bold;
	text-align:center;
    vertical-align:top;
	margin-bottom:10px;
}
.bg_top {
    width: 100%;
	background-size: cover;
}
.bg_sec {
    width: 100%;
    background:#0060ca;
}
.hdr_logo {
  text-align:left;
  background-color:#fff; 
  width:100%;

}
.hdr_logo a {
}
.hdr_logo p {
  margin: 0;
  padding: 20px 15px;
  border-top: #0081cc 10px solid;
  border-bottom:#0081cc 5px solid;
}

.title a {color: #6d2916;}
.title a:link    {color: #6d2916;text-decoration: none;}
.title a:visited {color: #6d2916;text-decoration: none;}
.title a:active  {color: #6d2916;text-decoration: none;}
.title a:hover   {color: #6d2916;text-decoration: none;}


/*ホーム・マイアカウント・お問合せリンク*/
.menu_1 {
	padding:0px;
	margin:0px;
	line-height:0em;
	display: table;
    width: 100%;
	}
.menu_1 a {
	display: table-cell;
	background:#090089;
	padding:8px 20px;
	color:#FFF;
	border-radius:3px;
    text-align:center;
}
.menu_1 a + a {
    border-left: #f2f2e9 5px solid;
}
.menu_1 img{
	vertical-align:top;
}

a#linkHome,
a#linkMyAccount {
	margin-right:5px;
}


/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
.sidemenu {
	width:100%;
	color:#333333;
	margin-bottom: 20px;
	}
.side_btn_cart {
    display: flex;
    justify-content: center;
    padding: 1.5em 0;
    background: #094;
    color: #fff;
    border-radius: 14px;
    border-bottom: #004e23 3px solid;
}
a.side_btn_cart:link    { color:#fff;text-decoration:none;}
a.side_btn_cart:visited { color:#fff;text-decoration:none;}
a.side_btn_cart:active  { color:#fff;text-decoration:none;}
a.side_btn_cart:hover   {
  background: #15bd5f;
  color:#fff;text-decoration:none;
}

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

.side_text {
	padding:13px;
	border-bottom:1px #dacdb9 solid;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}

.side_bottom {
	height:4px;
	background-color:#f9f4eb;
	background: url(https://img.shop-pro.jp/tmpl_img/26/side_bottom_bg.gif) no-repeat;
	}
.side_cat_bg .sidemenu .side_text {
    border:solid 1px #0060ca;
  	background-color:#fff;
}

.sidemenu img {
	max-width: 100%;
	height: auto;
	}

.owner_photo {
	margin-bottom: 10px;
}
.side_cat_bg .sidemenu
.box_search_form {
    text-align:left;
    width:100%;
}

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

.side_cat_bg {
	width:100%;
	margin-bottom:25px;
	}

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

.side_cat_text {
	border-right:1px #0081cc solid;
	border-bottom:1px #0081cc solid;
	border-left:1px #0081cc solid;
	padding:10px 5px 10px 15px;
	background:#fff url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 10px 17px;
	line-height:0px;
    font-size: 80%;
	}
.side_cat_text ul {
	border-top:dotted 2px #CCC;
	margin-top:10px;
}
	

.side_cat_text ul li {
	list-style:circle;
	color:#eb5050;
	margin:5px 0 0 1.5em;

	
}




	

.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: #0081cc;}
.side_cat_text a:link    {color: #0081cc;text-decoration: none;}
.side_cat_text a:visited {color: #0081cc;text-decoration: none;}
.side_cat_text a:active  {color: #7cbddd;text-decoration: none;}
.side_cat_text a:hover   {color: #7cbddd;text-decoration: none;}


/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #dacdb9;
	border-right: 3px solid #dacdb9;
	margin: 3px 0px 3px 0px;
	padding:0 5px;
	font-size:80%;
	}
	
.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px dotted #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px solid #C3C3C3;
	padding-top:5px;
}

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

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

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout {
	text-align:center;
	}
#btn_members_signup {
	padding: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;
	}

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

div.footer {
	background: #0060ca;
color: #FFFFFF;
padding: 20px 0 30px 0;
margin:40px 0 0 0;
text-align:left;

	}
div.ftr_box {
	width:900px;
	margin: 0 auto;	
	overflow:hidden;
}
div.ftr_box dl {
	float:left;
}
div.ftr_box dl dt {
	border-bottom: #FFFFFF dotted 1px;
	margin-bottom: 5px;
	font-weight:bold;
	color:#FFE082;
	padding-bottom:3px;
	font-size:120%;
}
div.ftr_box dl dd {
	line-height:1.4;
	
}
div.ftr_box dl dd span {
	font-size:110%;
	font-weight:bold;
	
}

div.ftr_box dl.ftr_01 {
	width: 290px;
	margin: 0 20px 0 0;
	
}
	
div.ftr_box dl.ftr_02 {
	width: 290px;
	margin: 0 20px 0 0;
	
}

div.ftr_box dl.ftr_01 dd ul,div.ftr_box dl.ftr_02  dd ul {
	margin:10px 0 0 1em;
	list-style:disc;
}
div.ftr_box dl.ftr_01 dd ul {
    margin-left:15px;
  list-style: disc;
}
div.ftr_box dl.ftr_02 dd ul li {
	color:#FFCC33;
}
	
div.ftr_box dl.ftr_03 {
	width: 280px;

	}
div.ftr_box dl.ftr_04 {
	clear:both;
	width:auto;
}

div.footer div.menu_2 {
	width: 900px;
	text-align:center;
	font-size: 95%;
	margin:5px auto 25px auto;
	
	}
	
div.footer div.ftr_link{
	margin: 2em auto 0 auto;
	width: 720px;
	
	
}
	
		
.copy {
	margin:20px 0 0 0;
	text-align:center;
	color:#fff;
	clear: both;
	}

.footer a {color: #fff;}
.footer a:link    {color: #fff;text-decoration: none;}
.footer a:visited {color: #fff;text-decoration: none;}
.footer a:active  {color: #fff;text-decoration: none;}
.footer a:hover   {color: #fff;text-decoration: none;}

div.ftr_box strong {
    font-size: 140%;
	color:#FFCC33;
	margin:10px auto;
}

div.footer div.menu_2 p {
text-align: left !important;
}

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

.main_title {
	width:100%;
	height:40px;
	background: #ddd;
    /*border: #0060ca 1px solid;*/
	color:#0060ca;
	margin-bottom:15px;
	font-weight:bold;
}
	
.main_title td{
	padding-left:22px;
	}

.main_title td img{
	vertical-align:middle;
	}

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

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

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

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

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

.info_bg {
	background:#756344;
	padding:0 5px 5px 5px;
	width:548px;
	margin:0 0 0 5px;
	}

.info_title {
	color:#fff;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	word-break:break-all;
	}
		
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:540px;
	margin:0px auto;
	padding:5px 0px 10px 0px;
	background:#ffffff;
}
	
.info_bottom {
		height:5px;
	margin-bottom:20px;
	}


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


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

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

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

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

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

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


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

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

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

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

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

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

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


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


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

.product_list {
	display: flex;
    flex-wrap: wrap;
    gap:2em;
    margin-bottom:5em;
}
.product_item {
	width:30%;
}

.product_item img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 100%;
    background-color:#FFFFFF;
	}

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

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

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


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

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

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

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

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

.footstamp {
	width: 100%;
	color: #333333;
	margin-bottom: 15px;
  font-size:12px;
	}

.footstamp a {color: #666;}
.footstamp a:link    {color: #666;text-decoration: underline;}
.footstamp a:visited {color: #666;text-decoration: underline;}
.footstamp a:active  {color: #666;text-decoration: underline;}
.footstamp a:hover   {color: #000;text-decoration: none;}

.txt-f10 {
	font-size:8px;
  color:#bbb;
}

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

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

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

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

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

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

#detail .main_img {
	padding: 4px;
	border:1px #dacdb9 solid;
	max-width: 320px;
	max-height: 320px;
	}

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

#detail .sub_clear {
	clear: left;
	}

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

#detail .table {
	width: 400px;
	text-align:left;
	margin:20px auto 30px;
	}

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

#detail .table .cell_2 {
	width: 270px;
	height: 28px;
	color: #0236a3;
	background:#c7e5f4;
	border-bottom:2px #ffffff solid;
	}

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

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

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

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

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

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

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

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

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

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

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	max-width: 160px;
	}


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


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

	}

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


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

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

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

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

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

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




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

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

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

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

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

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

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

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

#ShopKeeper {
	width: 100%;
	color:#333333;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


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

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

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

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

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

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

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

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

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

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
	width:500px;
/*     width:100%;*/
  	background-color:#FFF;
}
#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;
  text-align:center;
}
#option_tbl td {
     padding:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
.g_title {
	background:#0081cc;
	padding:8px 0 8px 8px;
	color:#fff;
	font-weight:bold;
	width:100%;
    border-right:solid 1px #0081cc;
}
.fs80 { font-size:80% !important; }
.fs90 { font-size:90% !important; }
.fs110 { font-size:110% !important; }
.fs130 { font-size:130% !important; }

/*送料*/
.tbl_fee {
	border-collapse:collapse;
	border:1px solid #666;
	width:100%;
	font-size:120%;
}
.tbl_fee th,
.tbl_fee td {
	padding:10px;
	border:1px solid #666;
	background:#fff;
}
.tbl_fee th {
	width:70%;
	background:#FEFCEB;
}
.tbl_fee td {
	text-align:right;
	font-size:140%;
}
/*20170601追加*/
.red {
    color: #FF0000;
}
.mt1 {
	margin-top:1em !important;
}
.mt2 {
	margin-top:2em !important;
}
mt3 {
	margin-top:3em !important;
}
.p_sidtit {
	font-size:120%;
	text-align:center;
	background:#eb6d9a;
	color:#fcdc74;
	padding:5px;
	margin:0 0 5px 0;
}
.p_sidtit_blue {
	font-size:120%;
	text-align:center;
	background:#00afec;
	color:#fcdc74;
	padding:5px;
	margin:0 0 5px 0;

}
.top_news li {
  background:#e3f1f4;
  padding: .2em .8em;
  text-align: left;
  color:#000;
}
.top_news li+li {
  margin-top:.5em;
}
.top_news li a {
  text-decoration: underline;
  color:#004be1;
}  
.item_table {
  margin-left:auto;
  margin-right:auto;
}
.item_table th,
.item_table td {
    padding: .2em 1em;
    border: #ddd 1px solid;
    font-size:80%;
}
.item_table th {
  background: #c1dff4;
  text-align: center;
    border: #fff 1px solid;
}
.item_table .size a {
    display: block;
    border: #999 1px solid;
    border-radius: 100px;
    padding: 0.3em 0.6em;
    margin: 3px 0;
    background: #f3f3f3;
    text-align: center;
    font-size: 86%;
}
.item_table .tate span {
  display: inline-block;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  vertical-align: middle;
  white-space: nowrap;
}
.item_table .tate{
  background:#f3f3f3;
  padding:.3em;
}

.item_table .tate.org {
  background:#ffcc00;
}
.box_basic01 {
  border:solid 1px #CCC;
  padding:7px;
  margin-bottom:10px;
  background:#fff;
}
