/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */
 
/* --- 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:0px; padding:0px;}
table {border-collapse:collapse; border-spacing:0px;}
fieldset,img {border:0px;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0px;}
   
body * {line-height:1.7em; word-break:break-all;}
/* line-height:1.22em;について ※20200428変更 旧)1.52em */
/*
各フォントサイズ毎に行間を算出する指定です。
この指定を削除すると、全体の行間は統一される為、
見た目のレイアウトが変更される場合があります。
*/

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

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height:170%;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_body.jpg?2043085237);
	border-top:#7f4b0d solid 7px;
	-webkit-text-size-adjust: 100% !important;
	font-size:14px;
	color:#383838;

	}

img {
	 vertical-align:bottom;
	}

.bold {
	font-weight:bold;
	}

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

a:link    {color:#097111;text-decoration:underline;}
a:visited {color:#097111;text-decoration:underline;}
a:active  {color:#097111;text-decoration:underline;}
a:hover   {color:#097111;text-decoration:underline;}

/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	height:80px;
	position: relative;
	overflow:hidden;
	}

#header h1 {
	position: absolute;
	top:5px;
	right:0;
	font-size:11px;
	font-weight: normal;
	display: inline;
}

#header .img_560 {
	position: absolute;
	top:3px;
	left:761px;	
}

#header .btn_01 {
	position: absolute;
	top:30px;
	left:475px;
}

#header .btn_02 {
	position: absolute;
	top:30px;
	left:630px;
}

#header .btn_03 {
	position: absolute;
	top:30px;
	left:790px;
}

#menu_box {
	width:950px;
	height: 66px;
	margin:5px 0 20px;
}

#menu_box ul li {
	float:left;
}

.title {
	width:950px;
	height:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:15px;
	color:#0000cc;
	font-size:22px;
	}


#gbn {
	margin-bottom:15px;
	}
	
#gbn1 {width:115px;}
#gbn2 {width:113px;}
#gbn3 {width:114px;}
#gbn4 {width:113px;}
#gbn5 {width:114px;}
#gbn6 {width:113px;}
#gbn7 {width:114px;}
#gbn8 {width:154px;text-align:right;}

.menu_1 {
	width:950px;
	height:150px;
	padding:0px 15px 0px 0px;
	margin:0px;
	line-height:0em;
	text-align:right;
	font-size:10px;
	}
	
.menu_1 img{
	vertical-align:top;
	}

.menu_1 a         {color:#097111; text-decoration:underline;}
.menu_1 a:link    {color:#097111; text-decoration:underline;}
.menu_1 a:visited {color:#097111; text-decoration:underline;}
.menu_1 a:active  {color:#097111; text-decoration:underline;}
.menu_1 a:hover   {color:#097111; text-decoration:underline;}

#linkSpacer{
	margin:0px 5px 0px 5px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_area {
	padding-right:29px;
	text-align:left;
	}


table.sidemenu {
	width:195px;
	margin-bottom:15px;
	color:#383838;
	}

.side_title {
	width:195px;
	height:33px;
	margin-bottom:10px;
	}

.side_text {
	text-align:center;
	padding:5px 0px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg.gif) 0px 0px repeat-y;
	line-height:1.2em;
	}
	
.side_text_members,
.side_text_cart {
	display:block;
	text-align:center;
	padding-top:10px;
	}
	
.side_text ul li{
	padding-bottom:10px;
	}
	
.side_text ul li img{
	vertical-align:middle;
	}
	
.side_cat_bottom {
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}

.side_bottom {
	display:block;
	width:195px;
	height:2px;
	background:#FFFFFF url(https://img.shop-pro.jp/tmpl_img/32/left-navi_bg03.gif) 0px 0px no-repeat;
	}
	
.st_contents {
	overflow:hidden;
	width:100%;
	text-align:left;
	}

.st_contents ul li {
	width:191px;
	border-bottom:1px solid #e5e5e5;
	box-sizing: border-box;
	margin-left:2px;
	overflow:hidden;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 48%, #efefef 48%, #e5e5e5 49%, #e5e5e5 49%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#efefef), color-stop(48%,#efefef), color-stop(49%,#e5e5e5), color-stop(49%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */



}

.st_contents ul li:hover {
	background:#fff;
	}

.st_contents ul li a {
	background-image:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding:7px 5px 0 2em;
	display: block;
}

.last_li {
	border-bottom:1px solid #fff !important;
	padding-bottom:0 !important;
}



.side_text a         {color:#5b1515; text-decoration:none;}
.side_text a:link    {color:#5b1515; text-decoration:none;}
.side_text a:visited {color:#5b1515; text-decoration:none;}
.side_text a:active  {color:#5b1515; text-decoration:none;}
.side_text a:hover   {color:#5b1515; text-decoration:underline;}

#manager_name {
	margin:5px 0px;
	font-weight:bold;
	text-align:center;
}
.manager_img {
	max-width: 100%;
	height: auto;
}


/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.side_cat_bg {
	margin-bottom:25px;
	}

.side_cat_text {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;
	}
	
.side_cat_text_group {
	width:195px;
	background:#FFFFFF;
	overflow:hidden;	
}
	
.side_cat_text .st_contents {
	width:195px;
	border-top:1px #e6e6e6 solid;
	border-left:1px #e6e6e6 solid;
	border-right:1px #e6e6e6 solid;
	overflow:hidden;	
	box-sizing: border-box;
}

.side_cat_text_group .st_contents {
	border-top:1px #e6e6e6 dotted;
}
	
.side_cat_text .st_contents ul li ,
.side_cat_text_group .st_contents ul li {
	width:191px;
	border-bottom:1px solid #e5e5e5;
	box-sizing: border-box;
	margin-left:1px;
	overflow:hidden;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #efefef 48%, #efefef 48%, #e5e5e5 49%, #e5e5e5 49%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(48%,#efefef), color-stop(48%,#efefef), color-stop(49%,#e5e5e5), color-stop(49%,#e5e5e5), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}

.side_cat_text .st_contents ul li:hover ,
.side_cat_text_group .st_contents ul li:hover {
	background:#fff;
}
	
.side_cat_text .st_contents ul li a,
.side_cat_text_group .st_contents ul li a{
	background-image:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_arrow_orange.gif);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding:7px 5px 7px 2em;
	display: block;
}
	
.side_cat_img {
	padding:10px 0px 0px;
	}

.side_cat_text a,.side_cat_text_group a                 {color:#5b1515; text-decoration:none;}
.side_cat_text a:link ,.side_cat_text_group a:link      {color:#5b1515; text-decoration:none;}
.side_cat_text a:visited,.side_cat_text_group a:visited {color:#5b1515; text-decoration:none;}
.side_cat_text a:active,.side_cat_text_group a:active   {color:#5b1515; text-decoration:none;}
.side_cat_text a:hover,.side_cat_text_group a:hover     {color:#5b1515; text-decoration:underline;}

.cate {
	width:155px;
	height:37px;
	padding:3px 0 0 40px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/img_title_category.png) 0px 0px no-repeat;
	color:#5b1515;
	font-size:15px;
	font-weight:bold;
	line-height: 15px
}

.goods {
	width:155px;
	height:39px;
	padding:1px 0 0 40px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/img_title_goods.png) 0px 0px no-repeat;
	color:#5b1515;
	font-size:15px;
	font-weight:bold;
	line-height: 15px
}

.shop {
	width:155px;
	height:38px;
	padding:2px 0 0 40px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/img_title_shop.png) 0px 0px no-repeat;
	color:#5b1515;
	font-size:15px;
	font-weight:bold;
	line-height: 15px
}

.riyou {
	width:155px;
	height:37px;
	padding:3px 0 0 40px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/img_title_hajimete.png) 0px 0px no-repeat;
	color:#5b1515;
	font-size:15px;
	font-weight:bold;
	line-height: 15px
}


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

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

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

.viewcart {
	padding:5px 0;
	text-align:center;
}	
/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
#btn_members_login,
#btn_members_logout,
#btn_members_signup{
	text-align:center;
	}

#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding:8px 0px 3px;
	text-align:center;
	}

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */
.side_form_select {
	width:175px;
	margin-bottom:5px;
	}

.side_form_input {
	width:120px;
	margin-right:5px;
	}
	

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

#footer #copy{
	width:950px;
	text-align:center;
	padding-top:10px;
	margin:10px 0px;
	font-size:11px;
	color:#999999;;
	}

#footer #footer_menu {
	text-align:center;
	letter-spacing: 2px;
	font-size:12px;
}

#footer a         {color:#5b1515; text-decoration:none;}
#footer a:link    {color:#5b1515; text-decoration:none;}
#footer a:visited {color:#5b1515; text-decoration:none;}
#footer a:active  {color:#5b1515; text-decoration:none;}
#footer a:hover   {color:#5b1515; text-decoration:underline;}


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

.main_title {
	width:726px;
	padding-bottom:15px;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	text-decoration:line-through;
	color:#999999;
	}

.price_top {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

.discount_rate_top {
	padding:0px;
	margin:0px;
	color:#333333;
	}
	
.common_image img{
	margin-bottom:15px;
	display:block;
}

	
/* ------------------------------------- 
 *	コンテンツ下部 決済・配送方法指定
 * ------------------------------------- */
#shop_info {
	margin-top:60px;
}

#shop_info_pay .tit,
#shop_info_deli .tit {
	
}

#shop_info .cont {
	padding:15px 20px;
}

#shop_info_pay {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_pay_bg.gif) 0px 0px repeat-y;}
#shop_info_deli {background:transparent url(https://img.shop-pro.jp/tmpl_img/32/shop_info_deli_bg.gif) 0px 0px repeat-y;}
#shop_info_sct_img {margin-top:20px;}

#right_pay_deli_bg {
	height:2px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/right-pay_deli_bg.gif) 0px 0px no-repeat;
	width:726px;
}


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

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
.info_block {
	width:726px;
	margin:0px 0px 30px;
	border:#e5e5e5 solid 1px;
	}
	
.info_title {
	font-weight:bold;
	margin:0px 0px 10px;
	padding:15px 15px 0px;
}

.info_text {
	padding:0px 15px 15px;
	color:#383838;
	}


/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	text-align:left;
	color:#383838;
	}

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

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width:726px;
	height:28px;
	color: #333333;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	text-decoration:underline;
	color:#0000cc;
	}

.sort_01 a:active,
.sort_01 a:hover {
	text-decoration:underline;
	color:#ee0000;
	}

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

.price_all {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

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


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */
.sort_02 {
	width:726px;
	height:28px;
	color:#097111;
	background:#e7e7e7;
	margin-bottom:1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	text-decoration:underline;
	color:#097111;
	}

.sort_02 a:active,
.sort_02 a:hover {
	text-decoration:underline;
	color:#097111;
	}

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

.price_search {
	padding:0px;
	margin:0px;
	font-size:14px;
	color:#ff0000;
	}

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

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width:726px;
	height:28px;
	background:#e7e7e7;
	margin-bottom:15px;
	}

.pagenavi a {
	color:#097111; text-decoration:underline;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.product_list {
	float:left;
	width:181px;
	text-align:center;
	margin:0px;
	}

.product_item {
	text-align:center;
	padding:0px 0px 50px;
	}

.product_item img {
	border:1px solid #999999;
	max-width: 155px;
	}

.product_item .name {
	margin:10px 0px 0px;
	color:#333333;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	font-weight:bold;
	}

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

.product_list a         {color:#097111; text-decoration:underline;}
.product_list a:link    {color:#097111; text-decoration:underline;}
.product_list a:visited {color:#097111; text-decoration:underline;}
.product_list a:active  {color:#097111; text-decoration:underline;}
.product_list a:hover   {color:#097111; text-decoration:underline;}


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

.footstamp {
	width:726px;
	color:#333333;
	margin-bottom:15px;
	}

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

.txt-f10 {
	font-size:10px;
	}

.footstamp img {
	vertical-align:middle;
	}

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

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */

.ci_main_title {
	border-bottom: 5px solid #ABABAB;
	font-weight: bolder;
	margin-top: 30px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	float:left;
	margin: 15px 0;
	padding: 0 9px 0 12px;
	width: 100px;
	}

.checkitem .price {
	font-weight:bold;
	}

.checkitem .ci_img {
	width:98px;
	margin-bottom:3px;
	border:1px solid #999999;
	}

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

.detail_cont {
	width:726px;
}

.detail_img_block {
	width:405px;
	float:left;
}

.detail_txt_block {
	width:294px;
	float:right;
	text-align:left;
}


.detail_img_block img {
	border:1px solid #999999;
	max-width: 100%;
}

.product_name {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.expl_block {
	margin-bottom:30px;
}

.detail_img {
	margin-bottom:20px;
}

.detail_other {
	width:405px;
}

.detail_other .sub {
	width:135px;
	float:left;
}

.detail_other .sub_tp {
	padding-top:15px;
}

.detail_other .sub img {
	width: 120px;
}

.detail_txt_block table.table {
	width:294px;
	border-left:#430d0d solid 1px;
	border-top:#430d0d solid 1px;
	margin-bottom:20px;
}


.detail_txt_block table.table td.tit,
.detail_txt_block table.table td.cont {
	padding:15px;
	border-right:#430d0d solid 1px;
	border-bottom:#430d0d solid 1px;
}

.detail_txt_block table.table td.tit {
	width:100px;
	background: #ffffdc;
	text-align: center;
}

.sk_link_other {
	margin-bottom:20px;
}

.sk_link_other a {
	line-height: 20px !important;
}

.txt_option {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_option.gif) 0px 3px no-repeat;
	padding-left:15px;
}

.txt_back {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_back.gif) 0px 0px no-repeat;
	padding-left:22px;
}

.txt_tell {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_tell.gif) 0px 3px no-repeat;
	padding-left:22px;
}

.txt_inq {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_inq.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_review {
	margin-bottom:10px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_review.gif) 0px 0px no-repeat;
	padding-left:22px;
}
.txt_reviewpost {
	margin-bottom:20px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/32/icon_post.gif) 0px 0px no-repeat;
	padding-left:22px;
}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:20px;
}

.rs_pd_cart_btn {
	margin-bottom:10px;
}

.btn_quick {
}


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

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

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

p#sk_link_other {
	text-align:center;
	margin-top:10px;
}

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */
#together {
	margin:65px 0px 0px;
	}

#together .tog_main_title {
	margin:0px 0px 15px;
	}

#together .together_list {
	margin:0px 3px;
	float:left;
	width:175px;
	}

#together .together_list img {
	border:1px solid #999999;
	max-width: 155px;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
#trackback {
	margin:30px 0px 15px;
}

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


#trackback .tb_url {
	padding:6px 8px;
	border:1px solid #e7e7e7;
	}

#trackback .tb {
	}

#trackback .tb_date {
	padding:10px 0px;
	}

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

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

#trackback .tb_state {
	padding:0px;
	}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .main_title {
	margin:15px auto;
	padding:5px 0px;
	background:#e7e7e7;
	height:auto;
	width:564px;
}

#Option .main_title .cont {
	padding:0px 5px;
}
 
 
#Option .option_table {
	width:564px;
	margin-bottom:5px;
	border-left:1px solid #eaeaea;
	border-top:1px solid #eaeaea;
	}

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

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

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

div#Option table.main_title td{
	text-align:left;
}

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

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

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

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

#ShopKeeper {
	width:726px;
	margin-bottom:15px;
	color:#383838;
	border-top:1px solid #B7B7B7;
	}

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

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

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

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

/* ************************************************ 
 *	float解除
 * ************************************************ */


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:
	hidden;
	}
	
.clearfix {
	display:inline-block;
	}
	
/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
	}
	
.clearfix {
	display: block;
	}
/* End hide from IE-mac */

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 10px;
     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;
}


/* ---------------商品一覧--------------- */

/* カテゴリ・グループのフリースペース内全体の指定 */
.cg_freespace_01 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
.cg_freespace_02 {
	padding:0 0 0 0;
	margin:0 0 30px 0;
}
/* カテゴリ・グループのフリースペース内の<p>タグの余白設定 */
.cg_freespace_01 p,
.cg_freespace_02 p {
	margin:0 0 10px 0;
}
/* カテゴリ・グループのフリースペース内の<ul>タグの余白設定 */
.cg_freespace_01 ul,
.cg_freespace_02 ul {
	margin:0 0 10px 0;
	padding:0;
}


/* ---------------パーツ--------------- */

.title_box {
	width:725px;
	height:31px;
	padding:8px 0 0 15px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_title.png) 0 0 no-repeat;
	margin-bottom: 15px;
	font-size:16px;
	font-weight: bold;
}

.arrow_o {
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_arrow_orange.gif) 0 4px no-repeat;
	padding-left:1.2em;
}

.title_box_sub {
	width:710px;
	padding:3px 0 3px 15px;
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_arrow_c.gif) 0 9px no-repeat;
	margin-bottom: 15px;
	font-size:15px;
	font-weight: bold;
	border-bottom:1px solid #430d0d;
}

table.note {
	width:723px;
	padding:10px;
	border:1px solid #430d0d;
	margin-bottom:30px;
}

table.note th {
	width:160px;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 3px;
}

table.note td {
	padding:10px 10px;
}

dl.faq dt {
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_q.png) 0 2px no-repeat;
	font-weight: bold;
	padding-left:40px;
	height:40px;
	line-height:38px;
	font-size:22px;color:#047b0f;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

dl.faq dd {
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_a.png) 0 5px no-repeat;
	padding-left:40px;
	margin-bottom: 30px;
	line-height:30px;
}

table.normal {
	border:#AAAAAA solid 1px;
	width:725px;
	box-sizing: border-box;
	margin-bottom:30px;
}

table.normal th {
	padding:7px;
	border-right:#AAAAAA solid 1px;
	border-bottom:#AAAAAA solid 1px;
	background:#ffffdc;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	font-weight: normal;
}

table.normal td {
	border-right:#AAAAAA solid 1px;
	border-bottom:#AAAAAA solid 1px;
	padding:7px;
	text-align: center;
	box-sizing: border-box;
}


/* --- 20220509高橋追加スマホ対応 --- 
   --- スマホ対応の表を作る --- */

table.smaho {
	border:#430d0d solid 1px;
}

table.smaho td.tit,
table.smaho td.cont {
	padding:10px;
	border-right:#430d0d solid 1px;
	border-bottom:#430d0d solid 1px;
}

table.smaho td.tit {
	padding:10px;
	background: #ffffdc;
	text-align: center;
}

/* --- 20220509高橋追加スマホ対応 --- 
   --- ここまで --- */


table.ex {
	margin-bottom:30px;
}

table.ex td.text_box {
	vertical-align: middle;
	padding-left:1.5em;
}

.y_l {
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_y_l.gif) 0 bottom repeat-x;
}

.cha {
	background:url(https://img14.shop-pro.jp/PA01304/501/etc/bg_cha.jpg) 0 0 no-repeat;
	height:30px;
	padding-top:6px;
	color:#fff;
	padding-left:10px;
	font-size:16px;
}

.f10 {
	font-size: 10px !important;
}

.f11 {
	font-size: 11px !important;
}

.f12 {
	font-size: 12px !important;
}

.f13 {
	font-size: 13px !important;
}

.f14 {
	font-size: 14px !important;
}

.f15 {
	font-size: 15px !important;
}

.f16 {
	font-size: 16px !important;
}

.f17 {
	font-size: 17px !important;
}

.f18 {
	font-size: 18px !important;
}

.f19 {
	font-size: 19px !important;
}

.f20 {
	font-size: 20px !important;
}

.f21 {
	font-size: 21px !important;
}

.f22 {
	font-size: 22px !important;
}

.red {
	color:#f00;
}

.minchou {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.mi_green {
	font-size:22px;color:#047b0f
}


.gg {
background: #fbfbfb; /* Old browsers */
background: -moz-linear-gradient(top,  #fbfbfb 0%, #efefef 48%, #efefef 48%, #e5e5e5 49%, #e5e5e5 49%, #e5e5e5 100%, #fbfbfb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fbfbfb), color-stop(48%,#efefef), color-stop(48%,#efefef), color-stop(49%,#e5e5e5), color-stop(49%,#e5e5e5), color-stop(100%,#e5e5e5), color-stop(100%,#fbfbfb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fbfbfb 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#e5e5e5 100%,#fbfbfb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fbfbfb 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#e5e5e5 100%,#fbfbfb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fbfbfb 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#e5e5e5 100%,#fbfbfb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fbfbfb 0%,#efefef 48%,#efefef 48%,#e5e5e5 49%,#e5e5e5 49%,#e5e5e5 100%,#fbfbfb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */

}
/*
margin --------------------------------------------*/

.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


/*--------ページ先頭へ戻る--------*/
#pageTop{
	background:#717171;
	border-radius:5px;
	color:#ffffff;
	padding:10px;
	position:fixed;
	bottom:10px;
	right:10px;
	}
#pageTop:hover{
	background:#b0b0b0;
	}
