/*shift-jis*/

/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1{
	color: #434343;
	font-size: 8px;
	line-height: 1.875;
	text-align: center;
	background-color: #f4f2ee;
	position: relative;
	z-index: 1;
}
h2.goods_name_ {
	color: #8c7558;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	padding: 8px 0 10px;
	margin-bottom: 19px;
	border-bottom: 2px solid #cbc3b1;
	clear: both;
}
h2.category_name_ {
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
	margin: 20px 0;
}
h2.category_name_img_ {
	margin: 7px 0 25px;
	text-align: center;
}
h2.genre_name_ {
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
	margin: 20px 0;
}
h2.genre_name_img_ {
	margin: 7px 0 22px;
	text-align: center;
}
h2.event_name_ {
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
	margin: 20px 0;
}
h2.event_name_img_ {
	margin: 25px 30%;
	text-align: center;
}
h2.search_name_img_ {
	margin: 7px 0 25px;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}
.top_comment_ p {
	font-size:12px;
}

/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	padding: 8px 10px 13px;
	font-size: 8px;
	line-height: 1.375;
	overflow:hidden;
}
.navitopicpath_ a {
	margin: 0 8px;
	font-size: 8px;
	line-height: 1.375;
	white-space: nowrap;
}
.navitopicpath_ a span,
.navitopicpath_ a span strong {
	font-size: 8px;
	line-height: 1.375;
}
.navitopicpath_ span.current_ {
	margin: 0 0.5em;
	font-size: 8px;
	line-height: 1.375;
	white-space: nowrap;
}
.navitopicpath_ div.block {
	float:left;
}
.navitopicpath_ div {
	float:right;
}
#bread-crumb-list {
	width: 100%;
	float: left;
	overflow:hidden;
}
#bread-crumb-list li {
	font-size: 8px;
	line-height: 1.375;
	display: inline;
}
#bread-crumb-list li:first-child a {
	margin-left: 0;
}
/* 商品詳細；ジャンルパンくず */
.navitopicpath_.genre_pan_ {
	padding: 13px 10px 8px;
	border-top: 1px solid #cbc3b1;
	border-bottom: 1px solid #cbc3b1;
}
.navitopicpath_.genre_pan_ #bread-crumb-list {
	margin-bottom: 5px;
}
/* ページジャンプ */
.navipage_ {
	text-align: right;
	padding: 16px 10px 15px;
	border-top: 1px solid #cbc3b1;
	border-bottom: 1px solid #cbc3b1;
	clear: both;
	overflow: hidden;
}
/* ページジャンプ上部 */
.navipage_.top_ {
	/*margin-bottom: 20px;*/
}
.navipage_.top_ nav {
	float: right;
}
/* ページジャンプ下部 */
.navipage_.bottom_ {
	text-align: center;
	letter-spacing: -4px;
	margin-top: 20px;
}
.navipage_ .navipage_range_ {
	float: left;
	font-size: 14px;
	line-height: 1.5;
}
.navipage_ .navipage_sum_ {
}
.navipage_ nav a,
.navipage_ nav span {
	display: inline-block;
	width: 23px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 0;
}
.navipage_ a {
	color: #000000;
}
.navipage_now_ {
	color: #a88313;
}
.navipage_ .navipage_first_,
.navipage_ .navipage_prev_,
.navipage_ .navipage_next_,
.navipage_ .navipage_last_ {
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 23px 21px;
	background-size: 23px 21px;
}
.navipage_ .navipage_first_ {
	margin-right: 12px;
	background-image: url(../img/usr/sb/common/navifirst.png);
}
.navipage_ .navipage_prev_ {
	margin-right: 8px;
	background-image: url(../img/usr/sb/common/naviprev.png);
}
.navipage_ .navipage_next_ {
	margin-left: 8px;
	background-image: url(../img/usr/sb/common/navinext.png);
}
.navipage_ .navipage_last_ {
	margin-left: 12px;
	background-image: url(../img/usr/sb/common/navilast.png);
}
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
/* 並び替え */
.navisort_ {
	float: left;
	width: 33%;
	position: relative;
}
.navisort_ dt {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 16px;
	text-align: center;
	background-color: #a6977c;
	border-top: 1px solid #cbc3b1;
	border-right: 1px solid #cbc3b1;
	background: #a6977c url(../img/usr/sb/common/ico_arrow01_dt.png) no-repeat center 85%;
}
.navisort_ dt.active_ {
	color: #a88313;
	background: #f0eee8 url(../img/usr/sb/common/ico_arrow01_dt_active.png) no-repeat center 85%;
}
.navisort_ dd {
	display: none;
	padding: 10px;
	background-color: #f0eee8;
	position: absolute;
	left: 0;
	top: 51px;
	width: 355px;
	z-index: 100;
}
.navisort_ dd ul li {
	background-color: #ffffff;
	border-top: 1px solid #cbc3b1;
}
.navisort_ dd ul li:first-child {
	border-top: 0;
}
.navisort_ dd ul li a,
.navisort_ dd ul li .navisort_now_ {
	display: block;
	font-size: 14px;
	line-height: 1.142;
	padding: 16px 20px 17px;
}
.navisort_now_ {
	color: #a88313;
}
.navisort_ a {
}
/* 表示切替 */
.navistyle_ {
	float: left;
	width: 34%;
	border-top: 1px solid #cbc3b1;
	background-color: #ffffff;
}
.navistyle_ ul {
	padding: 0 12px;
	overflow: hidden;
}
.navistyle_ ul li {
	float: left;
	width: 50%;
	text-align: center;
}
.navistyle_ ul li a,
.navistyle_ ul li span {
	display: block;
	width: 100%;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	text-indent: -9999px;
}
.navistyle_ ul li a.navistyle_p_ {
	background-image: url(../img/usr/sb/common/navistyle_p_off.png);
}
.navistyle_ ul li span.navistyle_p_ {
	background-image: url(../img/usr/sb/common/navistyle_p_on.png);
}
.navistyle_ ul li a.navistyle_t_ {
	background-image: url(../img/usr/sb/common/navistyle_t_off.png);
}
.navistyle_ ul li span.navistyle_t_ {
	background-image: url(../img/usr/sb/common/navistyle_t_on.png);
}
/* 絞込み */
dl.navifilter_ {
	width: 33%;
	float: left;
	position: relative;
}
dl.navifilter_ dt {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 16px;
	text-align: center;
	border-top: 1px solid #cbc3b1;
	border-right: 1px solid #cbc3b1;
	position: relative;
	background: #a6977c url(../img/usr/sb/common/ico_arrow01_dt.png) no-repeat center 85%;
}
.navifilter_ dt.active_ {
	color: #a88313;
	background: #f0eee8 url(../img/usr/sb/common/ico_arrow01_dt_active.png) no-repeat center 85%;
}
dl.navifilter_ dd {
	display: none;
	width: 375px;
	position: absolute;
	left: 50%;
	top: 51px;
	margin-left: -187px;
	z-index: 100;
}
dl.navifilter_ dd ul.filter_tree_ {
}
dl.navifilter_ dd ul.filter_tree_ li {
	position: relative;
}
dl.navifilter_ dd ul.filter_tree_ li p.accordion_ {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	text-indent: -9999px;
}
dl.navifilter_ dd ul.filter_tree_ li p.accordion_.open_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
dl.navifilter_ dd ul.filter_tree_ li span.nolink_,
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_ > a,
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_open_ > a  {
	display: block;
	color: #b99c44;
	padding: 18px 55px 19px 39px;
}
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_ > a span,
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_open_ > a span {
	font-size: 18px;
}
dl.navifilter_ dd ul.filter_tree_ li.hasChild_ > span {
	display: block;
    color: #b99c44;
    padding: 18px 55px 19px 39px;
	border-bottom: 1px dotted #a8a6a2;
}
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_.haveimg_ > a,
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_open_.haveimg_ > a {
	padding: 13px 55px 14px 29px;
}
dl.navifilter_ dd ul.filter_tree_ li.side_tree1_open_ > a {
	background-image: url(../img/usr/sb/common/radio_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul.filter_tree_ li input[type="radio"] {
	display: none;
}
dl.navifilter_ dd ul.filter_tree_ li label {
	display: block;
	color: #000000;
	padding: 18px 55px 19px 0;
}
dl.navifilter_ dd ul.filter_tree_ ul.search_tree_ ul.filter_list_ {
	padding: 10px;
}
dl.navifilter_ dd ul.filter_tree_ ul.search_tree_ ul.filter_list_ li {
	background-color: #ffffff;
}
dl.navifilter_ dd ul.filter_tree_ ul.search_tree_ ul.filter_list_ li a {
	padding: 18px 55px 19px 40px;
	background-image: url(../img/usr/sb/common/radio_off.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul.filter_tree_ ul.search_tree_ ul.filter_list_ li span {
	display: block;
	padding: 18px 55px 19px 40px;
	background-image: url(../img/usr/sb/common/radio_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul.layer1_ li {
	background-color: #f0eee8;
	border-bottom: 1px solid #cbc3b1;
}
dl.navifilter_ dd ul.layer2_ li label {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
	padding-left: 40px;
}
dl.navifilter_ dd ul.layer2_ {
	margin: 0 10px 20px;
	display: none;
	border-bottom: 1px solid #cbc3b1;
}
dl.navifilter_ dd ul.layer2_ li {
	background-color: #ffffff;
	border: 0;
	border-top: 1px solid #cbc3b1;
}
dl.navifilter_ dd ul.layer3_ {
	display: none;
}
dl.navifilter_ dd ul.layer3_ li label {
	font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
	padding-left: 50px;
	background-position: 20px center;
}
dl.navifilter_ dd ul.layer4_ {
	display: none;
}
dl.navifilter_ dd ul.layer4_ li label {
	font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
	padding-left: 60px;
	background-position: 20px center;
}
/* カラー */
dl.navifilter_ dd ul li.side_color1_ a {
	display: block;
	color: #b99c44;
	font-size: 18px;
	padding: 18px 55px 19px 39px;
	background: none;
}
/**/
dl.navifilter_ dd ul li a {
    line-height: 1.5;
	display: block;
	color: #000000;
	padding: 18px 55px 19px 10px;
	background-image: url(../img/usr/sb/common/radio_off.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul li.nochild_ a {
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
dl.navifilter_ dd ul.layer2_ li {
	background-color: #faf9f5;
}
dl.navifilter_ dd ul.layer2_ li a,
dl.navifilter_ dd ul.layer2_ li.side_tree2_open_ > a {
	padding-left: 40px;
}
dl.navifilter_ dd ul.layer2_ li.side_tree2_open_ > a {
	background-image: url(../img/usr/sb/common/radio_on.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul.layer3_ li {
	background-color: #f5f4ef
}
dl.navifilter_ dd ul.layer3_ li a,
dl.navifilter_ dd ul.layer3_ li.side_tree3_open_ > a {
	padding-left: 50px;
	background-position: 20px center;
}
dl.navifilter_ dd ul.layer3_ li.side_tree3_open_ > a {
	background-image: url(../img/usr/sb/common/radio_on.png);
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul.layer4_ li {
	background-color: #f0eee8;
}
dl.navifilter_ dd ul.layer4_ li a,
dl.navifilter_ dd ul.layer4_ li.side_tree4_open_ > a {
	padding-left: 60px;
	background-position: 30px center;
}
dl.navifilter_ dd ul.layer4_ li.side_tree4_open_ > a {
	background-image: url(../img/usr/sb/common/radio_on.png);
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
/* 絞込み；在庫 */
dl.navifilter_ dd ul.filter_stock_ {
	padding: 10px 10px 0;
	background-color: #f0eee8;
	overflow: hidden;
}
dl.navifilter_ dd ul.filter_stock_ li {
	width: 49%;
	background-color: #ffffff;
}
dl.navifilter_ dd ul.filter_stock_ li:nth-child(odd) {
	float: left;
}
dl.navifilter_ dd ul.filter_stock_ li:nth-child(even) {
	float: right;
}
dl.navifilter_ dd ul.filter_stock_ li input[type="radio"] {
	display: none;
}
dl.navifilter_ dd ul.filter_stock_ li label {
	font-size: 14px;
	line-height: 1.392;
	display: block;
	text-align: center;
	padding: 15px 0 15px 14px;
	border-bottom: 1px solid #cbc3b1;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
dl.navifilter_ dd ul.filter_stock_ li input[type="radio"]:checked + label {
	color: #a88313;
	padding: 13px 0 13px 14px;
	border: 2px solid #a88313;
}
dl.navifilter_ dd ul li label {
	background-image: url(../img/usr/sb/common/radio_off.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
}
dl.navifilter_ dd ul li input[type="radio"]:checked + label {
	background-image: url(../img/usr/sb/common/radio_on.png);
}
/* 絞込み；カラー */
dl.navifilter_ dd ul.filter_color_ {
	padding: 25px 0 10px 25px;
	margin: 0 10px 20px 10px;
	background-color: #ffffff;
	overflow: hidden;
}
dl.navifilter_ dd ul.filter_color_ li {
	float: left;
	width: 11%;
	margin: 0 5% 15px 0;
}
dl.navifilter_ dd ul.filter_color_ li a {
	padding: 0;
}
/* 絞込み；バナー */
dl.navifilter_ dd ul.filter_banner_ {
	padding: 20px 10px;
	overflow: hidden;
}
dl.navifilter_ dd ul.filter_banner_ li {
	width: 48%;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #cbc3b1;
	background-color: #ffffff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
dl.navifilter_ dd ul.filter_banner_ li.active_ {
	border: 2px solid #a88313;
	position: relative;
}
dl.navifilter_ dd ul.filter_banner_ li.active_ a.btn_clear_ {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
}
dl.navifilter_ dd ul.filter_banner_ li.active_ a.btn_clear_ img {
	width: 12px;
}
dl.navifilter_ dd ul.filter_banner_ li:nth-child(odd) {
	float: left;
}
dl.navifilter_ dd ul.filter_banner_ li:nth-child(even) {
	float: right;
}
/* 絞込み；価格 */
dl.navifilter_ dd .filter_price_ {
	padding: 30px 30px 25px;
	border-top: 1px dotted #a8a6a2;
}
/* 絞込み；条件をクリアする */
div.sec_filter_ div.btn_clear_ {
	padding: 0 10px 7px;
	background-color: #f0eee8;
}
div.sec_filter_ div.btn_clear_ button {
	border: 0;
	background: none;
	margin: 0;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 1.142;
	text-align: right;
	padding: 17px 20px 18px 0;
	background-image: url(../img/usr/sb/common/btn_delete.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* 絞込み；絞り込む */
div.sec_filter_ #btn_filter {
	padding: 9px 10px;
	background-color: #f0eee8;
}
div.sec_filter_ #btn_filter button,
nav.GenreStyle_ ul li button,
#sitemenu_genre .sitemenu_genre_tab_ button {
	display: block;
	color: #a88313;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.142;
	text-align: center;
	padding: 21px 0 22px;
	border: 1px solid #ba9f5c;
	background-color: #ffffff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.sec_filter_ #btn_filter button,
#sitemenu_genre .sitemenu_genre_tab_ button {
	width: 100%;
}
#sitemenu_genre .sitemenu_genre_tab_ button {
	margin-top: 10px;
}
nav.GenreStyle_ ul li button {
	width: 90%;
	margin: 15px auto 0;
}
/**/
/* 商品分類絞込 */
#goods_class_filter_ {
	padding-bottom: 3px;
}
#goods_class_filter_ dd {
}
#goods_class_filter_ .class_filter_ {
	margin-right: 10px;
}
#goods_class_filter_ .class_filter_ .selected_ {
	background-color: #ffeeff;
}

/* --------------------------------------------------------------------
	Ajax　Zip
-------------------------------------------------------------------- */
#suggestZipArea {
	background-color: #ffffff;
	border: 1px solid #999999;
	display: none;
	padding: 2px 0;
	position: absolute;
	z-index: 9999;
}
#suggestZipArea .itemNotFound {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #999999;
	font-style: italic;
}
#suggestZipArea .itemLine {
	padding: 0 4px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
	color: #000000;
}
#suggestZipArea .selected {
	background-color: #ffdddd;
	color: #c00000;
}
#suggestZipArea .itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 4px;
}
#suggestZipArea .itemLine .itemName {
}


/* --------------------------------------------------------------------
	トピックス
-------------------------------------------------------------------- */
/* トピック詳細 */
.topiclist_body_ {
	margin: 0 10px;
}
.topiclist_body_ .topic_title_ {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	margin: 0 0 20px;
	border-bottom: 1px solid #aaaaaa;
	clear: both;
}
.topiclist_body_ .topic_title_ img {
	height: 15px;
	vertical-align: top;
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
.topiclist_body_ article .article_img_ {
	text-align: center;
	margin-bottom: 20px;
}
.topiclist_body_ article .article_img_ img {
	width: 30%;
}
.topiclist_body_ article .article_decs_ {
	line-height: 1.5;
	margin-bottom: 30px;
}
/* トピック一覧 */
#block_of_topic {
	margin-bottom:35px;
}
div.topiclist_ {
	/*margin: 0 10px;*/
}
div.topiclist_ .topiclist_head_ {
	padding: 34px 10px 10px;
}
div.topiclist_ .topiclist_head_ img {
	height: 18px;
}
div.topiclist_ .topiclist_body_ {
	margin-bottom: 35px;
}
div.topiclist_ .topiclist_body_ li {
	border-bottom: 1px solid #d6d6d6;
}
div.topiclist_ .topiclist_body_ li:last-child {
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	display: table;
	padding: 12px 0 10px;
	overflow: hidden;
	width: 100%;
}
div.topiclist_ .topiclist_body_ li a {
}
div.topiclist_ .topiclist_body_ li span {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.357;
}
div.topiclist_ .topiclist_body_ li span.day_ {
	color: #8c7558;
	width: 25%;
}
div.topiclist_ .topiclist_body_ li span.day_ img {
	display: block;
	margin: 5px auto 0;
	height: 15px;
}
div.topiclist_ .topiclist_body_ li span.txt_ {
	padding-left: 5px;
}


div.topiclist_ .righttext_ {
	width: 66%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #ba9f5c;
	background-image: url(../img/usr/sb/common/goods_more.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 248px 43px;
	background-size: 248px 43px;
}
div.topiclist_ .righttext_ a {
	display: block;
	color: #ba9f5c;
	font-size: 12px;
	padding: 15px 0;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
	text-indent: -9999px;
}
/* トピック詳細一覧 */
div.topicdetaillist_ {
	margin: 0 10px 10px;
}
div.topicdetaillist_ .topicdetaillist_body_ {
	margin-bottom: 35px;
}
div.topicdetaillist_ .topicdetaillist_body_ li {
	border-bottom: 1px solid #d6d6d6;
}
div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
}
div.topicdetaillist_ .topicdetaillist_body_ li a,
div.topicdetaillist_ .topicdetaillist_body_ li span.nolink_ {
	display: table;
	padding: 12px 0 10px;
	overflow: hidden;
	width: 100%;
}
div.topicdetaillist_ .topicdetaillist_body_ li a {
}
div.topicdetaillist_ .topicdetaillist_body_ li span {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.357;
}
div.topicdetaillist_ .topicdetaillist_body_ li span.day_ {
	color: #8c7558;
	width: 25%;
}
div.topicdetaillist_ .topicdetaillist_body_ li span.day_ img {
	display: block;
	margin: 5px auto 0;
	height: 15px;
}
div.topicdetaillist_ .topicdetaillist_body_ li span.txt_ {
	padding-left: 5px;
}
/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
}
div.goodsproductdetail_ .top_icon_ {
	display: table;
	width: 100%;
	margin: 0 0 10px;
}
div.goodsproductdetail_ .detail_sns_ {
	display: table-cell;
	vertical-align: bottom;
}

div.goodsproductdetail_ .icon1_ {
	width: 62%;
}
div.goodsproductdetail_ .icon1_ img {
	height: 15px;
	margin: 0 3px 3px 0;
}
div.goodsproductdetail_ div.icon2_ {
	margin: 0 10px;
}

div.goodsproductdetail_ div.icon2_ img {
	height: 12px;
	margin: 8px 5px 0 0;
}
div.goodsproductdetail_ .detail_sns_ {
	width: 38%;
	padding: 0 10px 0 0;
	overflow: hidden;
}
div.goodsproductdetail_ .detail_sns_ ul {
	overflow: hidden;
	float: right;
}
div.goodsproductdetail_ .detail_sns_ ul li {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 5px 3px 0;
	background-color: #cbc3b1;
}
div.goodsproductdetail_ .detail_sns_ ul li:last-child {
	margin-right: 0;
}

div.goodsdetail1_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail1_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail2_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail2_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail3_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail3_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail4_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail4_ div.inner_ {
	padding:10px 10px;
}
div.goodsdetail5_ h2 {
	padding:5px 10px;
	background:#e5e5e5;
}
div.goodsdetail5_ div.inner_ {
	padding:10px 10px;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}
td.goodscomment_ {
	background-color: #ffffff;
	width: 592px;
}

/* 商品画像 */
div.goodsimg_ {
	clear: both;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 10px;
	text-align:center;
}
div.goodsimg_ .img_L_ img {
}
div.goodsimg_ .img_L_ .comment_ {
	text-align:left;
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg_ .img_c_ img {
	max-width: 200px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .goodsimg_inner_ {
	width: 320px;
	margin: 0 auto;
	overflow: hidden;
}
div.goodsimg_ .goodsimg_inner_ figure {
	width: 320px;
	float: left;
}
div.goodsimg_ .goodsimg_inner_ figure figcaption {
	clear: both;
	text-align: center;
}
div.goodsimg_ .goodsimg_inner_ .etc_goodsimg_item_ {
	display: table;
	width: 320px;
	height: 320px;
	table-layout: fixed;
	position: relative;
	margin-bottom: 15px;
}
div.goodsimg_ .goodsimg_inner_ a.etc_goodsimg_item_ span.img_ {
	display: table-cell;
	width: 320px;
	height: 320px;
	text-align: center;
	vertical-align: middle;
}
div.goodsimg_ .goodsimg_inner_ a img {
	max-height: 320px;
	max-width: 320px;
}
div.goodsimg_ .goodsimg_inner_ a.etc_goodsimg_item_ span.zoom_ {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	bottom: 0;
	background-image: url(../img/usr/sb/detail/ico_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
	text-indent: -9999px;
	z-index: 500;
}
div.goodsimg_ {
	position: relative;
	margin-bottom: 27px;
}
div.goodsimg_ input:focus {
	outline: none;
}
div.goodsimg_ .fs_prev,
div.goodsimg_ .fs_next {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	width: 30px;
	height: 320px;
	display: none;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	z-index: 400;
}
div.goodsimg_ .fs_prev:disabled,
div.goodsimg_ .fs_next:disabled {
	background: none;
}
div.goodsimg_ .fs_prev {
	left: 0;
	background-image: url(../img/usr/sb/common/ico_prev.png);
}
div.goodsimg_ .fs_next {
	right: 0;
	background-image: url(../img/usr/sb/common/ico_next.png);
}
div.goodsimg_ .fs_pointer {
	text-align: center;
	padding: 0;
}
div.goodsimg_ .fs_pointer span {
	width: 9px;
	height: 9px;
	border: 1px solid #a88313;
	background-color: #ffffff;
}
div.goodsimg_ .fs_pointer span.fs_pointer_current {
	background-color: #a88313;
}
/* 商品画像バリエーション */
div.etc_goodsimg_ {
	/*margin:0 3px 5px 10px;*/
}
div.etc_goodsimg_line_ {
	/*overflow:hidden;*/
}
div.etc_goodsimg_item_ {
/*	width:18%;
	margin:0 2% 0 0;
	float:left;
	text-align: center;*/
}
div.etc_goodsimg_item_ img {
}

/* 商品スペック */
div.goodsspec_ {
	margin: 0 10px 60px;
}
dl.goodsspec_ {
	margin:0 10px;
	margin-bottom:10px;
}
dl.goodsspec_ dt,
dl.goodsspec_ dd {
	display: block;
}
dl.goodsspec_ dt {
	padding:2px 2px 2px 6px;
	background-color: #F0F0F0;
}
dl.goodsspec_ dd {
	font-size: 14px;
	padding:2px 2px 2px 12px;
}
dl.goodsspec_ dd .price_box_ small {
	display: block;
}
.to_detaillink_ {
	margin: 0 10px 0 0;
	text-align: right;
}
.to_detaillink_ a {
	padding-left: 20px;
	display: inline-block;
	background: url(../img/usr/blank.png) left center no-repeat;
}
div.goodsproductdetail_ div.icon_ {
	margin:0 10px;
}
div.goodsproductdetail_ div.icon_ img {
	height:15px;
	vertical-align:top;
}
#spec_code {
	color: #777777;
	font-size: 10px;
	line-height: 1.4;
	text-align: right;
}
#spec_price {
	font-size: 23px;
	font-weight: bold;
	line-height: 1.36;
	padding: 0 0 16px;
	margin: 0 0 17px;
	border-bottom: 1px solid #cbc3b1;
}
#spec_price span.tax_ {
	font-size: 10px;
	font-weight: normal;
}
#spec_price .goods_usually_price_ {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: line-through;
	display: block;
}
#spec_price .goods_usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.4;
}
#spec_price .goods_sale_price_ {
	display: inline-block;
	color: #e52400;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.36;
}
#spec_price .goods_sale_price_ span.tax_ {
	font-size: 10px;
	font-weight: normal;
}
#spec_price .price_pop_ {
	font-size: 13px;
	line-height: 1.38;
	display: inline-block;
}

/*サイズ*/
#goodsspec_size{
	margin: 0 0 10px 0;
}
#goodsspec_size h2{
	font-weight: bold;
}
#goodsspec_size table{
	width: 100%;
	margin: 10px 0;
}
#goodsspec_size table th{
	border: 1px solid #e3e3e3;
	text-align: center;
	background: #f9f8f6;
	font-size: 10px;
	padding: 5px 0;
}
#goodsspec_size table td{
	border: 1px solid #dcdcdc;
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
}
#goodsspec_size_unit{
	float:right;
	margin-bottom: 5px;
	font-size: 11px;
}
#goodsspec_size + span{
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
	margin: 0 10px 20px;
	padding: 10px;
	vertical-align:middle;
	background: #F0F0F0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* カートボタン関係 */
div.cartbox_ {
	vertical-align:middle;
}
div.cartbox_ .variationlist_ h2.ttl_color_,
div.cartbox_ .variationlist_ h2.ttl_size_ {
	padding:6px 0;
	margin-bottom:10px;
	border-bottom:#3fbf0d 1px dotted;
	text-align:left;
}
div.cartbox_ .variationlist_ h2.ttl_color_ img,
div.cartbox_ .variationlist_ h2.ttl_size_ img {
	height:13px;
}
div.cartbox_ ul {
}
div.cartbox_ ul li.btn_cart_ {
	float: left;
	width: 100%;
	padding-top: 20px;
	position: relative;
}
div.cartbox_ ul li.btn_cart_ span.stock_comment_ {
    color: #e52400;
    display: block;
    font-size: 10px;
	width: 100%;
    height: 15px;
    line-height: 1.5;
    text-align: left;
	position: absolute;
	left: 0;
	top: 3px;
}
div.cartbox_ ul li.btn_cart_ input#cart_in {
	background-color: #e52400;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 10px;
}
div.cartbox_ ul li.btn_cart_ input#backorderlink_ {
    padding: 0;
    margin: 0;
    height: 50px;
    background: linear-gradient(#e52400, #e52400);
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
}
div.cartbox_ ul li.btn_cart_ input#nostock {
	padding: 0;
	margin: 0;
	height: 50px;
	width: 100%;
}
div.cartbox_ ul li.btn_bookmark_ {
	float: left;
	width: 49%;
	padding-top: 20px;
}
div.cartbox_ ul li.btn_bookmark_ input#cart_bookmark {
	width : 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
	background-color: #ffffff;
}
div.cartbox_ ul li.btn_stock_ {
	float: right;
	width: 49%;
	padding-top: 20px;
}

/*　clearfix　*/
div.cartbox_ ul:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}


/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ p.guide_ {
	background: #FFF;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ p.message_ {
	padding: 0 0 7px;
}
div.cartbox_ div.colors_ {
	padding-bottom: 8px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	width: 46px;
	height: 46px;
	margin: 2px 2px 5px 2px;
	display: inline-block;
	white-space: nowrap;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.cartbox_ div.colors_ div.color2_ {
	width: 50px;
	height: 50px;
	padding: 5px;
	margin: 0 10px 10px 0;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	background-position: center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	background-position : 0 -3px;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 1px #e3e3e3;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
	opacity: 0.2;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	padding: 4px;
	border:solid 2px #a88313;
	background-color:#ffffff;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
	opacity: 0.2;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ p.message_ {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 22px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	float:left;
	display: inline-block;
	padding: 7px 10px 8px;
	margin: 0 10px 8px 0;
	text-align:center;
	display: table;
	table-layout: fixed;
}
div.cartbox_ div.sizes_ div.size_ div{
	word-break: break-all;
	display: table-cell;
	vertical-align: middle;
}
div.cartbox_ div.sizes_ div.size_ p {
	clear:both;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:solid 1px #e3e3e3;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:solid 1px #e3e3e3;
	color:#cccccc;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	padding: 6px 10px 7px;
	border:solid 2px #a88313;
	background-color:#ffffff;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:solid 1px #e3e3e3;
	color:#cccccc;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
div.cartbox_ div.sizes_ .size_list_ {
	clear: both;
	display: block;
	text-align: right;
}
div.cartbox_ div.sizes_ .size_list_ a {
	color: #000000;
	font-size: 12px;
	line-height: 1.333;
	text-decoration: underline;
}
/**/

/**/
/* セット内容一覧 */
div.goods_set_list_ {
	margin: 0 5px;
}
table.goods_set_ {
	margin: 0 0 5px;
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
}
table.goods_set_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.goods_set_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 25%;
	font-weight: normal;
	text-align: left;
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
/**/

/**/
/* 店舗在庫 */
div.storestock_ {
	margin-bottom:10px;
}
dl.storestock_ {
	margin:0 10px;
	border:1px solid #CCC;
	margin-bottom:10px;
}
dl.storestock_ dt,
dl.goodsspec_ dd {
	display: block;
}
dl.storestock_ dt {
	padding:5px 5px 5px 6px;
	background-color: #F0F0F0;
}
dl.storestock_ dd {
	font-size: 14px;
	padding:5px 5px 5px 12px;
}
span.storestock_div_ {
	font-weight: bold;
	margin-left: 10px;
}
span.storestock_item_ {
	font-size: 16px;
	padding-right: 12px;
}
div.storestock_alert_ {
	margin: 0 10px 10px;
}
/**/

div.goodscomment1_ {
}
div.goodscomment2_ {
}
div.goodscomment3_ {
}
div.goodscomment4_ {
}
div.goodscomment5_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.rulescomment_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.option_buttons_ {
	margin: 0 10px 10px;
}
.option_buttons_ li {
}
.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom:15px;
}



/* --------------------------------------------------------------------
	商品一覧：2列並び
-------------------------------------------------------------------- */
ul.goods_p_ {
	margin: 0 10px;
	padding-top: 20px;
	overflow: hidden;
}
ul.goods_p_ li {
	width: 48%;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
ul.goods_p_ li:nth-child(odd) {
	float: left;
}
ul.goods_p_ li:nth-child(even) {
	float: right;
}
ul.goods_p_ li .icon1_ {
	text-align: left;
}
ul.goods_p_ li .icon1_ img {
	height: 15px;
	margin: 0 2px 3px 0;
}
ul.goods_p_ li figure.img_ {
	display: table;
	table-layout: fixed;
	width: 100%;
}
ul.goods_p_ li figure.img_ span {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
ul.goods_p_ li .desc_ {
	padding: 16px 0 0;
    /*display: inline-block;*/
    /*padding: 8px 20px 0 0;*/
    text-align: center;
    /*margin-left: 5%;*/
	position: relative;
}
.bookmark_area a,
.bookmark_area a:focus {
	outline: none!important;
	border: 0!important;
}
ul.goods_p_ .bookmark_area {
    position: absolute;
    right: 4vw;
    /*bottom: 10%;*/
    top:15px;
    width: 17px;
    height: 17px;
}
.balloons {
    width: 15%!important;
    /* left: 0!important; */
    font-size: 10px;
}
ul.goods_p_ li .icon2_ {
	width: 140px;
	margin-bottom: 5px;
	text-align: center;
	margin: 5px auto 5px;
}
ul.goods_p_ li .icon2_ img {
	height: 12px;
	margin: 0 1px 3px;
}
ul.goods_p_ li .price_ {
}
ul.goods_p_ li .price_ span.tax_ {
}
ul.goods_p_ li .price_ .usually_price_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_p_ li .price_ .usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_p_ li .price_ .special_price_ {
	font-size: 12px;
	line-height: 1.25;
}
ul.goods_p_ li .price_ .special_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.5;
}
/* --------------------------------------------------------------------
	商品一覧：3列並び
-------------------------------------------------------------------- */
ul.goods_t_ {
	margin: 0 10px;
	padding-top: 20px;
	overflow: hidden;
}
ul.goods_t_ li {
	width: 31%;
	float: left;
	text-align: center;
	margin: 10px 3% 22px 0;
	position: relative;
	/* height : 153px !important; */
}
ul.goods_t_ li:nth-of-type(3n) {
	float: right;
	margin-right: 0;
}
ul.goods_t_ li a {
	display: block;
}
ul.goods_t_ li .icon1_ {
	text-align: left;
	position : absolute;
	top : -10px;
	z-index : 1;
}

.icon2_ > .icon1_ {
	text-align: center !important;
	position : relative !important;
	top : 0px !important;
}
ul.goods_t_ li .icon1_ img {
	height: 15px;
	margin: 0 2px 3px 0;
}
ul.goods_t_ li figure.img_ {
	width: 100%;
	display: table;
	table-layout: fixed;
	display : flex;
	align-items : center;
}
ul.goods_t_ li figure.img_ span {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
ul.goods_t_ li .desc_ {
	padding: 16px 0 0;
    /*display: inline-block;*/
    /*padding: 8px 20px 0 0;*/
    text-align : left;
    margin-left : 5%;
    position:relative;
}
ul.goods_t_ .bookmark_area {
    position: absolute;
    right: 0;
    /*bottom: 7%;*/
    top:15px;
    width: 16px;
    height: 15px;
}


ul.goods_t_ .bookmark_area a,
ul.goods_t_ .bookmark_area a:focus {
    outline:none;
    border: 0;
}
ul.goods_t_ li .icon2_ {
	padding-right: 20px;
}
ul.goods_t_ li .icon2_ img {
	height: 12px;
	margin: 0 1px 3px;
}
ul.goods_t_ li .price_ {
	font-size: 12px;
}
ul.goods_t_ li .price_ span.tax_ {
	font-size: 10px;
}
ul.goods_t_ li .price_ .usually_price_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_t_ li .price_ .usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_t_ li .price_ .special_price_ {
	font-size: 12px;
	line-height: 1.25;
}
ul.goods_t_ li .price_ .special_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.5;
}
/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */
ul.goods_r_ {
	margin: 0 10px;
	padding-bottom: 5px;
	overflow: hidden;
}
ul.goods_r_ li {
	width: 48%;
	float: left;
	text-align: center;
	margin: 10px 3% 22px 0;
	position: relative;
}
ul.goods_r_ .bookmark_area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17px;
    height: 17px;
}
.goods_ .goods_r_ .bookmark_area {
    right: 18px;
    bottom: 1%;
}
@media screen and (max-width:340px){
	.goods_ .goods_r_ .bookmark_area {
		right: 0;
	}
}
ul.goods_r_ li:nth-of-type(2n) {
	float: right;
	margin-right: 0;
}
ul.goods_r_ li a {
	display: block;
}
ul.goods_r_ li .rank_ {
	color: #999999;
	font-size: 17px;
	line-height: 1.0;
	/*margin-bottom: 7px;*/
}
ul.goods_r_ li figure.img_ {
	width: 100%;
	display: flex;
	align-items: center;
	/*table-layout: fixed;*/
}
ul.goods_r_ li figure.img_ span {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
ul.goods_r_ li figure.img_ img {
	max-width: 100%;
	/* max-height: 100%; */
}
ul.goods_r_ li .desc_ {
	padding: 16px 0 0;
	text-align : center;
	/*margin-left : 5%;*/
}
ul.goods_r_ li .price_ {
}
ul.goods_r_ li .price_ span.tax_ {
}
ul.goods_r_ li .price_ .usually_price_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_r_ li .price_ .usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_r_ li .price_ .special_price_ {
	font-size: 12px;
	line-height: 1.25;
}
ul.goods_r_ li .price_ .special_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.5;
}
ul.goods_r_ li.rank1_ .rank_ {
	color: #fff;
}

/*トップページ用
----------------------------------*/
#toppage ul.goods_r_ li {
	width: 48%;
	text-align: center;
	margin: 0 0  30px;
}
#toppage ul.goods_r_ li:nth-child(odd) {
	float: left;
}
#toppage ul.goods_r_ li:nth-child(even) {
	float: right;
}
#toppageul ul.goods_r_ li .rank_ {
	margin-bottom: 9px;
}
#toppageul ul.goods_r_ li .desc_ {
	padding: 8px 0 0;
}

/* ランキングページ改修 201803 */
ul.goods_r_ li.rank1_ .rank_ {
	background: url(../img/usr/common/ico_rank01.png) center top no-repeat;
	background-size: 36px 30px;
	padding-top: 6px;
}
ul.goods_r_ li.rank2_ .rank_{
	background: url(../img/usr/common/ico_rank02.png) center top no-repeat;
	background-size: 36px 30px;
	padding-top: 6px;
}
ul.goods_r_ li.rank3_ .rank_{
	background: url(../img/usr/common/ico_rank03.png) center top no-repeat;
	background-size: 36px 30px;
	line-height: 42px;
	/* padding-top: 6px; */
}
ul.goods_r_ li .rank_{
	background: url(../img/usr/common/ico_rank_other.png) center top no-repeat;
	background-size: 36px 30px;
	color: #fff;
	font-size: 13px;
	line-height: 34px;
}

/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */
ul.goods_h_ {
	margin: 0 0 0 10px;
	overflow:hidden;
}
ul.goods_h_ li {
	width: 24%;
	text-align:center;
	float:left;
	margin: 0 10px 0 0;
}
ul.goods_h_ li figure.img_ {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul.goods_h_ li .price_ {
	font-size: 12px;
	text-align: center;
	margin-top: 4px;
}
ul.goods_h_ li .price_ span.tax_ {
	font-size: 10px;
}
/* --------------------------------------------------------------------
	商品一覧 一緒に購入
-------------------------------------------------------------------- */
div.StyleA_Frame_ {
}
div.StyleA_Frame_ table.StyleA_Item_ {
}
div.StyleA_Frame_ table.StyleA_Item_ td {
	vertical-align: middle;
	background-color: #ffffff;
	border-bottom: 1px solid #d1c9b9;
}
div.StyleA_Frame_ table.StyleA_Item_ tr.item_hide_ {
	display: none;
}
div.StyleA_Frame_ table.StyleA_Item_ td.checkbox_ {
	width: 14px;
	padding: 10px;
}
div.StyleA_Frame_ table.StyleA_Item_ td.checkbox_ input {
	margin: 0;
}
div.StyleA_Frame_ table.StyleA_Item_ td.img_ {
	width: 58px;
	padding: 10px 0;
}
div.StyleA_Frame_ table.StyleA_Item_ td.img_ img {
	width: 58px;
	border: 1px solid #f0f0f0;
}
div.StyleA_Frame_ table.StyleA_Item_ td.name_ {
	padding: 10px;
	line-height: 1.23;
}
div.StyleA_Frame_ table.StyleA_Item_ td.name_ a {
	color: #000000;
}
div.StyleA_Frame_ table.StyleA_Item_ td.price_ {
	width: 90px;
	text-align: right;
	line-height: 1.23;
	padding: 10px 10px 10px 0;
}
div.StyleA_Frame_ table.StyleA_Item_ td.price_ span.tax_ {
	font-size: 10px;
}
/**/
div.StyleA_Frame_ .more_ {
	line-height: 1.38;
	text-align: center;
	padding: 13px 0 14px;
	background-image: url(../img/usr/sb/common/ico_arrow02.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
}
div.StyleA_Frame_ .more_.close_ {
	background-image: url(../img/usr/sb/common/ico_arrow03.png);
}
/* --------------------------------------------------------------------
	商品詳細；関連商品
-------------------------------------------------------------------- */
ul.goods_i_ {
	overflow: hidden;
}
ul.goods_i_ li {
	width: 50%;
	text-align: center;
}
ul.goods_i_ li a {
	display: block;
}
ul.goods_i_ li:nth-child(odd) {
	float: left;
}
ul.goods_i_ li:nth-child(even) {
	float: right;
}
ul.goods_i_ li .icon1_ {
	text-align: left;
}
ul.goods_i_ li .icon1_ img {
	height: 15px;
	margin: 0 2px 3px 0;
}
ul.goods_i_ li figure.img_ {
	text-align: center;
	width: 100%;
	display: table;
	table-layout: fixed;
}
ul.goods_i_ li figure.img_ span {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul.goods_i_ li figure.img_ img {
	max-height: 335px;
}
ul.goods_i_ li .desc_ {
	padding: 8px 0 0;
}
ul.goods_i_ li .icon2_ {
	margin-bottom: 5px;
}
ul.goods_i_ li .icon2_ img {
	height: 15px;
	margin: 0 1px 3px;
}
ul.goods_i_ li .price_ {
}
ul.goods_i_ li .price_ span.tax_ {
}
ul.goods_i_ li .price_ .usually_price_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_i_ li .price_ .usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_i_ li .price_ .special_price_ {
	font-size: 12px;
	line-height: 1.25;
}
ul.goods_i_ li .price_ .special_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.5;
}
/* --------------------------------------------------------------------
	レコメンドプラス
-------------------------------------------------------------------- */
ul.goods_j_ {
	overflow: hidden;
}
ul.goods_j_ li {
	width: 31%;
	float: left;
	text-align: center;
	margin: 0;
}
ul.goods_j_ li .desc_ {
	padding: 8px 0 0;
}
ul.goods_j_ li .price_ {
	font-size: 12px;
}
ul.goods_j_ li .price_ span.tax_ {
	font-size: 10px;
}
ul.goods_j_ li .price_ .usually_price_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_j_ li .price_ .usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.35;
}
ul.goods_j_ li .price_ .special_price_ {
	font-size: 12px;
	line-height: 1.25;
}
ul.goods_j_ li .price_ .special_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.5;
}
/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
dl.goodssearch_ {
	margin:0 10px;
	border:1px solid #e3e3e3;
	margin-bottom:10px;
	border-bottom: 0;
}
dl.goodssearch_ dt, dl.goodssearch_ dd {
	display: block;
	white-space: nowrap;
	border-bottom:1px solid #e3e3e3;
}
dl.goodssearch_ dt {
	padding:10px;
	background-color: #f9f8f6;
}
dl.goodssearch_ dd {
	padding:10px;
}
dl.goodssearch_ dd.goodssearch_price_ input {
	width: 9.0em;
}
dl.goodssearch_ dd.goodssearch_last_sdt_ input {
	width: 4.5em;
}
/**/

/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
#block_of_category {
}
.ham_accordion h2.ttl_category {
	padding: 20px 0px 17px 19px;
	font-size: 15px;
	line-height: 23px;
	color: #B99C44;
	font-weight: normal;
}
h2.ttl_category {
	padding: 25px 10px 27px;
	background-color: #f0eee8;
	border-top: 1px solid #cbc3b1;
	position: relative;
}
.ham_accordion h2.ttl_category:after {
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	top: 55%;
}
h2.ttl_category:after {
	content: "";
	background: url(../img/usr/sb/common/ico_minus.png) no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -12px;
}
h2.ttl_category img {
	height: 14px;
}
h2.ttl_category.loverary_category_ {
	padding-right: 61px;
}
h2.ttl_category.loverary_category_ img {
	height: auto;
}
.ham_accordion h2.ttl_category.close_:after {
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
	width: 19px;
	height: 19px;
	top: 55%;
}
h2.ttl_category.close_:after {
	content: "";
	background: url(../img/usr/sb/common/ico_plus.png) no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 24px;
	top: 50%;
	margin-top: -12px;
}


/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	padding: 0 10px 23px;
	background-color: #f0eee8;
	/*border-top: 1px solid #e5e5e5;*/
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	/*background: #F0F0F0;*/
}
nav.CategoryStyleG_ ul.layer1_ {
	border-top: 1px solid #f0eee8;
	/*background: #F0F0F0;*/
}
nav.CategoryStyleG_ ul.layer2_ {
	/*background: #F0F0F0;*/
}
nav.CategoryStyleG_ ul.layer3_ {
	/*background: #F0F0F0;*/
}
nav.CategoryStyleG_ ul {
	overflow:hidden;
}
nav.CategoryStyleG_ ul li {
	width:100%;
	border-bottom: 1px solid #f0eee8;
	word-break:break-all;
	position: relative;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul li.nochild_ a {
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: calc(100% - 23px) center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
	padding-right: 19px;
}
nav.CategoryStyleG_ ul.layer0_ > li {
	min-height: 55px;
	background-color: #FFF;
	position:relative;
}


nav.CategoryStyleG_ ul.layer1_ li,
nav.CategoryStyleG_ ul.layer2_ li,
nav.CategoryStyleG_ ul.layer3_ li {
	/*min-height:40px;*/
	border-top: 1px solid #cbc3b1;
	border-bottom:none;
	background-color: #faf9f5;
}
nav.CategoryStyleG_ ul.layer1_ > li:first-child {
	border-top: none;
}
.ham_accordion nav.CategoryStyleG_ ul li a,
.ham_accordion nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 12px 40px 12px 10px;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding: 20px 40px 20px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
.ham_accordion nav.CategoryStyleG_ ul li a,
.ham_accordion nav.CategoryStyleG_ ul li a.haveimg_,
.ham_accordion nav.CategoryStyleG_ ul li span.haveimg_ {
	padding: 19px 0px 19px 16px;
}
nav.CategoryStyleG_ ul li a.haveimg_,
nav.CategoryStyleG_ ul li span.haveimg_ {
	padding: 8px 55px 8px 13px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_.brand_ > ul > li:first-child a.haveimg_ {
	padding: 0;
}
nav.CategoryStyleG_ ul li a .name_{
	color: #000000;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.img_ {
	padding: 0 16px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.CategoryStyleG_ ul li p.img_ img {
}
nav.CategoryStyleG_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.CategoryStyleG_ ul.layer0_ li p.img_ {
	width: 55px;
	/* height: 43px; */
}
nav.CategoryStyleG_ ul.layer0_ li p.img_ img {
	width: 55px;
	/*height: 43px;*/
}
.ham_accordion nav.CategoryStyleG_ ul.layer0_ li p.name_ {
	font-size: 14px;
	line-height: 21px;
}
nav.CategoryStyleG_ ul.layer0_ li p.name_ {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
}
nav.CategoryStyleG_ ul.layer1_ li {
	background-color: #fff;
	border-top: 1px solid #f0eee8;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li a {
	padding-left: 26px;
}
nav.CategoryStyleG_ ul.layer1_ li a {
	padding-left: 21px;
	background-color: #faf9f5;
}
nav.CategoryStyleG_ ul.layer1_ li p.img_ {
	width: 35px;
	height: 35px;
}
nav.CategoryStyleG_ ul.layer1_ li p.img_ img {
	width: 35px;
	height: 35px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li p.img_ {
	width: 28px;
	height: 28px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li p.img_ img {
	width: 28px;
	height: 28px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_feiler_icon .name_,
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_loverary_icon .name_ {
	font-size: 10px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_feiler_icon p.img_,
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_feiler_icon p.img_ img {
	width: 48.75px;
	height: 26px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_loverary_icon p.img_,
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li.ham_loverary_icon p.img_ img {
	width: 76.24px;
	height: 18px;
}
.ham_accordion nav.CategoryStyleG_ ul.layer1_ li p.name_ {
	font-size: 13px;
	line-height: 20px;
}
nav.CategoryStyleG_ ul.layer1_ li p.name_ {
	font-size: 14px;
	font-weight: normal;
}
nav.CategoryStyleG_ ul.layer2_ li {
	background-color: #f5f4ef;
}
nav.CategoryStyleG_ ul.layer2_ li a {
	padding-left: 30px;
	background-color: #f5f4ef;
}
nav.CategoryStyleG_ ul.layer3_ li {
	background-color: #f0eee8;
}
nav.CategoryStyleG_ ul.layer3_ li a {
	padding-left: 40px;
}

.ham_accordion nav.CategoryStyleG_ ul li p.parent_ {
	-webkit-background-size: 19px 19px;
	background-size: 19px 19px;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 55px;
	height: 55px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top: 10px;
	right:0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
nav.CategoryStyleG_.brand_ ul.layer0_ li p.parent_ {
	right: -1px;
}
nav.CategoryStyleG_ ul li p.parent_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/ico_plus.png);
}
nav.CategoryStyleG_ ul.layer1_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer2_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer3_ li p.parent_{
}
nav.CategoryStyleG_ ul.layer0_ li .name_,
nav.CategoryStyleG_ ul.layer0_ li .comment_ {
	padding-left:0;
}
nav.CategoryStyleG_ ul.layer1_ li .name_,
nav.CategoryStyleG_ ul.layer1_ li .comment_ {
	/*padding-left: 20px;*/
}
nav.CategoryStyleG_ ul.layer2_ li .name_,
nav.CategoryStyleG_ ul.layer2_ li .comment_ {
	/*padding-left: 40px;*/
}
nav.CategoryStyleG_ ul.layer3_ li .name_,
nav.CategoryStyleG_ ul.layer3_ li.comment_ {
	/*padding-left: 60px;*/
}
div.CategoryStyleL_ div.name_ {
	margin: 0;
	padding: 5px 10px;
	border-top: 1px solid #eae5e3;
	border-left: 1px solid #eae5e3;
	border-right: 1px solid #eae5e3;
	background: #ffffff url(../img/usr/sb/menu_arrow2.png)  50% right no-repeat;
}
div.CategoryStyleL_ div.name_ {
	border-bottom: 1px solid #eae5e3;
	margin-bottom: 2px;
}
div.CategoryStyleL_ div.comment_ {
	padding: 2px 2px 4px 10px;
}

/* 170828 LOVERARY修正 */
nav.CategoryStyleG_.brand_ {
	padding: 0 0 3px;
}
nav.CategoryStyleG_.brand_ ul.layer1_ {
	padding-bottom: 25px;
}
nav.CategoryStyleG_.brand_ ul.layer0_ li p.img_ {
	display: block;
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	text-align: center;
}
nav.CategoryStyleG_.brand_ ul.layer0_ li p.img_ img {
	width: 144px;
	height: 58px;
	padding: 0 55px 0 0;
}
nav.CategoryStyleG_.loverary_ ul.layer0_ li p.img_ img {
	width: 144px;
	height: 34px;
	padding: 12.5px 55px 12.5px 0;
}
nav.CategoryStyleG_.euphoria_ ul.layer0_ li p.img_ img {
	width: 79px;
	height: 50px;
	padding: 6px 55px 3px 0;
}
/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
/* ジャンル一覧 */
nav.GenreStyle_ {
	border-top: 1px solid #cbc3b1;
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	/*background: #F0F0F0;*/
	background-color: #f0eee8;
}
nav.GenreStyle_ ul.layer1_ {
	/*background: #F0F0F0;*/
}
nav.GenreStyle_ ul.layer2_ {
	/*background: #F0F0F0;*/
}
nav.GenreStyle_ ul.layer3_ {
	/*background: #F0F0F0;*/
}
nav.GenreStyle_ ul {
	overflow:hidden;
}
nav.GenreStyle_ ul li {
	width:100%;
	border-bottom: 1px solid #cbc3b1;
	word-break:break-all;
}
.ham_accordion nav.GenreStyle_ ul li {
	border-bottom: unset;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul li.nochild_ a {
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: calc(100% - 31px) center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
	padding-right: 19px;
}
nav.GenreStyle_ ul.layer0_ > li {
	min-height: 55px;
	position:relative;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	/*min-height:40px;*/
	border-top: 1px solid #cbc3b1;
	border-bottom:none;
	background-color: #FFF;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding: 22px 55px 23px 19px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a.haveimg_,
nav.GenreStyle_ ul li span.haveimg_ {
	padding: 25px 55px 25px 19px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a .name_{
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	font-size: 12px;
	text-decoration: none;
}
nav.GenreStyle_ ul li p.img_ {
	height: 14px;
	padding: 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
	line-height: 1.0;
}
nav.GenreStyle_ ul li p.img_ img {
	height: 14px;
}
nav.GenreStyle_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 55px;
	height: 55px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top: 4px;
	right: 10px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
nav.GenreStyle_ ul li p.parent_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background-image: url(../img/usr/sb/common/ico_plus.png);
}
nav.GenreStyle_ ul.layer1_ li p.parent_{
}
nav.GenreStyle_ ul.layer2_ li p.parent_{
}
nav.GenreStyle_ ul.layer3_ li p.parent_{
}
nav.GenreStyle_ ul.layer0_ li .name_,
nav.GenreStyle_ ul.layer0_ li .comment_ {
	/*padding-left:0;*/
}
nav.GenreStyle_ ul.layer0_ li .name_ {
	color: #b99c44;
	font-size: 18px;
	line-height: 1.0;
}
nav.GenreStyle_ ul.layer1_ li a {
	padding: 18px 50px 18px 24px;
}
nav.GenreStyle_ ul.layer1_ li .name_,
nav.GenreStyle_ ul.layer1_ li .comment_ {
	/*padding-left: 20px;*/
}
nav.GenreStyle_ ul.layer1_ li .name_ {
	color: #000000;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
nav.GenreStyle_ ul.layer2_ li .name_,
nav.GenreStyle_ ul.layer2_ li .comment_ {
	/*padding-left: 40px;*/
}
nav.GenreStyle_ ul.layer3_ li .name_,
nav.GenreStyle_ ul.layer3_ li.comment_ {
	/*padding-left: 60px;*/
}
/* 価格帯 */
nav.GenreStyle_ .price_acc_ ul.layer1_ > li {
	background: none;
	border-top: none;
}
nav.GenreStyle_ ul li .filter_price_ {
	padding: 15px;
	margin: 0 10px 25px;
	background-color: #fff;
}
nav.GenreStyle_ ul li .filter_price_ .price_input_ {
	padding-top: 0;
}
/* カラーから選ぶ */
nav.GenreStyle_ ul li.color_acc_ li {
	width: auto;
	padding: 0 10px 25px 10px;
	background-color: #f0eee8;
	border-top: 0;
}
nav.GenreStyle_ ul li.color_acc_ ul.color_box_ {
	padding: 22px 3.5% 7px 7.5%;
	overflow: hidden;
	background-color: #ffffff;
}
nav.GenreStyle_ ul li.color_acc_ ul.color_box_ li {
	float: left;
	width: calc((100% / 6) - 4%);
	min-height: auto;
	margin: 0 4% 15px 0;
	padding: 0;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	box-sizing: border-box;
}
nav.GenreStyle_ ul li.color_acc_ ul.color_box_ li.active_ {
	margin-bottom: 16px;
	border: 2px solid #a88313;
}
nav.GenreStyle_ ul li.color_acc_ ul.color_box_ li a {
	padding: 0;
	background: none;
}
nav.GenreStyle_ ul li.color_acc_ ul.color_box_ li img {
	width: 100%;
}

/* 商品詳細画面下部ブランドバナーリンク */
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.feiler_ a,
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.clearlabel_ a {
	padding: 3px 0;
}
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.feiler_ a img,
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.clearlabel_ a img {
	width: 144px;
	height: 58px;
}
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.loverary_ a {
	padding: 16px 0;
}
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_.loverary_ a img {
	width: 144px;
	height: 34px;
}
div.banner_flame_ div.nav_bnrlink_ ul li.inlink_+li.inlink_ {
	margin-top: 10px;
}

/* SPハンバーガーメニュー内 */
#sitemenu nav.GenreStyle_ > ul > li.nochild_ a {
	background-position: calc(100% - 31px) center;
	padding-right: 19px;
}
#sitemenu nav.GenreStyle_ > ul > li > a {
	padding-bottom: 21px;
}
#sitemenu nav.GenreStyle_ ul li.color_acc_ ul.color_box_ {
	padding: 22px 3.5% 7px 7.5%;
}
#sitemenu nav.GenreStyle_ ul li.color_acc_ ul.color_box_ li {
	width: 16%;
	margin: 0 4% 15px 0;
	box-sizing: border-box;
}
#sitemenu nav.GenreStyle_ ul.layer0_ > li.price_acc_ {
	margin-bottom: 20px;
}
#sitemenu nav.GenreStyle_ ul.layer1_ > li {
	background: none;
	border: none;
}
#sitemenu nav.GenreStyle_ ul li .filter_price_ {
	margin: 0 10px 25px;
	background-color: #fff;
}

/* --------------------------------------------------------------------
	絞り込み項目
-------------------------------------------------------------------- */
/* 絞り込み項目一覧 */
nav.FilterStyle_ {
	border-top: 5px solid #6396E2;
	border-bottom: 5px solid #6396E2;
}
nav.FilterStyle_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.FilterStyle_ ul li {
	border-top: 1px solid #CCC;
	width: 100%;
	word-break:break-all;
}
nav.FilterStyle_ ul.layer0_ li {
	background-color: #FFF;
}
nav.FilterStyle_ ul li p.parent_,
nav.FilterStyle_ ul li span {
	vertical-align: top;
	display: table-cell;
}
nav.FilterStyle_ ul li span {
	padding: 10px 10px 10px 0;
	text-decoration: none;
}
nav.FilterStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
}
nav.FilterStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.FilterStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
nav.FilterStyle_ ul.layer0_ li span.nochild_ {
	padding-left: 40px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ {
	padding-left: 70px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label img {
	vertical-align: middle;
}

/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	padding: 10px 10px 7px;
	border-top: 1px solid #aaaaaa;
	clear: both;
}
div.event_ h2.event_title_ a {
	display: block;
	color: #000000;
	padding-bottom: 5px;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}

/* --------------------------------------------------------------------
	履歴
-------------------------------------------------------------------- */
#block_of_history {
	margin: 60px 0;
	overflow: hidden;
	position: relative;
}
#block_of_history .goods_ {
}
.ttl_history_ {
	margin: 0 0 20px;
	text-align: center;
	width: 100%;
	height: 45px;
	background-image: url(../img/usr/sb/common/title_itemhistory_2209.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 375px auto;
	background-size: 375px auto;
	clear: both;
	text-indent: -9999px;
}
#block_of_history .bx-controls-direction a.bx-prev,
#block_of_history .bx-controls-direction a.bx-next {
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 55%;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 30px;
	background-size: 20px 30px;
}
#block_of_history .bx-controls-direction a.bx-prev {
	left: 10px;
	background-image: url(../img/usr/sb/top/ico_prev.png);
}
#block_of_history .bx-controls-direction a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/top/ico_next.png);
}
#block_of_history .listmore_ {
	margin-top: 33px;
}
/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
div.userreview_wrap_ {
	padding: 40px 0 35px;
	background-color: #f4f2ee;
}
h2.common_headline2_.userreview_ {
	border: 0;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 28px;
	background-image: url(../img/usr/sb/detail/title_review.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 355px 14px;
	background-size: 355px 14px;
	text-indent: -9999px;
}
/* レビュー情報 */
h2#ttl_userreview {
}
div.review_info_ {
	padding: 0 10px 20px;
}
div.review_count_summary_ {
	overflow: hidden;
	margin-bottom: 10px;
}
div.review_count_summary_ dl {
	display: table;
}
div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
	display: table-cell;
	vertical-align: middle;
}
div.review_count_summary_ dl dd img {
	height: 14px;
	vertical-align: top;
}
div.review_count_summary_ dl.review_score_ {
	float: left;
}
div.review_count_summary_ dl.review_score_ dt {
	padding-right: 5px;
}
div.review_count_summary_ dl.review_score_ dd {
}
div.review_count_summary_ dl.review_count_ {
	float: right;
	overflow: hidden;
}
div.review_count_summary_ dl.review_count_ dt {
}
div.review_count_summary_ dl.review_count_ dd {
}
div.review_desc_ {
}
div.review_desc_ p {
	font-size: 12px;
	margin-bottom: 7px;
}
div.review_desc_ .btn_review_,
div.review_info_ .btn_review_ {
	width: 56%;
	margin: 0 auto;
	border: 1px solid #ba9f5c;
}
div.review_desc_ .btn_review_ a,
div.review_info_ .btn_review_ a {
	display: block;
	color: #a88313;
	text-align: center;
	padding: 10px 0;
}
.review_pagenav_ {
	padding: 17px 0 16px;
	text-align: center;
	border-top: 1px solid #cbc3b1;
	border-bottom: 1px solid #cbc3b1;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_,
div#page_changer_top .pager_now_ {
	display: inline-block;
	width: 23px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	letter-spacing: 0;
}
div#page_changer_top .pager_ref_ {
}
div#page_changer_top .pager_ref_ a {
	display: block;
	color: #000000;
}
div#page_changer_top .pager_now_ {
	color: #a88313;
}
/**/
/* レビュー記事 */
#userreview_frame {
	margin: 0 10px;
}
.review_line_ {
	padding: 21px 0 20px;
	border-top:1px solid #d6d6d6;
}
.review_line_title_ {
	color: #8c7558;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.57;
	margin-bottom: 8px;
}
.review_line_body_ {
}

div.review_line_summary_ {
}

div.review_line_summary_ dl dt
, div.review_line_summary_ dl dd {
	display: inline;
}
div.review_line_summary_ dl.review_line_name_ {
	overflow: hidden;
	margin-bottom: 5px;
}
div.review_line_summary_ dl.review_line_name_ dt {
	float: left;
	font-weight:normal;
	line-height: 1.69;
	width: 54%;
}
div.review_line_summary_ dl.review_line_name_ dd {
	float: right;
	line-height: 1.69;
	width: 45%;
	text-align: right;
}
div.review_line_summary_ .review_line_score_ {
	line-height: 9px;
	margin-bottom: 10px;
}
div.review_line_summary_ .review_line_score_ img {
	height: 9px;
}
.review_line_comment_ {
	line-height: 1.69;
	margin-bottom: 10px;
}
.review_line_ .moderate_vote_ {
	font-size: 11px;
	padding: 5px 5px 4px;
	background-color: #f9f8f6;
}
.review_line_ .mode_lay_ {
	position:absolute;
	display:none;
	z-index:1;
	padding: 0;
	background-color:#ffffff;
	border:solid 1px #ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_top_ {
	text-align: right;
	padding: 10px;
	background-color:#ffcc33;
}
.review_line_ .mode_lay_ .mode_select_line_ {
	padding: 10px 20px;
	border-top:solid 1px #ffcc33;
}

.review_line_ .moderate_info1_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ {
	margin-top: 5px;
}
.review_line_ .moderate_info2_ span {
	text-decoration:underline!important;
}
.review_line_ .moderate_other_ {
	display:none;
}
.review_line_ .moderate_other_ dl dt
, .review_line_ .moderate_other_ dl dd {
	display: inline;
}
.review_line_ .moderate_other_ dl{
	padding-left: 10px;
}
.review_line_ .moderate_other_ dl dd {
	padding-left: 4px;
}


#review_form {
	width: 56%;
	margin: 35px auto 0;
	border: 1px solid #ba9f5c;
}
#review_form a {
	text-decoration:none;
}
#review_form input {
	border: 0;
	background: none;
	margin: 0;
	display: block;
	color: #a88313;
	text-align: center;
	padding: 10px 0;
}
/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
	margin: 0 10px;
}
div.review_ div.review_header_,
div.review_ div.review_middle_,
div.review_ div.review_footer_,
div.review_ div.review_complete_ {
	margin: 0 10px 10px;
}
dl.review_list_ {
	border:1px solid #e3e3e3;
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt, dl.review_list_ dd {
	display: block;
	white-space: nowrap;
	border-bottom: 1px solid #e3e3e3;
}
dl.review_list_ dt {
	padding: 10px;
	background-color: #f9f8f6;
}
dl.review_list_ dd {
	padding: 10px;
}
div.review_ input[type=text]
, div.review_ textarea {
	display: block;
}
dl.review_list_ li .count_msg_ {
}

/**/

/* 確認画面 */
div.confirm_layer_frame_ {
	margin-top: 5px;
}
div.review_confirm_ {
	background-color: #ffffff;
	display: none;
}
/**/

/* --------------------------------------------------------------------
	クイックオーダー
-------------------------------------------------------------------- */

div.quickorder_ {
}
div.quickorder_ div.add_order_block_ {
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	background: #F0F0F0;
}
div.quickorder_ div.add_order_block_ span {
	display: inline-block;
	padding: 5px 20px;
	cursor: pointer;
	-moz-text-shadow: 0 -1px 1px #CCC;
	-webkit-text-shadow: 0 -1px 1px #CCC;
	text-shadow: 0 -1px 1px #CCC;
	background: #DFDFDF -moz-linear-gradient(top,#FFFFFF,#DFDFDF);
	background: #DFDFDF -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#DFDFDF));
	background: #DFDFDF linear-gradient(top,#FFFFFF,#DFDFDF);
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: #333 0 1px 1px -1px;
	-webkit-box-shadow: #333 0 1px 1px -1px;
	box-shadow: #333 0 1px 1px -1px;
}
div.quickorder_ ul.quickorder_list_ {
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ {
	margin-bottom: 10px;
	padding-right: 45px;
	position: relative;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="text"],
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input[type="number"] {
	padding: 5px 0;
	text-indent: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.code_ {
	text-align: left;
	width: 96%;
}
div.quickorder_ ul.quickorder_list_ li div.code_qty_ input.qty_ {
	padding-right: 5px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 35px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ {
	display: table;
	width: 100%;
}


div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure {
	padding: 10px;
	display: table-cell;
	vertical-align: top;
	width: 100px;
	background: #F0F0F0;
	display: none;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure img {
	max-width: 100px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ figure figcaption.price_box_ small {
	display: block;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ {
	padding: 0 0 0 10px;
	display: table-cell;
	vertical-align: top;
}

div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ {
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name1_ {
	color: #00377F;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ {
	font-size: 12px;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.stock_ dd {
	padding-left: 3em;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ {
	margin-bottom: 10px;
	font-size: 12px;
	color: #C00;
	font-weight: bold;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dt {
	float: left;
}
div.quickorder_ ul.quickorder_list_ li div.quickorder_item_ div.desc_ dl.amt_ dd {
	padding-left: 3em;
}


div.quickorder_ .onProcess_ {
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
div.quickorder_ .selected {
	color: #00dd00;
	background-color: #FFF;
}
div.quickorder_ span.unit_ {
	margin: 5px;
}
#suggestArea {
	background-color: white;
	border: 1px solid black;
	display: none;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	top: 50px;
	left: 5px;
	color: black;
}
.itemNotFound {
	text-align: center;
	color: #777777;
	padding: 0 5px;
	height: 18px;
	line-height: 18px;
}
.itemLine {
	padding: 0px 5px 0px 5px;
	height: 20px;
	line-height: 20px;
	list-style:none;
	white-space:nowrap;
}
.itemLine .itemCode {
	float: left;
	font-weight: bold;
	margin-right: 5px;
}
.itemLine .itemName {
}
.delButton {
}
.quickorder_qty_bg_ {
	background-color: #e6e6e6;
}
/* --------------------------------------------------------------------
	アンケート
-------------------------------------------------------------------- */
div.questionnaire_ {
}
div.questionnaire_ dl.formdetail_ dd {
	padding: 10px;
}
div.questionnaire_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ .inputset_wrap_ {
	margin: 0 8px 0 0;
	min-height: 35px;
	padding: 5px 0 0 25px;
	display: inline-block;
	position: relative;
}
div.questionnaire_ .inputset_wrap_ input {
	position: absolute;
	top: 3px;
	left: 0;
}
div.questionnaire_ .inputset_wrap_ input[type="radio"] {
	top: -5px;
}
div.questionnaire_ .inputset_wrap_ input[type="radio"] + label {
	padding-left: 8px;
}
div.questionnaire_ h3 {
	font-weight: bold;
}
.questionnaire_input_ textarea {
	width: 95%;
}
div.questionnaire_ div.typeCust input.zip_ {
	width: 140px;
}
div.questionnaire_ input[type="checkbox"] {
	width: 20px;
	height: 20px;
}
div.questionnaire_ input[type="checkbox"] + label {
	display: inline-block;
	margin-bottom: 10px;
}
/* タップ後のデザイン */
div.questionnaire_ input[type="checkbox"]:checked:before {
	position: absolute;
	left: 0;
	top: 14px;
	display: block;
	-webkit-box-shadow: 0 1px 1px ;
	box-shadow: 0 1px 1px ;
	content: "";
	width: 8px;
	height: 2px;
	background: #000;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: right center;
}
div.questionnaire_ input[type="checkbox"]:checked:after {
	display: block;
	position: absolute;
	left: 6px;
	top: 15px;
	content: "";
	-webkit-box-shadow: 0 1px 1px ;
	box-shadow: 0 1px 1px ;
	width: 18px;
	height: 1px;
	background: #000;
	-webkit-transform: rotate(-53deg);
	-webkit-transform-origin: left center;
}
/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th
, table.coupon_ td {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
	text-align:left;
}
table.coupon_ th {
	background-color: #f9f8f6;
	vertical-align: middle;
	width: 35%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	マイページ　店舗クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
div.coupon_table_ a{
	text-decoration: none;
}
table.storecoupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	margin: 0 0 10px;
}
table.storecoupon_ td {
	padding: 1px 5px;
	text-align:left;
	color:#000;
}
table.storecoupon_ td.bonus {
	text-align:right;
	color:#FF0000;
	font-size: 400%;
}
table.storecoupon_ td.bonus2 {
	color:#FF0000;
	font-size: 180%;
}
table.storecoupon_ td.dt {
	text-align:right;
}
/* --------------------------------------------------------------------
	マイページ　カード情報確認
-------------------------------------------------------------------- */
div.cardedit_info_ input.card_num_ {
	width: 150px;
}
div.cardedit_info_ {
	margin: 0 10px;
}
div.cardedit_info_ dl.cardlist_ {
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	マイページ　アドレス帳の新規登録・変更
-------------------------------------------------------------------- */
dl.custdest_ input.zip_ {
	width: 140px;
}
/* --------------------------------------------------------------------
	関連商品
--------------------------------------------------------------------- */
div.title_block_ {
	padding: 5px 5px 5px 8px;
	margin-top: 5px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius:8px;
}
div.point_table_ {
	margin: 0 10px;
}
table.point_ {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-bottom: none;
	margin: 10px 0;
}
table.point_ th, table.point_ td {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
	text-align:left;
	font-weight: normal;
}
table.point_ th {
	background-color: #f9f8f6;
	vertical-align: middle;
	width: 35%;
}

/* --------------------------------------------------------------------
	利用可能なクーポン一覧
--------------------------------------------------------------------- */
.coupon_area_ .label_ {
	display: inline-block;
}
.coupon_area_ .input_ {
	display: inline-block;
}
.coupon_area_ .input_ input[name="coupon"] {
	width: 44%;
}
a.open_available_coupon {
	color: #fff !important;
	background: none repeat scroll 0 0 #666666 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
	    border-radius: 5px;
}

#available_coupon {
	padding-bottom: 20px;
	margin: 0 auto;
	background: #fff;
}
table.available_coupon_ {
	width: 95%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 auto 5px;
}
table.available_coupon_ th ,
table.available_coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	word-break: break-all;
}
table.available_coupon_ th {
	background-color: #F8F8F8;
	vertical-align: middle;
	width: 40%;
	font-weight: normal;
}
table.available_coupon_ freespace_ {
	word-break: break-all;
}

.select_coupon_area_ {
	text-align: center;
	margin: 0 auto 10px;
}
.select_coupon_ {
	width: 95%;
}

#available_coupon .navipage_ a[href=''] {
	display: none;
}

#available_coupon .close_button_ {
	text-align: right;
}

#available_coupon .close_button_ img {
	width: 45px;
	height: 45px;
	color: #000;
}

/* --------------------------------------------------------------------
	注文画面　モーダル風ウィンドウ
-------------------------------------------------------------------- */
.order_modal_ {
	display: none;
	width: 94%;
	margin: 2% 2% 2% 4%;
	border: 2px solid #fff;
	position: fixed;
	background-color: #ffffff;
	bottom: -568px;
	box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-webkit-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-moz-box-shadow: rgba(107, 107, 107, 0.65098) 0px 0px 6px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1000;
}
.order_modal_inner {
	width: 100%;
	padding: 5% 6%;
	border: 2px solid #a88313;
	background-color: #ffffff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*.order_modal_inner:before {
    content: ' ';
	display: block;
	background:  url(../img/sys/icon_order_modal_info.png) no-repeat;
	background-size: 39px 40px;
	width: 39px;
	height: 40px;
    position: absolute;
    top: -16px;
    left: -16px;
    z-index: 1;
}*/
.order_modal_ h3 {
	font-size: 16px;
	font-weight: bold;
	width: 90%;
	margin-bottom: 3%;
}
.order_modal_ p {
	margin-bottom: 5%;
	font-size: 13px;
}
.order_modal_ .close {
	background: #ffffff url(../img/sys/button/order_modal_close_sb.png) no-repeat;
	background-size: 30px;
	position: absolute;
	display: block;
	top: 4%;
	right: 2%;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
.order_modal_btn {
	text-align:center;
}
.order_modal_btn li{
	/*margin-bottom: 3%;*/
	display: block;
	/*padding-bottom: 6px;*/
}
.order_modal_btn li input {
	padding: 0;
}
/* --------------------------------------------------------------------
	トップページ；柄から選ぶ
-------------------------------------------------------------------- */
#top_pattern {
	padding: 2px 0;
	margin-top: 60px;
	border-top: 1px solid #efece4;
	border-bottom: 1px solid #efece4;
	position: relative;
}
#top_pattern #top_line {
	padding: 33px 10px 34px;
	border-top: 1px solid #dfd9ca;
	border-bottom: 1px solid #dfd9ca;
}
#top_pattern h2 {
	margin-bottom: 24px;
}
#top_pattern h2 img {
	height: 37px;
}
#top_pattern #top_pattern_body {
	overflow: hidden;
}
#top_pattern .top_pattern_item_ {
	float: left;
}
#top_pattern .top_pattern_item_ ul {
	display: flex;
	flex-wrap: wrap;
}
#top_pattern .top_pattern_item_ ul li {
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 7px;
}
#top_pattern .top_pattern_item_ ul li:nth-of-type(3n+1) {
	margin-left: 0;
}
#top_pattern .top_pattern_item_ img {
	border-radius: 10px;
}
#top_pattern .top_pattern_item_ span {
	color: #000;
	display: block;
	text-align: center;
	padding: 4px 0;
	font-size: min(12px, 2.8vw);
}
#top_pattern.loverary_ .top_pattern_item_ span {
	min-height: 28px;
}
#top_pattern .bx-pager {
	text-align: center;
	letter-spacing: -4px;
	height: 8px;
}
#top_pattern .bx-pager .bx-pager-item {
	width: 8px;
	height: 8px;
	display: inline-block;
	letter-spacing: 0;
	margin: 0 2px;
}
#top_pattern .bx-pager .bx-pager-item a {
	display: block;
	width: 6px;
	height: 6px;
	border: 1px solid #a88313;
	border-radius: 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	text-indent: -9999px;
}
#top_pattern .bx-pager .bx-pager-item a.active {
	background-color: #a88313;
}
#top_pattern #top_pattern_inner {
	position: relative;
}
#top_pattern .bx-controls-direction a.bx-prev,
#top_pattern .bx-controls-direction a.bx-next {
	display: block;
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 30px;
	background-size: 20px 30px;
}
#top_pattern .bx-controls-direction a.bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/top/ico_prev.png);
}
#top_pattern .bx-controls-direction a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/top/ico_next.png);
}
#top_pattern .listmore_ {
	margin-top: 20px;
}

/* --------------------------------------------------------------------
	トップページ；ギフト
-------------------------------------------------------------------- */
#topgift {
	margin: 20px 10px 0;
	border-top: 1px solid #cbc3b1;
}
#topgift .topgift_item_ {
}
#topgift .topgift_item_ .topgift_ttl_ {
	display: table;
	width: 100%;
	border-bottom: 1px solid #cbc3b1;
	background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#topgift .topgift_item_ .topgift_ttl_.open_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
#topgift .topgift_item_ .topgift_ttl_ .img_,
#topgift .topgift_item_ .topgift_ttl_ .ttl_ {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
#topgift .topgift_item_ .topgift_ttl_ .img_ {
	width: 28%;
}
#topgift .topgift_item_ .topgift_ttl_ .ttl_ {
	font-size: 16px;
	line-height: 1.0;
	padding-left: 22px;
}

#topgift .topgift_txt_ {
	display: none;
}
#topgift .topgift_txt_ ul {
}
#topgift .topgift_txt_ ul li {
	border-bottom: 1px solid #cbc3b1;
	background-color: #faf9f5;
}
#topgift .topgift_txt_ ul li a {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 1.14;
	padding: 16px 30px 17px 20px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
#topgift .topgift_txt_ .filter_price_ {
	padding: 15px;
	border-bottom: 1px solid #cbc3b1;
	background-color: #faf9f5;
}
/* --------------------------------------------------------------------
	ジャンルページ；ギフト
-------------------------------------------------------------------- */
.event_gift_freespace_sb_ #topgift {
	margin: 20px 10px 20px;
	border-top: 1px solid #cbc3b1;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ {
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 1px solid #cbc3b1;
	background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_.topgift_ttl_yaji_ {
	background-image : url(../img/usr/sb/common/ico_arrow01.png);
	background-size : 12px;
	background-position: 96% center;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_.open_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ .img_,
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ .ttl_ {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ .img_ {
	width : 20%;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:first-child .topgift_ttl_ .img_{
	padding: 10px 0 10px 20.9px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(2) .topgift_ttl_ .img_{
	padding: 5px 0 5px 15px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(3) .topgift_ttl_ .img_{
	padding: 10px 0 10px 21px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(4) .topgift_ttl_ .img_{
	padding: 10px 0 10px 16.9px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(5) .topgift_ttl_ .img_{
	padding: 10px 0 10px 18.5px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ .img_ img {
	height : 31px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(2) .topgift_ttl_ .img_ img {
	height : 41px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:first-child .topgift_ttl_ .ttl_ {
	margin-left: -20.9px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(2) .topgift_ttl_ .ttl_ {
	margin-left: -15px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(3) .topgift_ttl_ .ttl_ {
	margin-left: -21px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(4) .topgift_ttl_ .ttl_ {
	margin-left: -16.9px;
}
.event_gift_freespace_sb_ #topgift .topgift_item_:nth-child(5) .topgift_ttl_ .ttl_ {
	margin-left: -18.5px;
	color: #000;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ .topgift_ttl_ .ttl_ {
	font-size: 16px;
	line-height: 1.0;
}

.event_gift_freespace_sb_ #topgift .topgift_txt_ {
	display: none;
}
.event_gift_freespace_sb_ #topgift .topgift_txt_ ul li {
	border-bottom: 1px solid #cbc3b1;
	background-color: #faf9f5;
}
.event_gift_freespace_sb_ #topgift .topgift_txt_ ul li a {
	display: block;
	color: #000000;
	font-size: 14px;
	line-height: 1.14;
	padding: 16px 30px 17px 20px;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}
.event_gift_freespace_sb_ #topgift .topgift_txt_ .filter_price_ {
	padding: 15px;
	border-bottom: 1px solid #cbc3b1;
	background-color: #faf9f5;
}
.event_gift_freespace_sb_ #topgift .topgift_item_ a:link {
	color : #000;
}

/* --------------------------------------------------------------------
	more
-------------------------------------------------------------------- */
div.listmore_ {
	width: 70%;
	border: 1px solid #ba9f5c;
	text-align: center;
	margin: 0 auto;
}
div.listmore_ a {
	display: block;
	background-image: url(../img/usr/sb/common/ico_arrow01.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	-webkit-background-size: 8px 14px;
	background-size: 8px 14px;
}


/* --------------------------------------------------------------------
	価格スライダー
-------------------------------------------------------------------- */
div.filter_price_ {
}
div.filter_price_ .noUi-horizontal .noUi-handle {
	width: 15px;
	height: 15px;
	background-color: #b68400;
	box-shadow: none;
	border: 0;
	border-radius: 30px;
    -webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	left: -7px;
	top: -5px;
}
div.filter_price_ .noUi-horizontal .noUi-handle:before,
div.filter_price_ .noUi-horizontal .noUi-handle:after {
	border: 0;
	background: none;
}
div.filter_price_ .noUi-connect {
	background: #cbc3b1;
	box-shadow: none;
	border: 0;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 5px;
}
div.filter_price_ .noUi-background {
	background: #f4f2ee;
	border: 0;
	box-shadow: none;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 5px;
}
div.filter_price_ .noUi-target {
	background: #f4f2ee;
	border: 0;
	box-shadow: none;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 5px;
	margin-bottom: 15px;
}
div.filter_price_ .price_input_ {
	padding: 15px 0;
}
div.filter_price_ .price_input_ input {
	width: 16%;
	margin: 0 0 0 15px;
}
/* --------------------------------------------------------------------
	トップイベントタイトル
-------------------------------------------------------------------- */
.top_event_title_img_ {
	text-align: center;
	padding: 60px 0 15px;
}
.top_event_title_img_:first-child {
	padding-top: 0;
}

#topranking {
	position: relative;
}
#topranking span.update_ {
	position: absolute;
	right: 10px;
	bottom: 13px;
	font-size: 12px;
	font-weight: normal;
}
/* --------------------------------------------------------------------
	トップイベントタブ
-------------------------------------------------------------------- */
div.event_tab_line_ {
	overflow: hidden;
}
div.event_tab_line_ .event_tab_ {
	float: left;
	padding-top: 20px;
}
div.event_title_wrap_ {
	position: relative;
}
div.event_title_wrap_ .bx-controls .bx-prev,
div.event_title_wrap_ .bx-controls .bx-next {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	text-indent: -9999px;
}
div.event_title_wrap_ .bx-controls .bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/top/ico_event_prev.png);
}
div.event_title_wrap_ .bx-controls .bx-next {
	right: 0;
	background-image: url(../img/usr/sb/top/ico_event_next.png);
}
/* --------------------------------------------------------------------
	商品詳細タブ
-------------------------------------------------------------------- */
div.free_tab_ {
}
div.free_tab_ ul {
	width: 100%;
	border-top: 1px solid #cbc3b1;
	overflow: hidden;
}
div.free_tab_  ul li {
	float: left;
	width: 33%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.36;
	text-align: center;
	padding: 15px 0 16px;
	border-right: 1px solid #f0eee8;
	background-color: #cbc3b1;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.free_tab_  ul li:last-child {
	border-right: 0;
}
div.free_tab_  ul li.select_ {
	width: 34%;
	color: #a88313;
	background-color: #f0eee8;
}
div.tab_warap_ {
	padding: 10px;
	background-color: #f0eee8
}
div.tab_warap_ .tab_sec_ {
	display: none;
	font-size: 13px;
	line-height: 1.69;
	padding: 13px 20px 16px;
	background-color: #ffffff;
}
div.tab_warap_ .tab_sec_.active_ {
	display: block;
}
div.tab_warap_ .goodsspec_table_ table {
	/*   margin-bottom: 8px; */
}
div.tab_warap_ .goodsspec_table_ table th,
div.tab_warap_ .goodsspec_table_ table td {
	font-size: 13px;
	line-height: 1.69;
	text-align: left;
}
div.tab_warap_ .goodsspec_table_ table th {
	width: 20%;
	font-weight: normal;
}
div.tab_warap_ .goodsspec_table_ table td {
	width: 80%;
}
/* --------------------------------------------------------------------
	商品詳細 まとめて購入
-------------------------------------------------------------------- */
div.together_purchase_ {
	padding: 17px 10px 20px;
	background-color: #f5f3ee;
}
div.together_purchase_ .together_comment_ {
	padding: 0 10px 15px;
}
div.together_purchase_ .together_comment_ h3 {
	line-height: 1.38;
	margin-bottom: 8px;
}
div.together_purchase_ .together_comment_ p {
	color: #777777;
	font-size: 12px;
	line-height: 1.33;
}
/* --------------------------------------------------------------------
	商品詳細 関連商品
-------------------------------------------------------------------- */
div.accessory_list_ {
}
div.accessory_list_ h2 {
	text-align: center;
	margin: 55px 0 36px;
	background-image: url(../img/usr/sb/common/accessory_title.png);
	background-position: left center;
	background-repeat: repeat-x;
	-webkit-background-size: auto 6px;
	background-size: auto 6px;
}
div.accessory_list_ h2 span {
	display: inline-block;
	font-size: 18px;
	line-height: 1.30;
	padding: 0 32px;
	background-color: #ffffff;
}
div.accessory_list_ .goods_ {
	position: relative;
	overflow: hidden;
}
div.accessory_list_ .bx-controls a.bx-prev,
div.accessory_list_ .bx-controls a.bx-next {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 30px;
	background-size: 20px 30px;
}
div.accessory_list_ .bx-controls a.bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/top/ico_prev.png);
}
div.accessory_list_ .bx-controls a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/top/ico_next.png);
}
/* --------------------------------------------------------------------
	商品詳細 レコメンドプラス
-------------------------------------------------------------------- */
div.recommend_plus_ {
	padding: 20px 0 37px;
}
div.recommend_plus_ h2 {
	font-size: 14px;
	line-height: 1.357;
	padding: 13px 10px 15px;
	border-top: 1px solid #cbc3b1;
	margin-top: 38px;
}
div.recommend_plus_ .goods_ {
	position: relative;
	/*overflow: hidden;*/
}
div.recommend_plus_ .bx-controls a.bx-prev,
div.recommend_plus_ .bx-controls a.bx-next {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 40%;
	text-indent: -9999px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 30px;
	background-size: 20px 30px;
}
div.recommend_plus_ .bx-controls a.bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/top/ico_prev.png);
}
div.recommend_plus_ .bx-controls a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/top/ico_next.png);
}
/* --------------------------------------------------------------------
	商品詳細 店舗在庫ライトボックス
-------------------------------------------------------------------- */
html.openstop_,
body.openstop_ {
	outline: medium none;
	overflow: hidden;
}
#shopstock_wrap {
	display: none;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
}
#shopstock_wrap .top_close_ {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/usr/sb/detail/btn_close1.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	text-indent: -9999px;
}
#shopstock_wrap .shopstock_inner_ {
	padding: 17px 10px;
}
#shopstock_wrap h2 {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.357;
	margin-bottom: 18px;
}
#shopstock_wrap .shopstock_head_ {
	overflow: hidden;
	margin-bottom: 16px;
}
#shopstock_wrap .shopstock_head_ .shopstock_img_ {
	float: left;
	width: 30%;
	text-align: center;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ {
	float: right;
	width: 66%;
	overflow: hidden;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .icon_ {
	float: left;
	margin: 0 0 5px;
	width: 58%;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .icon_ img {
	height: 15px;
	margin: 0 2px 2px 0;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .cord_ {
	float: right;
	color: #777777;
	font-size: 10px;
	line-height: 1.5;
	margin-bottom: 7px;
	width: 40%;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .name_ {
	clear: both;
	color: #8c7558;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 6px;
	margin: 0 0 6px;
	border-bottom: 1px solid #cbc3b1;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ {
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #cbc3b1;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ .goods_usually_price_ {
	color: #999999;
	font-size: 10px;
	line-height: 1.4;
	text-decoration: line-through;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ .goods_usually_price_ span.tax_ {
	font-size: 10px;
	line-height: 1.4;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ .goods_sale_price_ {
	color: #e52400;
	font-size: 16px;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ .goods_sale_price_ span.tax_ {
	font-size: 10px;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ .price_ .price_pop_ {
	display: block;
	font-size: 10px;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ table.shopstock_spec_ {
	width: 100%;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ table.shopstock_spec_ th,
#shopstock_wrap .shopstock_head_ .shopstock_desc_ table.shopstock_spec_ td {
	font-weight: normal;
	line-height: 1.38;
	text-align: left;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ table.shopstock_spec_ th {
	width: 33%;
}
#shopstock_wrap .shopstock_head_ .shopstock_desc_ table.shopstock_spec_ td {
}

#shopstock_wrap .shopstock_body_ {
	overflow-y: scroll;
	height: 300px;
}
#shopstock_wrap .shopstock_body_ p.shopstock_comment_ {
	color: #e52400;
	font-size: 12px;
	line-height: 1.33;
}
#shopstock_wrap .shopstock_body_ .shopstock_list_ {
	border-bottom: 1px solid #cbc3b1;
	margin-top: 27px;
}
#shopstock_wrap .shopstock_body_ .shopstock_list_ h3 {
	font-size: 16px;
	padding: 17px 50px 19px 20px;
	border-top: 1px solid #cbc3b1;
	background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	-webkit-background-size: 25px 25px;
	background-size: 25px 25px;
}
#shopstock_wrap .shopstock_body_ .shopstock_list_ h3.open_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
#shopstock_wrap .shopstock_body_ .stocklist_wrap_ {
	display: none;
	padding: 10px 0 1px 0;
	background-color: #faf9f5;
	border-top: 1px solid #cbc3b1;
}
#shopstock_wrap .shopstock_body_ .stocklist_wrap_ > .stocklist_line_ {
	margin-bottom: 14px;
}
#shopstock_wrap .shopstock_body_ .stocklist_wrap_ h4 {
	font-size: 14px;
	padding: 16px 35px 17px 20px;
	border-top: 1px solid #cbc3b1;
	background-image: url(../img/usr/sb/common/ico_arrow02.png);
	background-position: 97% center;
	background-repeat: no-repeat;
	-webkit-background-size: 14px 8px;
	background-size: 14px 8px;
}
#shopstock_wrap .shopstock_body_ .stocklist_wrap_ h4.open_ {
	background-image: url(../img/usr/sb/common/ico_arrow03.png);
}
#shopstock_wrap .shopstock_body_ .stocklist_wrap_ h4:first-child {
	padding-top: 6px;
	border-top: 0;
}
#shopstock_wrap .shopstock_body_ .stocklist_box_ {
	display: none;
	padding: 0 0 15px;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ {
	padding: 18px 15px 23px;
	margin: 0 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #cbc3b1;
	overflow: hidden;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_name_ {
	width: 76%;
	float: left;
	font-size: 14px;
	line-height: 1.142;
	margin-bottom: 10px;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_detail_ {
	width: 24%;
	float: right;
	font-size: 14px;
	line-height: 1.142;
	margin-bottom: 10px;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_detail_.in_stock_ {
	color: #e52400;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_detail_.out_stock_ {
	color: #aaaaaa;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ dl {
	overflow: hidden;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ dl dt,
#shopstock_wrap .shopstock_body_ .stocklist_line_ dl dd {
	float: left;
	font-size: 14px;
	line-height: 1.57;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ dl dt {
	width: 28%;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ dl dd {
	width: 72%;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_address_ {
	clear: both;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_tel_ {
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_time_ {
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_map_ {
	width: 23%;
	height: 35px;
	margin: 0 auto;
	text-align: center;
	margin-top: 10px;
	background-color: #cbc3b1;
}
#shopstock_wrap .shopstock_body_ .stocklist_line_ .stocklist_map_ a {
	display: block;
	height: 35px;
	background-image: url(../img/usr/sb/detail/btn_map.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 68px 35px;
	background-size: 68px 35px;
	text-indent: -9999px;
}

#shopstock_wrap .btn_close_ {
	width: 100%;
	height: 45px;
	text-align: center;
	/*margin-top: 28px;*/
	position: absolute;
	bottom: 10px;
	left: 0px;
	background-image: url(../img/usr/sb/detail/btn_close2.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 70px 15px;
	background-size: 70px 15px;
	text-indent: -9999px;
}
/* --------------------------------------------------------------------
	ジャンル；柄一覧
-------------------------------------------------------------------- */
div.Genre_Tstyle_ {
	margin-top: 37px;
	padding-top: 12px;
	border-top: 1px solid #cbc3b1;
}
div.Genre_Tstyle_Line_ {
	margin: 0 10px;
	overflow: hidden;
}
div.Genre_Tstyle_Item_ {
	float: left;
	width: 31%;
	margin-bottom: 10px;
	position: relative;
}
div.Genre_Tstyle_Item_.rightmg_ {
	margin-right: 10px;
}
div.Genre_Tstyle_Item_ a,
div.Genre_Tstyle_Item_ span {
	display: block;
}
div.Genre_Tstyle_Item_ span.img_ {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
div.Genre_Tstyle_Item_ span.desc_ {
	width: 100%;
	background-color: rgba(252,252,252,0.8);
	position: absolute;
	left: 0;
	bottom: 0;
}
div.Genre_Tstyle_Item_ span.desc_ .name_ {
	color: #a88313;
	font-size: 12px;
	text-align: center;
	padding: 8px 7px 7px;
}
div.Genre_Tstyle_Item_ span.desc_ .comment_ {
	display: none;
}
/* 大きい画像 */
div.Genre_Tstyle_Item_.large_img_ {
	width: 65%;
}
div.Genre_Tstyle_Line_.even_ {
	position: relative;
}
div.Genre_Tstyle_Line_.even_ .Genre_Tstyle_Item_.large_img_ {
	position: absolute;
	right: 0;
	top: 0;
}
/* --------------------------------------------------------------------
	フリースペース：ランキングスライダー
-------------------------------------------------------------------- */
div.event_freeslide_ {
}
div.event_freeslide_ h2.event_title_ {
	font-size: 16px;
	padding: 13px 10px 12px;
	border-top: 1px solid #cbc3b1;
}
div.event_freeslide_ .freeslide_body_ {
	position: relative;
}
div.event_freeslide_ .freeslide_body_ ul {
	overflow: hidden;
}
div.event_freeslide_ .freeslide_body_ ul li {
	float: left;
	text-align: center;
}
div.event_freeslide_ .freeslide_body_ ul li span.rank_ {
	color: #999999;
	font-size: 17px;
	text-align: center;
	margin-bottom: 6px;
}
div.event_freeslide_ .freeslide_body_ ul li.rank1_ span.rank_ {
	color: #a88313;
}
div.event_freeslide_ .freeslide_body_ ul li span.name_ {
	color: #000;
	display: block;
	font-size: min(12px, 2.8vw);
	padding: 4px 0;
	text-align: center;
}
div.event_freeslide_ .freeslide_body_ ul li img {
	border-radius: 10px;
}
div.event_freeslide_ .freeslide_body_ .bx-controls a.bx-prev,
div.event_freeslide_ .freeslide_body_ .bx-controls a.bx-next {
	display: block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	text-indent: -9999px;
}
div.event_freeslide_ .freeslide_body_ .bx-controls a.bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/common/ico_prev.png);
}
div.event_freeslide_ .freeslide_body_ .bx-controls a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/common/ico_next.png);
}

/* --------------------------------------------------------------------
	詳細検索
-------------------------------------------------------------------- */
div.btn_filter_clear_ {
	margin-bottom: 12px;
}
div.btn_filter_clear_ .filter_detail_ {
	border-top: 1px solid #aaaaaa;
	padding: 15px 0 0 10px;
}
div.btn_filter_clear_ .filter_detail_ ul {
	overflow: hidden;
}
div.btn_filter_clear_ .filter_detail_ ul li {
	float: left;
	background-color: #e3e3e3;
	margin: 0 15px 15px 0;
	border-radius: 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
div.btn_filter_clear_ .filter_detail_ ul li a {
    display: block;
    color: #000000;
    text-align: center;
    padding: 8px 20px 6px 16px;
    background-image: url(../img/usr/sb/common/btn_delete.png);
    /*background-position: 97% center;*/
    background-position: bottom 10px right 7px;
    background-repeat: no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 10px 10px;
}
div.btn_filter_clear_ .all_clear_ {
	text-align: right;
	margin: 0 10px 0 0;
}
div.btn_filter_clear_ .all_clear_ a {
	color: #000000;
	font-size: 14px;
	padding-right: 24px;
	background-image: url(../img/usr/sb/common/btn_delete.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 12px 12px;
	background-size: 12px 12px;
}
/* --------------------------------------------------------------------
	LOVERARY
-------------------------------------------------------------------- */
h2.top_event_title_img_.loverary_top_ {
	padding-top: 15px;
}
div.listmore_.loverary_btn_ {
	border-color: #e50065;
}
div.listmore_.loverary_btn_ a {
	background-image: url(../img/usr/sb/loverary/ico_arrow01.png);
}

/* --------------------------------------------------------------------
	入荷案内申し込み商品
-------------------------------------------------------------------- */
div.customer_ {
}
div.customer_ ul.backorder_frame_ {
	margin: 10px 0;
	border-top: 1px solid #e3e3e3;
}
div.customer_ ul.backorder_frame_ li {
	overflow: hidden;
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}
div.customer_ ul.backorder_frame_ li .img_ {
	float: left;
	width: 30%;
}
div.customer_ ul.backorder_frame_ li .desc_ {
	float: right;
	width: 68%;
}
div.customer_ ul.backorder_frame_ li .desc_ .del_ {
	padding-top: 10px;
}

/* --------------------------------------------------------------------
	メールニュース
-------------------------------------------------------------------- */
div.mail_ h2.common_headline2_ {
	margin: 0 10px 20px;
}








/* --------------------------------------------------------------------
	フリーページ　共通
--------------------------------------------------------------------- */
div.freeguide_ {
	margin: 0 10px;
}
div.freeguide_ .section_ {
	margin-bottom: 50px;
}
div.freeguide_ h1 + h2 {
	margin-top: 20px;
}
div.freeguide_ .section_ h3 {
    color: #8c7558;
    font-size: 14px;
	font-weight: bold;
    line-height: 1.57;
    margin: 20px 0 15px;
}
div.freeguide_ .section_ h3:first-child {
	margin-top: 0;
}
div.freeguide_ .section_ h4 {
	font-size: 13px;
	font-weight: bold;
    line-height: 1.57;
    margin: 15px 0;
}
div.freeguide_ .section_ h4:first-child {
	margin-top: 0;
}
div.freeguide_ .section_ p {
	margin-top: 15px;
	line-height: 1.69;
}
div.freeguide_ .section_ p:first-child {
	margin-top: 0;
}
div.freeguide_ .section_ p.link_ a {
	padding-left: 10px;
	background-image: url(../img/usr/common/ico_arrow01.png);
	background-position: left 4px;
	background-repeat: no-repeat;
	text-decoration: underline;
}
div.freeguide_ .section_ p.link_ a:hover {
	text-decoration: none;
}
div.freeguide_ .section_ ul.list_ {
	margin-top: 15px;
}
div.freeguide_ .section_ ul.list_ li {
	text-indent: -1em;
    padding-left: 1em;
	line-height: 1.69;
}
div.freeguide_ .section_ ul.list_ ul.list_ {
	margin: 10px 0 15px;
}
div.freeguide_ .section_ .red_ {
	color: #e52400;
}
div.freeguide_ .section_ table.guide_table_ {
	width: 100%;
	margin-top: 15px;
	border: 1px solid #e3e3e3;
	border-bottom: 0;
}
div.freeguide_ .section_ table.guide_table_:first-child {
	margin-top: 0;
}
div.freeguide_ .section_ table.guide_table_ th,
div.freeguide_ .section_ table.guide_table_ td {
	display: list-item;
	list-style: none;
	padding: 10px 5px;
}
div.freeguide_ .section_ table.guide_table_ th {
    background-color: #f9f8f6;
}
div.freeguide_ .section_ table.guide_table_ td {
	border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
div.freeguide_ .section_ .btn_ {
	border: 1px solid #ba9f5c;
	margin-top: 10px;
}
div.freeguide_ .section_ .btn_ a {
	display: block;
	color: #ba9f5c;
	text-align: center;
	padding: 10px 10px 8px;
}
/* --------------------------------------------------------------------
	フリーページ　ご利用ガイド
--------------------------------------------------------------------- */
#user_guide {
}
#user_guide h5 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.57;
	margin: 15px 0 5px 0;
}
#user_guide.freeguide_ .pagetop_ {
	display: none;
}
#user_guide.freeguide_ h2.common_headline2_ {
	padding: 10px 0 0;
	margin-bottom: 0;
	background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
}
#user_guide.freeguide_ h2.common_headline2_.open_ {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
#user_guide.freeguide_ .section_ {
    margin-bottom: 15px;
}
#user_guide.freeguide_ .section_inner_ {
	display: none;
	padding: 15px 0;
}
#user_guide #guide_nav {
	display: none;
}
#user_guide .orderguide_line_ {
	width: 100%;
	margin-bottom: 50px;
}
#user_guide #sec01 .orderguide_line_,
#user_guide #sec02 .orderguide_line_ {
	margin-bottom: 0;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}
#user_guide #orderguide01.orderguide_line_,
#user_guide #orderguide06.orderguide_line_ {
	padding-top: 0;
}
#user_guide #orderguide05.orderguide_line_,
#user_guide #orderguide19.orderguide_line_ {
	border-bottom: none;
	padding-bottom: 0;
}
#user_guide .orderguide_line_ .orderguide_img_,
#user_guide .orderguide_line_ .orderguide_txt_ {
}
#user_guide .orderguide_line_ .orderguide_img_ {
	text-align: center;
	margin: 0 auto 10px;
	max-width: 219px;
}
#user_guide .orderguide_line_ .orderguide_img_ img {
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}
#user_guide .orderguide_line_ .orderguide_txt_ {
}
#user_guide .orderguide_line_ .orderguide_txt_ p {
	line-height: 1.846;
	margin-top: 20px;
	text-indent: -34px;
    padding-left: 34px;
}
#user_guide .orderguide_line_ .orderguide_txt_ p:first-child {
	margin-top: 0;
}
#user_guide .orderguide_line_ .orderguide_txt_ p.nono_ {
	text-indent: 0;
    padding-left: 7px;
}
#user_guide .orderguide_line_ .orderguide_txt_ p span.no_ {
	color: #ffffff;
	width: 20px;
	height: 16px;
	line-height: 1.23;
	text-align: center;
	text-indent: 0;
    padding-left: 0;
	display: inline-block;
	margin: 0 7px;
	padding: 2px 0 0;
	background-color: #e52400;
}
#user_guide .orderguide_line_ .orderguide_txt_ p span.subno_ {
	color: #ffffff;
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-indent: 0;
    padding-left: 0;
	display: inline-block;
	margin: 0 7px;
	padding: 2px 0 0;
	background-color: #1c4c96;
}
#user_guide .guideline_ {
	table-layout: fixed;
	margin-bottom: 30px;
}
#user_guide .guideline_ .guide_img_,
#user_guide .guideline_ .guide_txt_ {
}
#user_guide .guideline_ .guide_img_ {
	margin-bottom: 10px;
	text-align: center;
}
#user_guide .guideline_.img_gift02_ .guide_img_ img,
#user_guide .guideline_.img_gift03_ .guide_img_ img {
	width: 150px;
}
#user_guide .guideline_ .guide_txt_ {
}
#user_guide .section_ .img_card_ {
	margin-top: 10px;
}
#user_guide .section_ .img_card_ img {
	height: 30px;
}
#user_guide table.receipt_ {
	margin: 10px 0 0;
	border: 1px solid #e3e3e3;
}
#user_guide table.receipt_ th,
#user_guide table.receipt_ td {
	border: 1px solid #e3e3e3;
	padding: 10px 5px;
}
#user_guide table.receipt_ thead th {
	background-color: #f9f8f6;
}
#user_guide table.receipt_ tbody th {
	background: none;
	font-weight: normal;
	width: 120px;
	text-align: left;
}
#user_guide table.receipt_ tbody td {
}
#user_guide table.guide_table_ th {
}
/* --------------------------------------------------------------------
	フリーページ　ご利用ガイドJALアイコン追加
--------------------------------------------------------------------- */
#sec03 .section_inner_ .jalcard_ {
	border: 1px solid #a88313;
    padding: 10px;
    height: 40px;
}
#sec03 .section_inner_ .jalcard_ .jalcard_img_ {
	float: left;
	margin-right: 10px;
}
#sec03 .section_inner_ .jalcard_ .jalcard_img_ img {
	    height: 40px;
}
/* --------------------------------------------------------------------
	フリーページ　たまひよ
--------------------------------------------------------------------- */
#tamahiyo {
	padding-bottom: 50px;
}
#tamahiyo #tamahiyo_head {
	text-align: center;
	margin-bottom: 25px;
}
#tamahiyo #tamahiyo_head h1 {
	background-color: #f5f5f5;
}
#tamahiyo #tamahiyo_head .btn_ {
	width: 88%;
	margin: 0 auto;
}
#tamahiyo #tamahiyo_head .btn_ a {
}
#tamahiyo #tamahiyo_head .btn_.nolink_ {
	margin-bottom: 10px;
}
#tamahiyo #tamahiyo_main {
	padding: 0 8px 35px;
	margin-bottom: 30px;
	text-align: center;
	background-image: url(../img/usr/freepage/tamahiyo/sb/bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	border-bottom: 1px solid #e3e3e3;
}

#tamahiyo #tamahiyo_flame {
	padding: 2px;
	background-color: #f5f3ee;
	margin-bottom: 35px;
}
#tamahiyo #tamahiyo_flame .tamahiyo_flame_inner_ {
	padding: 13px 15px;
	border: 1px solid #dfd9ca;
}
#tamahiyo #tamahiyo_flame h2 {
	text-align: center;
	margin-bottom: 15px;
	border-top: 1px solid #dfd9ca;
	border-bottom: 1px solid #dfd9ca;
	position: relative;
}
#tamahiyo #tamahiyo_flame h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5%;
	width: 100%;
	height: 85%;
	border-top: 1px solid #eae6dc;
	border-bottom: 1px solid #eae6dc;
}
#tamahiyo #tamahiyo_flame .sec_ {
	margin-bottom: 15px;
	padding: 23px 22px 25px;
	background-color: #ffffff;
	background-image: url(../img/usr/freepage/tamahiyo/sb/flame_lefttop.png), url(../img/usr/freepage/tamahiyo/sb/flame_righttop.png), url(../img/usr/freepage/tamahiyo/sb/flame_rightbtm.png), url(../img/usr/freepage/tamahiyo/sb/flame_leftbtm.png), url(../img/usr/freepage/tamahiyo/sb/flame_top.png), url(../img/usr/freepage/tamahiyo/sb/flame_right.png), url(../img/usr/freepage/tamahiyo/sb/flame_btm.png), url(../img/usr/freepage/tamahiyo/sb/flame_left.png);
	background-position: left top, right top, right bottom, left bottom, left top, right top, left bottom, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
	-webkit-background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
	background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
}
#tamahiyo #tamahiyo_flame .sec_ a {
	display: block;
}
#tamahiyo #tamahiyo_flame .sec_ .item_title_ {
	margin-bottom: 15px;
}
#tamahiyo #tamahiyo_flame .sec_ .img_ {
	margin-bottom: 17px;
}
#tamahiyo #tamahiyo_flame .sec_ .name_ {
	color: #e85098;
	font-size: 12px;
	line-height: 1.75;
	margin-bottom: 2px;
}
#tamahiyo #tamahiyo_flame .sec_ .price_ {
	font-size: 12px;
	line-height: 1.75;
}
#tamahiyo #tamahiyo_main .btn_coupon_ {
	width: 92%;
	margin: 0 auto;
}
#tamahiyo #tamahiyo_flame #sec01 .title_ {
	margin-bottom: 18px;
}
#tamahiyo #tamahiyo_flame #sec01 .img_ {
	float: left;
	width: 50%;
	text-align: center;
}
#tamahiyo #tamahiyo_flame #sec02 .title_ {
	margin-bottom: 15px;
}
#tamahiyo #tamahiyo_flame #sec03 .title_ {
	margin-bottom: 18px;
}
#tamahiyo .note_ {
	margin: 0 22px 35px;
	padding: 0 0 33px;
	border-bottom: 1px solid #e3e3e3;
}
#tamahiyo .note_ h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.75;
	margin-bottom: 8px;
}
#tamahiyo .note_ ul li {
	font-size: 14px;
	line-height: 1.75;
}
#tamahiyo .howto_btn_ {
	width: 88%;
	margin: 0 auto;
}

/* --------------------------------------------------------------------
	フリーページ　LOVERARY
--------------------------------------------------------------------- */
#loverary {
	padding: 20px 10px 50px;
}
#loverary h1 {
	text-align: center;
	margin: 0 0 16px;
}
#loverary h1 img {
	width: 216px;
}
#loverary p.title_ {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	margin: 0 0 26px;
}
#loverary #loverary_shoplist {
	border-top: 1px dotted #c3c3c3;
}
#loverary #loverary_shoplist .loverary_shop_ {
	border-bottom: 1px dotted #c3c3c3;
	padding: 26px 0 27px;
	overflow: hidden;
}
#loverary #loverary_shoplist .loverary_shop_ .icon_new_ img {
	height: 15px;
	margin-bottom: 6px;
}
#loverary #loverary_shoplist .loverary_shop_ h2 {
	color: #e50065;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}
#loverary #loverary_shoplist .loverary_shop_ h2 small{
	font-size: 15px;
	letter-spacing: -0.1em;
}
#loverary #loverary_shoplist .loverary_shop_ dl {
	display: table;
	width: 100%;
}
#loverary #loverary_shoplist .loverary_shop_ dl dt,
#loverary #loverary_shoplist .loverary_shop_ dl dd {
	display: table-cell;
	font-size: 12px;
	line-height: 1.66;
}
#loverary #loverary_shoplist .loverary_shop_ dl dt {
	width: 55px;
}
#loverary #loverary_shoplist .loverary_shop_ dl dd {
	text-indent: -1em;
    padding-left: 1em;
}
#loverary #loverary_shoplist .loverary_shop_ dl dd span.tel_link_ {
	font-size: 12px;
	line-height: 1.66;
}
#loverary #loverary_shoplist .loverary_shop_ dl dd a {
	color: #000000;
}
#loverary #loverary_shoplist .loverary_shop_ .logo_,
#loverary #loverary_shoplist .loverary_shop_ .line_add_friends_{
	padding-top: 10px;
}
#loverary #loverary_shoplist .loverary_shop_ .logo_ img {
	border: 1px solid #e50065;
	max-width: none;
	height: 57px;
}
#loverary #loverary_shoplist .loverary_shop_ .line_add_friends_ img {
	max-width: none;
	height: 40px;
}
/* PC SP　出し分け */
#loverary .pc_{
	display: none;
}
/* --------------------------------------------------------------------
	フリーページ　PARTNER BRANDS
--------------------------------------------------------------------- */
#terms_use {
	margin: 30px 3% 50px;
	background-image: url(../img/usr/freepage/terms/sb/flame_lefttop.png), url(../img/usr/freepage/terms/sb/flame_righttop.png), url(../img/usr/freepage/terms/sb/flame_rightbtm.png), url(../img/usr/freepage/terms/sb/flame_leftbtm.png), url(../img/usr/freepage/terms/sb/flame_top.png), url(../img/usr/freepage/terms/sb/flame_right.png), url(../img/usr/freepage/terms/sb/flame_btm.png), url(../img/usr/freepage/terms/sb/flame_left.png);
	background-position: left top, right top, right bottom, left bottom, left top, right top, left bottom, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
	-webkit-background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
	background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
}
#terms_use .flame_inner_ {
}
#terms_use .flame_box_ {
	padding: 15px 20px;
}
#terms_use h1 {
	margin-bottom: 15px;
}
#terms_use p.lead_ {
	font-size: 14px;
	line-height: 1.57;
	margin-bottom: 30px;
}
#terms_use .sec_ {
	margin-bottom: 25px;
}
#terms_use .sec_ h2 {
	color: #8c7558;
	font-size: 14px;
	line-height: 1.57;
	margin-bottom: 4px;
}
#terms_use .sec_ .item_line_ {
	display: block;
	width: 100%;
}
#terms_use .sec_ .item_line_ .logo_ {
	letter-spacing: -4px;
}
#terms_use .sec_ .item_line_ .logo_ span {
	display: inline-block;
	border: 1px solid #ba9f5c;
	margin: 0 5px;
	letter-spacing: 0;
}
#terms_use .sec_ .item_line_ .logo_ span img {
	height: 50px;
}
#terms_use .sec_ .item_line_ .logo_ span:first-child {
	margin-left: 0;
}
#terms_use .sec_ .item_line_ .desc_ {
	padding-top: 10px;
}
#terms_use .sec_ .item_line_ .desc_ a {
	color: #333333;
	text-decoration: underline;
}
#terms_use .sec_ .item_line_ .desc_ a:hover {
	text-decoration: none;
}
/* --------------------------------------------------------------------
	フリーページ　リニューアルキャンペーン
--------------------------------------------------------------------- */
#renewal_camp {
	padding-bottom: 50px;
	background-image: url(../img/usr/freepage/renewal/sb/bg.png);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	border-top: 2px solid #ffffff;
}
#renewal_camp h1 {
	text-align: center;
}
#renewal_camp .main_ {
	width: 95%;
	margin: 0 auto;
	text-align: center;
}
#renewal_camp #renewal_point {
	width: 94%;
	margin: 0 auto 30px;
	padding: 2px;
	background-color: #fcf9f2;
}
#renewal_camp #renewal_point .point_inner_ {
	padding: 0 13px 2px;
	border: 1px solid #dfd9ca;
}
#renewal_camp #renewal_point .point_inner_ h2 {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #dfd9ca;
	position: relative;
}
#renewal_camp #renewal_point .point_inner_ h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 1px solid #ede9de;
}
#renewal_camp #renewal_point .point_box_ {
	padding-bottom: 18px;
}
#renewal_camp #renewal_point h3 {
	text-align: center;
}
#renewal_camp #renewal_point .img_ {
	text-align: center;
	margin-bottom: 5px;
}
#renewal_camp #renewal_point .txt_ {
	padding: 0 10px;
}
#renewal_camp #renewal_point .txt_ p {
	font-size: 14px;
	line-height: 1.5;
}
#renewal_camp p.note_ {
	font-size: 12px;
	line-height: 1.75;
	width: 88%;
	margin: 0 auto 30px;
}
#renewal_camp .btn_go_ {
	width: 88%;
	margin: 0 auto;
}
/* --------------------------------------------------------------------
	フリーページ　WWU
--------------------------------------------------------------------- */
#wwu_collection {
	max-width: 640px;
	margin: 0 auto;
	padding-bottom: 50px;
}
#wwu_collection .page_head_ {
	width: 100%;
	margin-bottom: 6px;
}
#wwu_collection .page_head_ h1 {
	text-align: center;
	margin: 0 auto;
}
#wwu_collection p.lead_ {
	font-size: 15px;
	line-height: 1.66;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 20px 44px;
}
#wwu_collection .sec_ {
	margin: 0 10px 30px;
}
#wwu_collection .sec_ h2 {
	text-align: center;
	margin-bottom: 12px;
}
#wwu_collection .sec_ h2 img {
	width: 37%;
}
#wwu_collection .sec_ p {
	font-size: 14px;
	line-height: 1.875;
	text-align: center;
	margin: 0 15px 13px;
}
#wwu_collection .sec_ ul {
	overflow: hidden;
}
#wwu_collection .sec_ ul li {
	text-align: center;
}
#wwu_collection .sec_ ul li a {
	display: block;
}

#wwu_collection .img_ {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
#wwu_collection .all_item_ {
	text-align: center;
	margin: 0 22px;
}
/* --------------------------------------------------------------------
	フリーページ　母の日ギフト2017
--------------------------------------------------------------------- */
#mothersday2017 {
	max-width: 640px;
	margin: 0 auto;
}
#mothersday2017 .top_item_ {
	position: relative;
}
#mothersday2017 .top_item_ h1 {
	width: 53%;
	position: absolute;
	left: 50%;
	top: 3%;
	margin-left: -25%;
	z-index: 100;
}
#mothersday2017 .top_item_ ul {
}
#mothersday2017 .top_item_ ul li {
	text-align: center;
	position: relative;
	margin-bottom: 32px;
}
#mothersday2017 .top_item_ ul li span.price_ {
	display: block;
	font-size: 12px;
	line-height: 1.25;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#mothersday2017 p.laed_ {
	font-size: 15px;
	line-height: 1.66;
	margin: 0 18px 31px;
	text-align: center;
}
#mothersday2017 .main_ {
	margin: 0 10px 35px;
	padding: 1px;
	background-color: #ffefef;
}
#mothersday2017 .main_ .main_inner_ {
	padding-bottom: 13px;
	border: 1px solid #e5cdcd;
}
#mothersday2017 .main_ h2 {
	text-align: center;
}
#mothersday2017 .main_ .flame_wrap_ {
	background-color: #ffffff;
	margin: 0 13px;
	padding: 10px;
	background-image: url(../img/usr/freepage/mothersday2017/sb/flame_lefttop.png), url(../img/usr/freepage/mothersday2017/sb/flame_righttop.png), url(../img/usr/freepage/mothersday2017/sb/flame_rightbtm.png), url(../img/usr/freepage/mothersday2017/sb/flame_leftbtm.png), url(../img/usr/freepage/mothersday2017/sb/flame_top.png), url(../img/usr/freepage/mothersday2017/sb/flame_right.png), url(../img/usr/freepage/mothersday2017/sb/flame_btm.png), url(../img/usr/freepage/mothersday2017/sb/flame_left.png);
	background-position: left top, right top, right bottom, left bottom, left top, right top, left bottom, left top;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-y, repeat-x, repeat-y;
	-webkit-background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
	background-size: 5px 5px, 5px 5px, 5px 5px, 5px 5px, 4px 5px, 5px 4px, 4px 5px, 5px 4px;
}

#mothersday2017 .main_ .flame_wrap_ .size_ {
	font-size: 12px;
	line-height: 1.25;
	text-align: center;
	margin: 10px 0 35px;
}
#mothersday2017 .main_ .flame_wrap_ .txt_ {
	font-size: 15px;
	line-height: 1.33;
	text-align: center;
	padding: 8px 13px 7px;
	margin: 0 auto 8px;
	width: 89%;
}
#mothersday2017 .main_ .flame_wrap_ li {
	text-align: center;
}
#mothersday2017 .main_ .flame_wrap_ p.comment_ {
	display: inline-block;
	font-size: 12px;
	line-height: 1.25;
	margin: 14px 0 4px;
	background-image: url(../img/usr/freepage/mothersday2017/sb/ico_quo01.png), url(../img/usr/freepage/mothersday2017/sb/ico_quo02.png);
	background-position: left top, right bottom;
	background-repeat: no-repeat, no-repeat;
	-webkit-background-size: 15px 11px, 15px 11px;
	background-size: 15px 11px, 15px 11px;
}
#mothersday2017 .main_ .flame_wrap_ p.comment_.comment01_ {
	padding: 4px 10px 5px 20px;
}
#mothersday2017 .main_ .flame_wrap_ p.comment_.comment02_ {
	padding: 4px 0 5px 20px;
}
#mothersday2017 .main_ .flame_wrap_ p.comment_.comment03_ {
	padding: 4px 20px 5px 20px;
}
#mothersday2017 .main_ .flame_wrap_ p.comment_.comment04_ {
	padding: 4px 0 5px 20px;
}

#mothersday2017 .main_ .plus_ {
	text-align: center;
	margin: 13px 0;
}
#mothersday2017 .main_ .plus_ img {
	width: 30px;
}
#mothersday2017 ul.item_list_ {
	margin: 0 22px;
	overflow: hidden;
}
#mothersday2017 ul.item_list_ li {
	text-align: center;
	margin-bottom: 50px;
}
#mothersday2017 ul.item_list_ li a {
	display: block;
}
#mothersday2017 ul.item_list_ li span {
	display: block;
}
#mothersday2017 ul.item_list_ li span.price_ {
	font-size: 12px;
	line-height: 1.25;
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------
	フリーページ　フェイラーとは
--------------------------------------------------------------------- */
#about_feiler {
	padding-bottom: 70px;
}
#about_feiler ul {
	overflow: hidden;
}
#about_feiler ul li {
	float: left;
	width: 50%;
	text-align: center;
}
/* --------------------------------------------------------------------
	柄一覧タイトル
--------------------------------------------------------------------- */
div.genrename_wrap_ {
	width: 90%;
	margin: 0 auto 19px;
}
div.genrename_wrap_ h2 {
	color: #8c7558;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.35;
	text-align: center;
}
div.genrename_wrap_ .genre_img_ {
	width: 53%;
	margin: 12px auto 0;
}
div.genrename_wrap_ p {
	line-height: 1.53;
	text-align: justify;
	margin-top: 20px;
}

/* --------------------------------------------------------------------
	柄一覧ページ
--------------------------------------------------------------------- */
#pattern_tab_wrapper_ {
	margin: 0 10px 20px;
}

/* tab */
#pattern_tab_ {
	display: flex;
	width: 100%;
	margin: 20px auto;
}
#pattern_tab_ li {
	float: none;
	margin: 0;
	color: #333;
	width: 25%;
	font-size: min(12px, 2.8vw);
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 12px 0 10px;
	border-bottom: 1px solid #a88313;
	box-sizing: border-box;
	cursor: pointer;
}
#pattern_tab_ li.active_ {
	color: #a88313;
	border: 1px solid #a88313;
	border-bottom: none;
}
#pattern_tab_wrapper_ #pt_contents_wrapper_ {
	position: relative;
	overflow: hidden;
}
#pattern_tab_wrapper_ .pt_contents_ {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
}
#pattern_tab_wrapper_ .pt_contents_.active_ {
	position: relative;
	opacity: 1;
	z-index: 1;
}

/* タイトル */
.pattern_item_section_+.pattern_item_section_ {
	margin-top: 20px;
}
.pattern_item_section_ .pattern_page_title_ {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.05em;
}
.event_title_.pattern_page_title_ {
	font-weight: normal;
	text-align: center;
	padding: 20px 0 15px !important;
}
#pt_contents_wrapper_ .event_title_.pattern_page_title_ {
	padding-top: 0 !important;
}
.pattern_item_section_ .sort_nav_ {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pattern_item_section_ .sort_nav_ li+li:before {
	content: "|";
}
.pattern_item_section_ .sort_nav_ a {
	color: #000;
	font-size: 12px;
	padding: 0 6px;
}
.pattern_item_section_ .sort_nav_ a.nolink_ {
	color: #aaa;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.pattern_item_section_ .pattern_item_ {
	margin-top: 15px;
}

/* 柄リスト */
.pt_contents_ .pattern_item_ {
	display: flex;
	flex-wrap: wrap;
}
.pt_contents_ .pattern_item_ li {
	width: 31%;
	margin-left: 3.5%;
	margin-bottom: 7px;
}
.pt_contents_ .pattern_item_ li:nth-of-type(3n+1) {
	margin-left: 0;
}
.pt_contents_ .pattern_item_ li img {
	border-radius: 10px;
}
.pt_contents_ .pattern_item_ li a span {
	color: #000;
	display: block;
	text-align: center;
	padding: 4px 0;
	font-size: min(12px, 2.8vw);
}

/* --------------------------------------------------------------------
	トピック一覧
--------------------------------------------------------------------- */
.event_title_img_.event {
	width: 90%;
	margin: 0 auto 15px;
}
/* 20170622追加 */
.event_title_img_.event h3 {
	font-size: 12px;
	margin: 5px 0;
}
.event_title_img_.event p.topics_text {
	font-size: 12px;
}
/* --------------------------------------------------------------------
	ラブラリーフリースペース1
--------------------------------------------------------------------- */
.loverary_title{
	display: block;
	color: #ee5294;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 1.6;
}
.loverary_title small{
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.loverary_leadtext{
	font-size: 12px;
	line-height: 1.76;
	text-align: center;
	margin: 15px 0 50px;
}
.topics_title_img_{
	margin-bottom: 15px;
}
ul.loverary_freespace1_sub_sp {
	width: 100%;
	margin-bottom: 35px;
}

ul.loverary_freespace1_sub_sp:after{content: ""; height: 0; display: block; clear: both;}

ul.loverary_freespace1_sub_sp li {
	width: 41%;
	float: left;
	margin: 15px 6% 25px 6%;
}
ul.loverary_freespace1_sub_sp li:nth-child(odd){
	margin-right: 0;
}
ul.loverary_freespace1_sub_sp li img {
	width: 100%;
}
/* --------------------------------------------------------------------
	ラブラリー_c20
--------------------------------------------------------------------- */
#top_pattern #top_line .loverary_shoplist_btn_ {
	margin-top: 20px;
}
/* --------------------------------------------------------------------
	ご注文内容の確認　JALアイコン追加
--------------------------------------------------------------------- */
div.order_ .credit_card_{
	position: relative;
    margin-top: 30px;
    padding: 15px 0;
}
div.order_ .credit_card_ img {
	position: absolute;
    right: 10px;
    bottom: 0px;
    width: 50px;
}
/* --------------------------------------------------------------------
	トップページ：バナー
-------------------------------------------------------------------- */
.top_banner_box_ {
	margin: 40px 10px -20px;
}
/* --------------------------------------------------------------------
	新着商品更新日
--------------------------------------------------------------------- */

div#sb_event_new01_update_ {
    text-align: center;
    margin: -5px auto 20px;
}
/* --------------------------------------------------------------------
	詳細検索閉じるボタン
--------------------------------------------------------------------- */
.sec_filter_closebtn_{
	background: url(../img/usr/sb/common/sec_filter_closebtn.png) no-repeat;
	background-size: 149px 42px;
	height: 42px;
	width: 149px;
	margin: 0 auto 20px;
	text-indent: -9999px;
}
/* --------------------------------------------------------------------
	フリーページ　ギフト注文方法
--------------------------------------------------------------------- */
#user_guide .orderguide_img_ img {
    width: 100%;
}
#user_guide #sec02 .section_inner_ h3:nth-of-type(2) {
	margin-top: 50px;
}
#user_guide #sec02 .giftguide_line_ {
	border: 1px #a88313 solid;
	padding: 20px 10px 20px 20px;
	margin-bottom: 10px;
}
#user_guide #sec02 #orderguide06 {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
#user_guide #sec02 h4 {
	border-bottom: none;
	margin-bottom: 0;
}

#user_guide #sec02 .giftguide_accordion_ {
	width: 100%;
	margin-bottom: 0;
	padding: 20px 0 10px;
	border-bottom: 1px solid #ccc;
}

#user_guide #sec02 .giftguide_line_ h4 {
	padding-right: 32px;
}
#user_guide #sec02 .giftguide_line_ h4 {
	color: #a88313;
	border: none;
	background-image: url(../img/usr/freepage/guide/accordion_close.png);
    background-position: 98% center;
    background-repeat: no-repeat;
     -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
	margin-bottom: 0;
	font-size: 14px;
}
#user_guide #sec02 .giftguide_line_ .gift_text_color {
    color: #e52400;
}
#user_guide #sec02 .giftguide_line_ .orderguide_line_ {
    border-bottom: none;
	padding: 20px 0;
}
#user_guide #sec02 .giftguide_line_  h4.open_ {
	background-image: url(../img/usr/freepage/guide/accordion_open.png);
}
#user_guide #sec02 .giftguide_line_ .giftguide_line_inner {
	display:none;
}
/* --------------------------------------------------------------------
	商品詳細レコメンド
--------------------------------------------------------------------- */
h2.ttl_recommend_{
	margin-top: 25px !important;
	padding: 15px 10px 15px !important;
	text-align: center !important;
}
#reco01 ul{
	margin: 0 0 25px !important;
}
/********************
 *
 * ランキングに関する表示 2018/08/21
 * /e/e003/,/e/e004/,/e/e005/,/e/e006/
 *
 ********************/
#ranking_cat_nav_top ul,
#ranking_cat_nav_bottom ul{
	width: calc(100% - 10px);
	margin: 4vw auto 10vw;
}
#ranking_cat_nav_top ul:after,
#ranking_cat_nav_bottom ul:after{content: ""; height: 0; display: block; clear: both;}
#ranking_cat_nav_top li,
#ranking_cat_nav_bottom li {
	float: left;
	width: 19.2%;
	margin-left: 1%;
}
#ranking_cat_nav_top li:nth-child(5n+1),
#ranking_cat_nav_bottom li:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}
#ranking_cat_nav_top li:nth-child(n+6),
#ranking_cat_nav_bottom li:nth-child(n+6) {
	margin-top: 1%;
}
#ranking_cat_nav_top a,
#ranking_cat_nav_bottom a {
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background: #FFF;
	text-decoration: none;
	padding: 10px 3px;
	cursor: pointer;
	transition: 0.3s;
}
#ranking_cat_nav_top li.ranking_current_ a,
#ranking_cat_nav_bottom li.ranking_current_ a {
	border-color: #a88313;
	background: #a88313;
	color: #FFF;
}

/* --------------------------------------------------------------------
	商品詳細カートボタン固定
--------------------------------------------------------------------- */
.g_detail li.btn_cart_ div {
	position: fixed;
	bottom: calc(61px + env(safe-area-inset-bottom));
	left: 0;
	width: 100%;
	background: rgba(244,242,238,0.85);
	z-index:999;
}
.g_detail li.btn_cart_ div input#cart_in {
	width:94%;
	margin: 3%!important;
}
.g_detail footer p#footer_pagetop {
	bottom: 15%!important;
}

/* --------------------------------------------------------------------
	カタログ一覧イベントページ
--------------------------------------------------------------------- */

.catalog_event_list {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}
.catalog_event_list .catalog_event_img_ {
    display: inline-block;
    width: 44%;
    margin: 10px 2% 20px 2%;
}
.catalog_event_list .catalog_event_img_ img {
    width: 100%;
}
.catalog_event_list .catalog_event_img_ h3 {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 12px;
    color: #000000;
}
.catalog_event_list p.catalog_event_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    margin-top: 5px;
}

/* --------------------------------------------------------------------
	領収書ダウンロードボタン
--------------------------------------------------------------------- */
.receipt_dl_btn a{
	display: block;
	color: #666;
	border: 1px dotted #CCC;
	text-align: center;
	padding: 30px;
	font-size: 14px;
}
.receipt_dl_btn a:hover{
	text-decoration: none;
}

.receipt_dl_btn .dl_icon{
	box-sizing: border-box;
	display: inline-block;
	width: 24px;
	height: 8px;
	border: solid #000;
	border-width: 0 2px 2px 2px;
	margin-right: 9px;
	position: relative;
	top: 3px;
}
.receipt_dl_btn .dl_icon:before{
	box-sizing: border-box;
	content: "";
	width: 4px;
	height: 7px;
	background: #000;
	position: absolute;
	top: -10px;
	left: 8px;
}
.receipt_dl_btn .dl_icon:after{
	content:"";
	width: 0;
	height: 0;
	border-top: 7px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	position: absolute;
	top: -4px;
	left: 5px;
}

/* --------------------------------------------------------------------
	カタログ一覧イベントページ
--------------------------------------------------------------------- */

.catalog_event_list {
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
    text-align: center;
}
.catalog_event_list .catalog_event_img_ {
    display: inline-block;
    width: 44%;
    margin: 10px 2% 20px 2%;
}
.catalog_event_list .catalog_event_img_ img {
    width: 100%;
}
.catalog_event_list .catalog_event_img_ h3 {
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    margin-top: 12px;
    color: #000000;
}
.catalog_event_list p.catalog_event_text {
    text-align: left;
    font-size: 11px;
    color: #000000;
    margin-top: 5px;
}

/* --------------------------------------------------------------------
	LOVERARY TOP
--------------------------------------------------------------------- */

.top_category{
	margin:40px auto 0;
}
#top_pattern .top_category h2{
	margin-bottom: 25px;
}
#top_pattern .top_category h2 img{
	height: 18px;
	width: auto
}

.top_category ul:after{content: ""; height: 0; display: block; clear: both;}

.top_category li{
	float: left;
	width: calc((100% - 15px) / 2);
	margin: 0 0 15px 15px;
}
.top_category li:nth-child(odd){
	clear: both;
	margin-left: 0;
}
.top_category li a{
	display: block;
	text-align: center;
	font-size: 13px;
	color: #E50065;
	padding: 9px;
	background: #FEEDF4;
	border-radius: 100px;
}
.top_category li a:hover{
	opacity: 0.5;
	text-decoration: none;
}

/* --------------------------------------------------------------------
	TOP人気ランキング
-------------------------------------------------------------------- */
div.event_tab_title_{
	width: calc(100% - 10px);
	margin: 0 auto 20px;
}
div.event_tab_title_:after{content: ""; height: 0; display: block; clear: both;}
div.event_tab_title_ .topevent_title_{
	float: left;
	width: 19.2%;
	margin-left: 1%;
}
div.event_tab_title_ .topevent_title_:nth-child(5n+1){
	clear: both;
	margin-left: 0;
}
div.event_tab_title_ .topevent_title_:nth-child(n+6){
	margin-top: 1%;
}
div.event_tab_title_ .topevent_title_ a{
	box-sizing: border-box;
	display: block;
	text-align: center;
	border: 1px solid #CCC;
	border-radius: 5px;
	font-size: 11px;
	color: #333;
	background: #FFF;
	text-decoration: none;
	padding: 10px 3px;
	cursor: pointer;
	transition: 0.3s;
}
div.event_tab_title_ .topevent_title_.active_ a{
	border-color: #a88313;
	background: #a88313;
	color: #FFF;
}
div.event_tab_line_ .event_tab_{
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition-property: opacity;
	transition-duration: 0.3s;
	margin: 0;
	padding: 0;
}
div.event_tab_line_ .event_tab_.active_{
	opacity: 1;
	height: auto;
	overflow: visible;
}


/* --------------------------------------------------------------------
	LOVERARY新着商品導線
--------------------------------------------------------------------- */
#toppage .loverary_text_link{
	text-align: center;
	margin-top: 25px;
}
#toppage .loverary_text_link a{
	color: #ff0260;
	font-size: 14px;
	display: inline-block;
	padding: 10px 20px 10px 15px;
	position: relative;
}
#toppage .loverary_text_link a:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top: calc(50% - 4px);
	width: 8px;
	height: 8px;
	border-right: 1px solid #ff0260;
	border-top: 1px solid #ff0260;
	transform: rotate(45deg);
}
#toppage .loverary_text_link a:before{
	content: "";
	width: calc(100% - 35px);
	height: 1px;
	background: #ff0260;
	position: absolute;
	left: 15px;
	bottom: 10px;
}
#toppage .loverary_text_link a:hover{
	text-decoration: none;
	opacity: 0.7;
}

/*sidemenuデザイン変更 20200528*/
#sitemenu_wrap {
	position: relative;
	z-index: 10000;
}
#sitemenu_close {
	display: block;
	position: fixed;
	left: -100px;
	right: 0;
	z-index: 15000;
	width: 50px;
	height: 56px;
	padding-top: 0px;
	background-color: #fff;
	background-image: url(https://feiler.jp/img/usr/sb/common/gnav_menu_close.png);
	background-position: center top 14px;
	background-repeat: no-repeat;
	background-size: auto 28px;
	text-indent: -9999px;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}
#sitemenu_close:focus {
	outline: none;
}
#sitemenu_close.active {
	opacity: 1;
	pointer-events: auto;
}
#sitemenu_wrap #sitemenu {
	z-index: 15000;

}
header.fixed,header {
	z-index: 3;
}
@media screen and (max-width:340px) {
	#sitemenu div.nav_bnrlink_ ul li.txt_ a {
	    font-size: 10px;
	    padding: 16px 0;
	    background-size: 12px 9px;
	}
}

/*menu改修*/
#sitemenubg {
	top: 0px;
	bottom: 0;
	height: 100%;
}

/* --------------------------------------------------------------------
	PHOTO GALLERY タブ
--------------------------------------------------------------------- */

.pc_only_ {
  display: none;
}
.sp_only_ {
  display: block;
}

/* タブコンテンツ
--------------------------------------- */
#photo_gallery_ .pc_visumo_ttl,
#photo_gallery_ .sp_visumo_ttl {
	display: none;
}
#photo_gallery_ {
	margin: 20px auto 10px;
}
#photo_gallery_ h2 {
	padding: 50px 0 20px;
	text-align: left;
}
#photo_gallery_tab_ {
	display: flex;
	justify-content: space-between;
	margin: 5px 10px 20px;
}
#photo_gallery_tab_ li {
	float: none;
	margin: 0;
	color: #333;
	width: 50%;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 12px 0 10px;
	border-bottom: 1px solid #a88313;
	box-sizing: border-box;
	cursor: pointer;
}
#photo_gallery_tab_ li.active_ {
	color: #a88313;
	border: 1px solid #a88313;
	border-bottom: none;
}
#photo_gallery_ .pgt_contents_ {
	display: none;
}
#photo_gallery_ .pgt_contents_.active_ {
	display: block;
}

/* visumo
--------------------------------------- */

/* 一覧表示 */
.ecbn-selection-item .ecbn-selection-detail {
	width: 100% !important;
}
.ecbn-selection-item .ecbn-selection-user {
	padding-top: 10px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#pgt_contents_02_ .tile .ecbn-selection-page-wrapper .ecbn-selection-item div {
	position: relative !important;
	width: 100%;
	height: auto !important;
}
#pgt_contents_02_ .tile .ecbn-selection-page-wrapper .ecbn-selection-item {
	width: 48.5% !important;
	padding: 0 0 3% 3% !important;
}
#pgt_contents_02_ .tile .ecbn-selection-page-wrapper .ecbn-selection-item div a {
	display: block !important;
	width: 100% !important;
	height: 0 !important;
	padding-top: 100% !important;
	position: relative !important;
}
.ecbn-selection-item div a {
	border-radius: 10px;
	overflow: hidden;
}
#pgt_contents_02_ .ecbn-selection-snap {
	width: 100% !important;
	min-height: calc(50vw + 128px) !important;
}

/* モーダル */
.ecbn-selection-preview .ecbn-selection-preview-content {
	display: flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	padding: 20px !important;
	box-sizing: border-box !important;
}
.ecbn-selection-preview .ecbn-selection-left {
	top: inherit !important;
}
.ecbn-selection-preview .ecbn-selection-left div.ecbn-selection-snapmain .ecbn-selection-snap-image {
	margin-bottom: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-right {
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between !important;
}
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-header {
	font-size: 18px !important;
	margin: 25px 0 0 !important;
}
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img {
	width: 120px !important;
	height: auto !important;
}
.ecbn-selection-preview .ecbn-selection-right div.ecbn-selection-right-item-list .ecbn-selection-item-img img {
	max-width: 120px !important;
	height: auto !important;
}
.ecbn-selection-preview .ecbn-selection-right-footer2 {
	margin-top: 0 !important;
}

/* アカウント */
.ecbn-selection-preview .ecbn-selection-preview-personal {
	text-align: left !important;
}

/* キャプション */
.ecbn-selection-preview .ecbn-selection-preview-caption {
	margin: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-preview-caption p {
	overflow-y: scroll !important;
	height: 25vh !important;
	padding: 0 !important;
}
.ecbn-selection-preview .ecbn-selection-preview-caption p:before,
.ecbn-selection-preview .ecbn-selection-preview-caption p:after {
	content: none !important;
}

/* 在庫切れ表示 */
.notstock {
	position: relative;
}
/*
.notstock:before {
	content: "";
	background-color: #b2b2b2;
	display: block;
	position: absolute;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	line-height: 200px;
	text-align: center;
	font-size: 16px;
	top: 0;
	left: 0;
}
*/
.notstock:after {
	content: "SOLD OUT";
	position: absolute;
	color: red;
	font-size: 10px;
	top: 100%;
	left: -7%;
	display: flex;
	margin-left : 13%;
	float : left;
	width: 100%;
	height: 100%;
}
.colors_ .notstock:after {
	font-size: 8px;
}

/* --------------------------------------------------------------------
	会員登録画面
--------------------------------------------------------------------- */
/* メンバーズ特典 */
.member_benefits_ {
	color: #a37d1b;
	font-size: 12px;
	position: relative;
	margin: 0 30px 35px;
}
.member_benefits_:after {
	position: absolute;
	content: "";
	width: 56px;
	height: 82px;
	background: url("/img/usr/sb/common/ico_bear_present.png") no-repeat;
	background-size: 56px 82px;
	left: -28px;
	bottom: -7px;
}
.member_benefits_ .ttl_ {
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding-bottom: 7px;
	border-bottom: 1px solid #e2daa3;
}
.member_benefits_ .content_ {
	padding: 20px 0 15px;
	border-bottom: 1px solid #e2daa3;
	margin-bottom: 7px;
}
.member_benefits_ .content_ .inner_ {
	margin-left: 40px;
}
.member_benefits_ .attention_list_ {
	margin-top: 15px;
}
.member_benefits_ .attention_list_ li {
	text-indent: -1em;
	margin-left: 1em;
}
.member_benefits_ .attention_list_ li:before {
	content: "※";
}

/* --------------------------------------------------------------------
	絞り込みの在庫配置修正後CSS適用
--------------------------------------------------------------------- */
#block_of_filter.filter_stock_outer_ {
	padding: 10px 10px 10px;
	background-color: #f0eee8;
	overflow: hidden;
	width: calc(100% - 20px);
}
#block_of_filter.filter_stock_outer_ #frmFilterList .FilterStyle_,
#block_of_filter.filter_stock_outer_ .FilterStyle_ > .layer0_ > li,
#block_of_filter.filter_stock_outer_ .FilterStyle_ > .layer0_ > li > #layer_ > li {
	border : none;
}

#block_of_filter.filter_stock_outer_ .FilterStyle_ > .layer0_ > li {
	background-color: transparent;
}

#block_of_filter.filter_stock_outer_ #layer_ > li{
	width : 49%;
	height : 50px;
}
#block_of_filter.filter_stock_outer_ #layer_ > li:first-child {
	float : left;
}
#block_of_filter.filter_stock_outer_ #layer_ > li:last-child{
	float : right
}

#block_of_filter.filter_stock_outer_ #layer_ > li label {
	font-size: 14px;
	line-height: 1.392;
	display: block;
	text-align: center;
	padding: 15px 0 15px 14px;
	/*border-bottom: 1px solid #cbc3b1;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color : #fff;
	background-image: url(../img/usr/sb/common/radio_off.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	
}
#block_of_filter.filter_stock_outer_ nav.FilterStyle_ ul.layer_ li.nochild_ .name_ {
	padding-left : 0px;
}
#block_of_filter.filter_stock_outer_ #layer_ >li input {
	position: absolute;
	display: none;
}

#block_of_filter.filter_stock_outer_ #layer_ li input[type="radio"] {
	margin : 11px 5px 5px 5px;
}

#block_of_filter.filter_stock_outer_ #layer_ li input[type="radio"]:checked + label {
	color: #a88313;
	padding: 13px 0 13px 14px;
	border: 2px solid #a88313;
}

#block_of_filter.filter_stock_outer_ #layer_ li input[type="radio"]:checked + label {
    background-image: url(../img/usr/sb/common/radio_on.png);
}

/* ----ライトニングレコメンド---- */
.recommend-wrap{
	border: 0;
	/*border-top: 1px solid #e2dacb;*/
	/*border-bottom: 1px solid #e2dacb;*/
	padding: 20px 10px;
	margin: 60px 0 30px;
}
.recommend-wrap::before {
	display: none;
}
.ecbn-selection-widget +.recommend-wrap{
  margin-bottom: 30px;
}
.recommend-wrap::before{
  /*content:"";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #e2d6ba;
  position: absolute;
  top: 4px;
  left: 4px;
	pointer-events: none;*/
}
.recommend-wrap .block-top-event--header,
.recommend-wrap .block-accessory-list--name{
  padding-bottom: 20px;
	margin:0 auto;
	text-align: center;
}
.recommend-wrap .block-top-event--header img,
.recommend-wrap .block-accessory-list--name img{
	width: 55%;
}
.recommend-wrap .block-accessory-list--name-txt {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 14px;
	/*margin-bottom: 15px;*/
	border-bottom:1px solid #a88313;
}
.recommend-wrap .block-accessory-list--name-txt.at-center {
	text-align: center;
}
.recommend-wrap .block-accessory-list--name-txt img {
	width: 57%;
}
.recommend-wrap .block-thumbnail-t {
	position: relative;
}
.recommend-wrap .block-thumbnail-t--items{
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;*/
}
.recommend-wrap .block-thumbnail-t--items li {
	display: inline-block;
}
.recommend-wrap .block-thumbnail-t--item{
  /*width: 45.5%;*/
	width: 33%;
	margin: 0;
}
.recommend-wrap .block-thumbnail-t--goods-image{
	display: flex;
	align-items: center;
	justify-content: center;
}
.recommend-wrap .block-thumbnail-t--item:nth-child(n+3){
  /*margin: 15px 0 0;*/
	margin: 0;
}
.recommend-wrap .block-thumbnail-t--goods-name{
	display: none;
}
.recommend-wrap .variation-name{
	display: none;
}
.recommend-wrap .block-thumbnail-t--price-items{
	text-align: center;
}
.recommend-wrap .block-thumbnail-t a.bx-prev,
.recommend-wrap .block-thumbnail-t a.bx-next {
  text-indent: -999999px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 1;
  margin-top: -20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.recommend-wrap .block-thumbnail-t a.bx-prev {
  left: -10px;
  background-image: url(https://feiler.jp/img/usr/common/prev.png);
}
.recommend-wrap .block-thumbnail-t a.bx-next {
  right: -10px;
  background-image: url(https://feiler.jp/img/usr/common/next.png);
}

/*ham i-reco css*/
.ham_reco_block {
	padding: 0 10px;
	margin-bottom: 20px;
}
.ham_reco_block h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 23px;
	color: #B99C44;
	margin-bottom: 9px;
}
.ham_reco_block .ham_reco_con .block-top-event.recommend-wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
}
.ham_reco_block .ham_reco_con .block-top-event--header {
	display: none !important;
}
.ham_reco_block .ham_reco_con .block-top-event--goods,
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t {
	width: 100%;
	height: 100%;
	position: relative;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper,
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper .bx-viewport {
	height: 100% !important;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper .bx-viewport ul li {
	width: calc((80vw - 78px) / 3) !important;
	margin: 0 10px;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper .bx-controls a {
	width: 27px;
	height: 27px;
	background-size: 27px 27px;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper .bx-controls a.bx-prev {
	left: 0;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t .bx-wrapper .bx-controls a.bx-next {
	right: 0;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .revico-star .starability-result {
	transform: scale(0.7);
}
.ham_reco_block .ham_reco_con .block-top-event--goods .revico-star .revico-star-block--title {
	margin-left: -38px !important;
}
.ham_reco_block .ham_reco_con .block-top-event--goods .block-thumbnail-t--price {
	font-size: 10px;
}
.chatbot-container {
	display: none !important;
}
/*footer_globalnav_fixed*/
#footer_btm {
	margin-bottom: 60px;
}
#footer_globalnav {
	display: block;
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	background-color: #fff;
	border-top: 1px solid #707070;
	z-index: 1;
	padding-bottom:env(safe-area-inset-bottom);
}
#footer_globalnav ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
}
#footer_globalnav ul li {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#footer_globalnav ul #footer_gnav_menu {
	margin-top: 10px;
}
#footer_globalnav ul #footer_gnav_menu .menu_img {
	height: 25px;
	text-align: center;
	margin-bottom: 6px;
}
#footer_globalnav ul #footer_gnav_search {
	margin-top: 11px;
}
#footer_globalnav ul #footer_gnav_search .search_img {
	height: 25px;
	text-align: center;
	margin-bottom: 6px;
}
#footer_globalnav ul #footer_gnav_login {
	margin-top: 9px;
}
#footer_globalnav ul #footer_gnav_login .login_img {
	height: 25px;
	text-align: center;
	margin-bottom: 6px;
}
#footer_globalnav ul #footer_gnav_favor {
	margin-top: 9px;
}
#footer_globalnav ul #footer_gnav_favor .favor_img {
	height: 26px;
	text-align: center;
	margin-bottom: 6px;
}
#footer_globalnav ul #footer_gnav_cart {
	margin-top: 4px;
}
#footer_globalnav ul #footer_gnav_cart .cart_img {
	height: 36px;
	text-align: center;
}
#footer_globalnav ul #footer_gnav_menu .menu_img img,
#footer_globalnav ul #footer_gnav_search .search_img img,
#footer_globalnav ul #footer_gnav_login .login_img img,
#footer_globalnav ul #footer_gnav_favor .favor_img img,
#footer_globalnav ul #footer_gnav_cart .cart_img img  {
	height: 100%;
}
#footer_globalnav ul #footer_gnav_menu .menu_text,
#footer_globalnav ul #footer_gnav_search .search_text,
#footer_globalnav ul #footer_gnav_login .login_text,
#footer_globalnav ul #footer_gnav_favor .favor_text,
#footer_globalnav ul #footer_gnav_cart .cart_text {
	font-size: calc(100vw * (8 / 375));
	color: #000000;
	margin: 0;
	padding: 0;
	line-height: 11px;
	text-align: center;
}
#footer_globalnav ul li#footer_gnav_cart {
	position: relative;
}
#footer_globalnav ul li#footer_gnav_cart #jscart_replace_ {
	display: block;
	color: #ffffff;
	font-size: 10px;
	line-height: 1.5;
	text-align: center;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 50%;
	top: 3px;
	margin-right: -21px;
	background-color: #e52400;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
  }
  body.scrolled #sitemenubg {
	top: 0 !important;
	height: 100% !important;
  }
  .ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a {
	z-index: 1 !important;
  }

/*----------20250210_add_mksm_button_change----------*/

.order_gift_ .noshi_set_{
	padding: 10px 0 8px !important;
}

div.cartbox_ ul li.btn_cart_ input#nostock {
  border-radius: 10px;
  font-size: 18px;
}

/*----------20250210_add_mksm_button_change_end----------*/