@charset "Shift_JIS";
div.wrapper_ {
	padding: 9px 0 0;
}
#toppage.wrapper_ {
    margin-top: 48px;
	padding-top: 0;
}
/* --------------------------------------------------------------------
	common　ヘッドライン
-------------------------------------------------------------------- */
h1.optimaizedH1{
	/*font-size: 8px;*/
	font-size: 10px;
}
h2.goods_name_ {
	/*font-size: 12px;*/
	font-weight: normal;
	line-height: 1.25;
	margin: 0 10px 8px;
}
h1.category_name_ {
	font-size: 13px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	background-color: #f6f5f5;
	margin-bottom: 10px;
	position: relative;
}
h1.category_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.genre_name_ {
	margin: 10px;
	/*font-size: 18px;*/
	font-size: 20px;
	font-weight: bold;
	color: #555555;
}
h1.genre_name_img_ {
	margin: 10px 0;
	text-align: center;
}
h1.event_name_ {
	margin: 10px;
	/*font-size: 18px;*/
	/*font-size: 20px;*/
	font-size: 16px;
	font-weight: normal;
	color: #555555;
}
h1.event_name_img_ {
	margin: 10px 0;
	text-align: center;
}
.top_comment_ {
	margin: 0 10px 10px;
}
.top_comment_ p {
	/*font-size:12px;*/
}

/* カテゴリーアイコン付与 */
h1.category_name_.category_name_pumps,
h1.category_name_.category_name_rain,
h1.category_name_.category_name_ranking,
h1.category_name_.category_name_boots,
h1.category_name_.category_name_care {
	padding-left: 40px;
}
h1.category_name_.category_name_pumps:after {
	content: "";
	background: url(../img/icon/category_icon_pumps.png) no-repeat;
	background-size: 25px 24px;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
} 
h1.category_name_.category_name_sandals,
h1.category_name_.category_name_newitem,
h1.category_name_.category_name_sneakers {
	padding-left: 45px;
}
h1.category_name_.category_name_sandals:after {
	content: "";
	background: url(../img/icon/category_icon_sandals.png) no-repeat;
	background-size: 25px 14px;
	width: 25px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -7px;
}
h1.category_name_.category_name_rain:after {
	content: "";
	background: url(../img/icon/category_icon_rain.png) no-repeat;
	background-size: 17px 20px;
	width: 17px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
} 
h1.category_name_.category_name_newitem:after {
	content: "";
	background: url(../img/icon/category_icon_newitem.png) no-repeat;
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -13px;
}
h1.category_name_.category_name_ranking:after {
	content: "";
	background: url(../img/icon/category_icon_ranking.png) no-repeat;
	background-size: 20px 14px;
	width: 20px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -7px;
}
h1.category_name_.category_name_boots:after {
	content: "";
	background: url(../img/icon/category_icon_boots.png) no-repeat;
	background-size: 15px 24px;
	width: 15px;
	height: 24px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -12px;
}
h1.category_name_.category_name_sneakers:after {
	content: "";
	background: url(../img/icon/category_icon_sneakers.png) no-repeat;
	background-size: 25px 12px;
	width: 25px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
}
h1.category_name_.category_name_care:after {
	content: "";
	background: url(../img/icon/category_icon_care.png) no-repeat;
	background-size: 16px 16px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -8px;
}



/* --------------------------------------------------------------------
	common　ナビゲーション
-------------------------------------------------------------------- */
/* パンくず */
.navitopicpath_ {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
	margin: 0 10px 30px;
	overflow:hidden;
	vertical-align: middle;
    min-height: 16px;
    display: block;
}
.navitopicpath_ a {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
	white-space: nowrap;
}
.navitopicpath_ a span,
.navitopicpath_ a span strong {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
	font-weight: normal;
}
.navitopicpath_ span.current_ {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
}
.navitopicpath_ div.block {
	float:left;
}
.navitopicpath_ div {
	float:right;
}
#bread-crumb-list {
	width: 100%;
	float: left;
	overflow:hidden;
}
#bread-crumb-list li {
	/*font-size:9px;*/
	font-size: 11px;
	line-height: 1.16;
	display: inline;
}
#bread-crumb-list li.search_ward_:before {
	content: ">";
	padding-right: 4px;
}

/* ページジャンプ */
.navipage_ {
	margin: 0;
	padding-bottom: 40px;
	text-align:center;
}
.navipage_.top_ {		/* ページジャンプ上部 */
	/*margin-bottom: 10px;*/
}
.navipage_.bottom_ {	/* ページジャンプ下部 */
	margin-top: 10px;
}
.navipage_sum_ {
	/*font-size: 12px;*/
	line-height: 1.25;
	margin: 0 10px 10px;
	text-align: left;
}
.navipage_ nav {
	width: 100%;
	height: 40px;
	background-color: #decbc4;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	overflow: hidden;
	position: absolute;
}
.navipage_ nav a.navipage_prev_,
.navipage_ nav a.navipage_next_ {
	display: block;
	width: 28px;
	height: 40px;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 15px;
	background-size: 18px 15px;
	text-indent: -9999px;
}
.navipage_ nav a.navipage_prev_ {
	float: left;
	background-image: url(../img/usr/sb/common/ico_arrow10.png);
	background-position: left center;
}
.navipage_ nav a.navipage_next_ {
	float: right;
	background-image: url(../img/usr/sb/common/ico_arrow09.png);
	background-position: right center;
}
.navipage_ nav span {
	display: block;
	width: 150px;
	padding: 13px 0 12px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -75px;
}
/*.navipage_ nav a,
.navipage_ nav span {
	white-space: nowrap;
	min-width: 24px;
	margin: 0 1px;
	text-align:center;
	font-size: 12px
}
.navipage_ a {
	white-space: nowrap;
	padding: 4px 1px;
	display: inline-block;
	border:#E5E5E5 1px solid;
	background-color: #FFFFFF;
	text-decoration:none;
}
.navipage_now_ {
	padding: 4px 1px;
	display: inline-block;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:#3FBF0D;
	border:#3FBF0D 1px solid;
}*/
.navipage_ .navipage_reverse_ {
}
.navipage_ .navipage_forward_ {
}
/* 並び替え */
.navisort_ {
	display: none;
	padding: 10px;
	background-color: #fafafa;
	border-bottom: 1px solid #e2e2e2;
}
.navisort_ select {
	width: 100%;
	max-width: none;
}
.navisort_ dt {
	float: left;
	text-align: right;
	font-weight: bold;
	width: 8em;
}
.navisort_ dd {
	margin-left: 8em;
}
.navisort_now_ {
	color:#CC0000;
	text-decoration:none;
	margin:2px 5px;
	white-space: nowrap;
}
.navisort_ a {
	margin:2px 5px;
	white-space: nowrap;
}
/* 表示切替 */
.navistyle_ {
	margin: 18px 15px 0;
	overflow: hidden;
	border: 1px solid #CCC;
	background: #F0F0F0;
}
.navistyle_+.navisort_+.navipage_.top_ {
	padding: 0;
}
.navistyle_ dt {
	padding: 2px 2px 2px 6px;
}
.navistyle_ dd {
	padding: 0 0 0 7px;
	/*font-size: 12px;*/
	background: #FFF;
}
.navistyle_now_ {
	color:#CC0000;
	text-decoration:none;
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
.navistyle_ a {
	padding: 5px;
	display: inline-block;
	white-space: nowrap;
}
/* 商品分類絞込 */
#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_ {
}
.topiclist_body_ .topic_title_ {
	color: #ffffff;
	padding: 9px 10px 11px 10px;
	margin-bottom: 10px;
	background-color: #7b7676;
}
.topiclist_body_ figure {
	padding: 0 10px 10px;
}
.topiclist_body_ article {
	padding: 0 10px 10px;
}
/* トピック一覧 */
#block_of_topic {
}
div.topiclist_ {
}
div.topiclist_ .topiclist_head_ {
	height: 41px;
	background-image: url(../img/usr/sb/common/title_news.png);
	background-position:left center;
	background-repeat: no-repeat;
	-webkit-background-size: 320px 41px;
	background-size: 320px 41px;
	border-top: 1px solid #d1cfcf;
	border-bottom: 1px solid #d1cfcf;
	text-indent: -9999px;
}
div.topiclist_ .topiclist_head_ span {
	display: block;
	height: 41px;
	/* background-image: url(../img/usr/sb/common/ico_plus.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 37px 41px;
	background-size: 37px 41px; */
}
div.topiclist_ .topiclist_head_.open_ span {
	background-image: url(../img/usr/sb/common/ico_minus.png);
}
div.topiclist_ .topiclist_inner_ {
	/* display: none; */
}
div.topiclist_ .topiclist_body_ {
}
div.topiclist_ .topiclist_body_ li {
	border-bottom: 1px solid #d1cfcf;
}
div.topiclist_ .topiclist_body_ li:last-child {
}
div.topiclist_ .topiclist_body_ li a,
div.topiclist_ .topiclist_body_ li span.nolink_ {
	padding: 10px 20px 10px 10px;
	display: block;
}
div.topiclist_ .topiclist_body_ li a {
	background-image: url(../img/usr/sb/common/ico_arrow02.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 15px;
	background-size: 18px 15px;
}
div.topiclist_ .topiclist_body_ li span.day_ {
	display: block;
	/*font-size: 10px;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 2px;
}
div.topiclist_ .topiclist_body_ li span.txt_ {
	display: block;
	line-height: 1.25;
}
div.topiclist_ .news_list_ a {
	display: block;
	/*font-size: 13px;*/
	font-size: 15px;
	line-height: 1.3;
	padding: 10px 0 12px;
	text-align: center;
}

/* トピック詳細一覧 */
div.topicdetaillist_ {
}
div.topicdetaillist_ .topicdetaillist_body_ {
	margin-bottom: 10px;
	border-top: 1px solid #d1cfcf;
}
div.topicdetaillist_ .topicdetaillist_body_ li {
	border-bottom: 1px solid #d1cfcf;
}
/*div.topicdetaillist_ .topicdetaillist_body_ li:last-child {
	border-bottom: none;
}*/
div.topicdetaillist_ .topicdetaillist_body_ li a,
div.topicdetaillist_ .topicdetaillist_body_ li span.nolink_ {
	padding: 10px 20px 10px 10px;
	display: block;
}
div.topicdetaillist_ .topicdetaillist_body_ li a {
	background-image: url(../img/usr/sb/common/ico_arrow02.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 15px;
	background-size: 18px 15px;
}
/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	margin-top : -5px;
}


table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}
td.goodscomment_ {
	background-color: #ffffff;
	width: 592px;
}

/* 商品画像 */
div.goodsimg_ {
	max-width: 500px;
	margin: 0 auto 20px;
	position: relative;
}
div.goodsimg_ .icon1_ {
	position: absolute;
	left: 10px;
	top: -19px;
	/*width: 30px;*/
	/*height: 30px;*/
	display : flex;
	align-items : baseline;
}

div.goodsimg_ .icon1_ img{
	height : 19px;
}

div.goodsimg_ .icon1_ img:not(:first-child){
	margin-left : 3%;
}
#slide_counter {
	/*font-size: 9px;*/
	font-size: 11px;
	width: 300px;
	position: absolute;
	left: 50%;
	top: 300px;
	margin-left: -150px;
	text-align: center;
}
#slide_counter span {
	/*font-size: 9px;*/
	font-size: 11px;
}
div.goodsimg_ .goodsimg_item_ {
	padding-bottom: 14px;
}
#large_image > .goodsimg_item_:not(:first-child){
    display: none;
}
.bx-wrapper #large_image > .goodsimg_item_:not(:first-child){
    display: block;
}
div.goodsimg_ .goodsimg_item_ p.img_comment_ {
	/*font-size: 9px;*/
	font-size: 14px;
	line-height: 1.11;
	margin-top: 15px;
	text-align: center;
}
div.goodsimg_ .img_L_ {
	text-align:center;
	display: table;
	table-layout: fixed;
	margin: 0 auto;
}
div.goodsimg_ .img_L_ span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
div.goodsimg_ .img_L_ img {
    height: 100vw;
	max-width: 100%;
	max-height: 100%;
}
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_ .bx-controls a.bx-prev,
div.goodsimg_ .bx-controls a.bx-next {
	display: block;
	width: 22px;
	height: 100%;
	position: absolute;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 22px 20px;
	background-size: 22px 20px;
	text-indent: -9999px;
}
div.goodsimg_ .bx-controls a.bx-prev {
	left: 0;
	background-image: url(../img/usr/sb/goods/prev.png);
}
div.goodsimg_ .bx-controls a.bx-next {
	right: 0;
	background-image: url(../img/usr/sb/goods/next.png);
}
/* 商品画像バリエーション */
div.etc_goodsimg_ {
	margin:0 0 5px 5px;
}
div.etc_goodsimg_line_ {
	overflow:hidden;
    max-height: -webkit-calc(48 / 375 * 100vw) !important;
    max-height: calc(48 / 375 * 100vw) !important;
}
div.etc_goodsimg_item_ {
	width:13%;
	margin:0 5px 0 0;
	float:left;
	text-align: center;
	display: table;
	table-layout: fixed;
}
div.etc_goodsimg_item_:last-child {
	margin-right: 0;
}
div.etc_goodsimg_item_ a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ffffff;
}
div.etc_goodsimg_item_ a.active,
div.etc_goodsimg_item_ a.active_ {
	border: 1px solid #decbc4;
}
div.etc_goodsimg_item_ img {
	max-width: 100%;
	max-height: 100%;
}
div.etc_goodsimg_item_ p.img_comment_ {
	display: none;
}
/**/
div.goodsspec_ #spec_brand {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
	margin: 0 10px 5px;
}
/* 商品スペック */
div.goodsspec_ {
	margin-bottom:10px;
}
dl.goodsspec_ {
	overflow: hidden;
}
dl.goodsspec_ dt,
dl.goodsspec_ dd {
	float: left;
	/*font-size: 12px;*/
	line-height: 1.5;
}
dl.goodsspec_ dt {
}
dl.goodsspec_ dd {
}
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;
	display : none;
}
div.goodsproductdetail_ div.icon_ img {
	width:40px;
	height:13px;
	vertical-align:top;
}
#spec_code {
	/*font-size:12px;*/
	font-weight:bold;
	margin:0 10px;
}
#spec_price {
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 1.3;
	margin: 0 10px 22px;
}
#spec_price .special_price_ {
	color: #ff6575;
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 1.3;
	display: inline-block;
}
#spec_price .special_price_ .tax_ {
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 2.4;
	display: inline-block;
}
#spec_price .normal_price_ {
	/*font-size: 12px;*/
	line-height: 1.0;
	text-decoration: line-through;
	display: inline-block;
	margin-right: 5px;
}
#spec_price .price_pop_ {
	color: #ffffff;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.6;
	background-color: #ff6575;
	text-align: center;
	padding: 2px 5px 0;
	display: inline-block;
	margin-left: 7px;
}
/* 入荷案内申込関係 */
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_ {
	margin: 0 10px 11px;
	vertical-align:middle;
	overflow: hidden;
}
div.cartbox_.fixed_{
	width: 96%;
	padding: 2%;
	margin: 0;
	position: fixed;
	bottom: 0;
	z-index: 9;
}
/*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_ #cart_in {
	padding:0;
	margin: 0;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.cartbox_ #cart_in input.cart_btn_ {
	width: 100%;
}
div.cartbox_ #cart_in.btn_cart_,
div.cartbox_ #cart_in.btn_reservation_ {
	background-color: #544f4f;
}
div.cartbox_ #cart_in.btn_backorder_ {
	background-color: #7b7677;
}


div.cartbox_ input#cart_bookmark {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
	width: 48%;
	border: 1px solid #544f4f;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.cartbox_ .stock_btn_ {
	float: right;
	width: 48%;
	border: 1px solid #544f4f;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.cartbox_ .stock_btn_ a {
	display: block;
	text-align: center;
}
div.cartbox_ .stock_btn_ a img {
	width: 100%;
	vertical-align: bottom;
}
/* バリエーションプルダウン */
div.cartbox_ .variationlist_ {
	display: block;
}
div.cartbox_ .variation_pulldown_ {
	width: 100%;
	margin: 0 0 20px;
	max-width: none;
}

/* バリエーションボックス */
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-left: 5px;
}
div.cartbox_ div.colors_ {
	margin-bottom: 10px;
	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: 46px;
	height: 46px;
	margin: 2px 2px 5px 2px;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	background-position: center;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #3fbf0d;
	background-color:#ffffff;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ p.message_ {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	width: 46px;
	height: 46px;
	float:left;
	display: inline-block;
	padding:1px 5px;
	margin:2px 2px 5px 2px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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 2px #d0d0d0;
	
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 2px #3fbf0d;
	background-color:#ffffff;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:solid 2px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

/**/
/* セット内容一覧 */
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;*/
	font-size: 16px;
	padding:5px 5px 5px 12px;
}
span.storestock_div_ {
	font-weight: bold;
	margin-left: 10px;
}
span.storestock_item_ {
	/*font-size: 16px;*/
	font-size: 18px;
	padding-right: 12px;
}
div.storestock_alert_ {
	margin: 0 10px 10px;	
}
/**/

div.goodscomment1_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment2_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment3_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
div.goodscomment4_ {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
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 33px;
	overflow: hidden;
}
.option_buttons_ li {
	width: 49%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.option_buttons_ li:nth-child(odd) {
	float: left;
}
.option_buttons_ li:nth-child(even) {
	float: right;
}
.option_buttons_ li input.op_button_ {
	margin: 0;
	padding: 0;
	width: 100%;
	border: 1px solid #544f4f;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-appearance: none;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fff), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#fff, #fff);
	background: -moz-linear-gradient(#fff, #fff);
	background: -o-linear-gradient(#fff, #fff);
	background: -ms-linear-gradient(#fff, #fff);
	background: linear-gradient(#fff, #fff);
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}



.option_buttons_ li.social_ {
/*	text-align: center;*/
}
.option_buttons_ li.social_ div.socialbutton_ {
	margin-bottom:15px;
}


/*ポップアップ　店舗在庫
----------------------------------------------*/
div.shop_list_ {
	display: none;
	height: 100%;
	position: fixed;
	left: 50%;
	top: 10px;
	width: 300px;
	margin-left: -150px;
	z-index: 1000;
	overflow-y: scroll;
}
div.shop_list_ .shop_list_inner_ {
	background-color: #ffffff;
}
div.shop_list_ h2 {
	color: #7b7677;
	/*font-size: 12px;*/
	font-weight: bold;
	line-height: 1.4;
	padding: 12px 10px 11px;
	background-image: url(../img/usr/sb/goods/close.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 30px 20px;
	background-size: 30px 20px;
}

/* アイテム情報 */
div.shop_list_ .item_flame_ {
	margin: 0 10px 20px;
	overflow: hidden;
}
div.shop_list_ .item_flame_ .item_img_ {
	float: left;
	width: 50px;
	margin-bottom: 10px;
}
div.shop_list_ .item_flame_ .item_desc_ {
	float: right;
	width: 220px;
	margin-bottom: 10px;
}
div.shop_list_ .item_flame_ .item_desc_ div {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.16;
}
div.shop_list_ .item_flame_ .item_desc_ .brand_ {
	margin-bottom: 3px;
}
div.shop_list_ .item_flame_ .item_desc_ .name_ {
	margin-bottom: 5px;
}
div.shop_list_ .item_flame_ .item_desc_ .number_ {
}
div.shop_list_ .item_flame_ .variation_ {
	clear: both;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.05;
	padding: 10px 5px 9px;
	background-color: #eae5de;
}
/* 赤字のテキスト */
div.shop_list_ .item_note_ {
	margin: 0 10px 20px;
}
div.shop_list_ .item_note_ li {
	color: #ff6575;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.2;
	text-indent: -1em;
    padding-left: 1em;
}
/* ショップリスト */
div.shop_list_ .store_list_ {
	margin: 0 10px;
	background-color: #ffffff;
	border-bottom: 1px solid #7b7676;
}
div.shop_list_ .store_list_ h3 {
	padding: 13px 40px 14px 10px;
	border: 1px solid #7b7676;
	border-bottom: 0;
	background-image: url(../img/usr/sb/common/ico_arrow13.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 32px 10px;
	background-size: 32px 10px;
}
div.shop_list_ .store_list_ > h3:nth-child(3),
div.shop_list_ .store_list_ > h3:nth-child(5),
div.shop_list_ .store_list_ > h3:nth-child(7),
div.shop_list_ .store_list_ > h3:nth-child(9) {
	display: none;
}
div.shop_list_ .store_list_ h3.open_ {
	background-image: url(../img/usr/sb/common/ico_arrow14.png);
}
div.shop_list_ .store_list_ .region_wrap_ {
	display: none;
}
div.shop_list_ .store_list_ h4 {
	color: #ffffff;
	font-weight: normal;
	padding: 10px;
	background-color: #7b7676;
}

div.shop_list_ .store_list_ table.shop_desc_ {
	width: 100%;
	border: 1px solid #ebebeb;
}
div.shop_list_ .store_list_ table.shop_desc_ th,
div.shop_list_ .store_list_ table.shop_desc_ td {
	/*font-size: 9px;*/
	font-size: 11px;
	line-height: 1.4;
	border: 1px solid #ebebeb;
	vertical-align: top;
}

div.shop_list_ .store_list_ table.shop_desc_ th {
	font-weight: normal;
	background-color: #f1f1f1;
	text-align: center;
	padding: 4px 0 3px;
	vertical-align: middle;
}
div.shop_list_ .store_list_ table.shop_desc_ td {
	padding: 10px 5px 8px;
}
div.shop_list_ .store_list_ table.shop_desc_ .address_ {
}
div.shop_list_ .store_list_ table.shop_desc_ .stock_ {
	width: 50px;
}


/* 閉じる */
div.shop_list_ .close_btn_ {
	padding: 20px 10px 15px;
	margin-bottom: 15px;
}
div.shop_list_ .close_btn_ span {
	display: block;
	line-height: 2.4;
	text-align: center;
	background-color: #ececec;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* 背景 */
#shoplist_bg {
    height: 100%;
    left: 0;
    opacity: 0.45;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000;
    z-index: 210;
}
/* --------------------------------------------------------------------
	商品詳細　商品コメント1
-------------------------------------------------------------------- */
div.item_comment_ {
	margin: 0 10px 15px;
}
div.item_comment_ h2 {
	/*font-size: 12px;*/
	font-weight: bold;
	line-height: 1.25;
	margin-bottom: 9px;
}
div.item_comment_ p {
	/*font-size: 12px;*/
	line-height: 1.5;
}
div.item_comment_ p a.more_ {
	display: block;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.5;
	text-align: right;
	padding-top: 15px;
	padding-right: 25px;
	background-image: url(../img/usr/sb/common/ico_arrow15.png);
	background-position: right 19px;
	background-repeat: no-repeat;
	-webkit-background-size: 13px 7px;
	background-size: 13px 7px;
}
div.item_comment_ p a.more_.open_ {
	padding-bottom: 10px;
	width: 100%;
	text-align: left;
	background-image: url(../img/usr/sb/common/ico_arrow16.png);
	text-indent: -9999px;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* --------------------------------------------------------------------
	商品詳細　アコーディオン
-------------------------------------------------------------------- */
div.detail_acc_ {
}
div.detail_acc_ h2 {
	/*font-size: 12px;*/
	line-height: 1.25;
	padding: 17px 10px 16px;
	border-top: 1px solid #ebebeb;
	background-image: url(../img/usr/sb/common/ico_arrow13.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 32px 10px;
	background-size: 32px 10px;
}
div.detail_acc_ h2.open_ {
	background-image: url(../img/usr/sb/common/ico_arrow14.png);
}
div.detail_acc_ .inner_ {
	display: none;
}

/* --------------------------------------------------------------------
	商品詳細　商品寸法
-------------------------------------------------------------------- */
div.item_size_ {
}
div.item_size_ .inner_ {
	margin: 0 10px 30px;
}
div.item_size_ table {
	width: 100%;
	border-top: 1px solid #e2e2e2;
}
div.item_size_ table th,
div.item_size_ table td {
	width: 25%;
	text-align: center;
	padding: 5px 0 4px;
	border-bottom: 1px solid #e2e2e2;
}
div.item_size_ table th {
	background-color: #fafafa;
}

div.item_size_comment_ {
	margin-top: 10px;
}

/* --------------------------------------------------------------------
	商品詳細　アイテム詳細
-------------------------------------------------------------------- */
div.goodsspec_wrap_ {
}
div.goodsspec_wrap_ .inner_ {
	margin: 0 10px 35px;
	padding: 8px 10px 10px;
	background-color: #decbc4;
}

/* --------------------------------------------------------------------
	商品一覧
-------------------------------------------------------------------- */
div.goods_ {
	margin-bottom:10px;
	padding-bottom:10px;
}
div.icon_ span img {
	vertical-align: top;
}
ul.goods_p_ {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 15px 0;
	/*overflow: hidden;*/
}
ul.goods_p_ li {
	width: calc(50% - 5px);
	margin-right: 10px;
	margin-bottom : 15px;
}
ul.goods_p_ li:nth-of-type(odd) {
	margin-right: 10px;
}
ul.goods_p_ li:nth-of-type(even) {
	margin-right: 0;
}
ul.goods_p_ li a {
	text-decoration:none;
	display: block;
	padding: 0 0 20px;
	position: relative;
}
ul.goods_p_ li div.nolink_ {
	padding: 10px 0;
	display: block;
}

ul.goods_p_ li figure.img_{
	height: auto!important;
}
ul.goods_p_ li div.desc_ {
}
ul.goods_p_ li figure.img_ {
	width: 100%;
	padding-bottom: 4px;
}
ul.goods_p_ li figure.img_ img {
	width: 100%;
}
ul.goods_p_ li div.icon1_ {
	/*width: 38px;*/
	/*height: 38px;*/
	position: absolute;
	left: 0;
	top: -19px;
	display : flex;
	align-items : baseline;
}

ul.goods_p_ li div.icon1_ img{
	height : 19px;
}

ul.goods_p_ li div.icon1_ img:not(:first-child){
	margin-left : 3%;
}
ul.goods_p_ li div.desc_ {
}
ul.goods_p_ li div.desc_ div.icon2_ {
	width: 105%;
	display : none;
}
ul.goods_p_ li div.desc_ div.icon2_ img {
	max-width: 47%;
	margin: 0 4px 5px 0;
}
ul.goods_p_ li a div.desc_ div.name_ {
	margin:0 0 10px;
	text-decoration:underline;
}
ul.goods_p_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_p_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_p_ li div.desc_ div.name_ .name2_ {
	font-size: 12px;
}
ul.goods_p_ li div.desc_ .price_box .sale_price_ {
	display: inline;
	margin-right: 3px;
}
ul.goods_p_ li div.desc_ .price_box .sale_price_ span{
	font-size: 90%;
	margin-left: 5px;
}
ul.goods_p_ li div.desc_ .price_box .price_pop_ {
	display: inline;
}
ul.goods_p_ li div.desc_ .price_box .price_ {
	color: #7b7676;
	display: inline;
}
ul.goods_p_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}
#goods_list_load_button {
	width: 100%; 
	text-align:center;
	background-color: #6396E2;
}
#goods_list_load_button span {
	font-weight: bold;
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}
#goods_list_loading_button {
	display: none;
	width: 100%;
	text-align:center;
}


/* --------------------------------------------------------------------
	商品一覧 ランキング
-------------------------------------------------------------------- */

ul.goods_r_ {
	padding: 10px 15px 0 15px;
	overflow: hidden;
}
ul.goods_r_ li {
	width: 30%;
	float: left;
	margin-right: 5%;
}
ul.goods_r_ li:nth-child(3n) {
	margin-right: 0;
}
ul.goods_r_ li:nth-child(3n+1) {
	clear: both;
}
ul.goods_r_ li a {
	text-decoration:none;
	display: block;
	padding: 0 0 10px;
	position: relative;
}
ul.goods_r_ li div.nolink_ {
	padding: 0 0 10px;
	display: block;
}
ul.goods_r_ li .rank_icon_ {
	color: #7b7676;
	/*font-size: 10px;*/
	font-size: 12px;
	width: 13px;
	height: 13px;
	text-align: center;
	line-height: 1.3;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
}

ul.goods_r_ li.rank1_ .rank_icon_,
ul.goods_r_ li.rank2_ .rank_icon_,
ul.goods_r_ li.rank3_ .rank_icon_ {
	border: 1px solid #000000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
ul.goods_r_ li.rank1_ .rank_icon_ {
	background: url(../img/usr/sb/common/rank1.png) left top no-repeat;
	background-size: 13px 18px;	-webkit-background-size: 13px 18px;
	width: 13px;
	height: 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
	text-indent: -9999px;
	border: none;
}
ul.goods_r_ li.rank2_ .rank_icon_ {
	background: url(../img/usr/sb/common/rank2.png) left top no-repeat;
	background-size: 13px 18px;	-webkit-background-size: 13px 18px;
	width: 13px;
	height: 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
	text-indent: -9999px;
	border: none;
}
ul.goods_r_ li.rank3_ .rank_icon_ {
	background: url(../img/usr/sb/common/rank3.png) left top no-repeat;
	background-size: 13px 18px;	-webkit-background-size: 13px 18px;
	width: 13px;
	height: 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
	text-indent: -9999px;
	border: none;
}
ul.goods_r_ li figure.img_{
	height: auto!important;
}
ul.goods_r_ li div.desc_ {
}
ul.goods_r_ li figure.img_ {
	width: 100%;
	padding-bottom: 4px;
	display: table;
	table-layout: fixed;
}
ul.goods_r_ li figure.img_ .inner_ {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul.goods_r_ li figure.img_ img {
	width: 100%;
}
ul.goods_r_ li div.desc_ {
}
ul.goods_r_ li div.desc_ div.icon_ {
}
ul.goods_r_ li div.desc_ div.icon_ span.icon1_ img,
ul.goods_r_ li div.desc_ div.icon_ span.icon2_ img {
	width:40px;
	height:13px;
	vertical-align:top;
}
ul.goods_r_ li a div.desc_ div.name_ {
	display: none;
	margin:0 0 10px;
	/*text-decoration:underline;*/
}
ul.goods_r_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_r_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_r_ li div.desc_ div.name_ .name2_ {
	/*font-size: 12px;*/
}
ul.goods_r_ li div.desc_ .price_box_ small {
	display: block;
}
ul.goods_r_ li div.desc_ .price_box {
	text-align: right;
	padding: 0 5px 0 0;
}
ul.goods_r_ li div.desc_ .price_box .sale_price_ {
	display: inline;
	margin-right: 3px;
}
ul.goods_r_ li div.desc_ .price_box .price_pop_ {
	display: inline;
}
ul.goods_r_ li div.desc_ .price_box .price_ {
	color: #7b7676;
	display: inline;
}
ul.goods_r_ li div.desc_ .price_box .sale_price_ span{
	font-size: 90%;
	margin-left: 5px;
}
/* 商品一覧 ランキング スライダー */
.category_slider .bx-wrapper {
	position: relative;
	
}
.category_slider .bx-controls-direction > a {
	position: absolute;
	height: 15px;
	width: 8px;
	top: 50%;
	margin-top: -11px;
	text-indent: -9999px;
}
.category_slider .bx-controls-direction > a.bx-prev {
	left: -15px;
	background: url(../img/usr/sb/category_slider_prev.png) no-repeat;
	background-size: 8px 15px;
}
.category_slider .bx-controls-direction > a.bx-next {
	right: -15px;
	background: url(../img/usr/sb/category_slider_next.png) no-repeat;
	background-size: 8px 15px;
}







/*トップページ
-----------------------------------------------------*/
#toppage ul.goods_r_ li .rank_icon_{
	width: 13px;
	height: 18px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 13px 18px;
	background-size: 13px 18px;
	position: absolute;
	left: 4px;
	top: 4px;
	z-index: 100;
	color: #7b7676;
	font-weight: bold;
	font-size: 10px;
}
#toppage ul.goods_r_ li:nth-child(-n+3) .rank_icon_{
	text-indent: 400%;
}
#toppage ul.goods_r_ li.rank1_ .rank_icon_,
#toppage ul.goods_r_ li.rank2_ .rank_icon_,
#toppage ul.goods_r_ li.rank3_ .rank_icon_ {
	border: 0;
}
#toppage ul.goods_r_ li.rank1_ .rank_icon_{
	background-image: url(../img/usr/sb/common/rank1.png);
}
#toppage ul.goods_r_ li.rank2_ .rank_icon_{
	background-image: url(../img/usr/sb/common/rank2.png);
}
#toppage ul.goods_r_ li.rank3_ .rank_icon_{
	background-image: url(../img/usr/sb/common/rank3.png);
}



/* --------------------------------------------------------------------
	商品一覧 サムネイル
-------------------------------------------------------------------- */
ul.goods_t_ {
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px 0;
	overflow: hidden;
}
ul.goods_t_ li {
	width: calc(50% - 5px);
	margin-right: 2%;
	margin-bottom : 37px;
}

ul.goods_t_ li:first-child,
ul.goods_t_ li:nth-child(2){
	padding-top : 19px;
}
ul.goods_t_ li:nth-of-type(odd) {
	margin-right: 10px;
}
ul.goods_t_ li:nth-of-type(even) {
	margin-right: 0;
}
ul.goods_t_ li a {
	text-decoration:none;
	display: block;
	padding: 0 0 10px;
	position: relative;
}
ul.goods_t_ li div.nolink_ {
	display: block;
	padding: 0 0 10px;
}

ul.goods_t_ li figure.img_,
ul.goods_t_ li div.desc_ {
}
ul.goods_t_ li figure.img_ {
	width: 100%;
	padding-bottom: 10px;
	display: table;
	table-layout: fixed;
	position: relative;
}
ul.goods_t_ li figure.img_ span.inner_ {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
ul.goods_t_ li figure.img_ img {
	width: 100%;
}
ul.goods_t_ li figure.img_ .sold_out_ {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: table;
	background-image: url(../img/usr/sb/soldout.png);
	background-position: left top;
	background-repeat: repeat;
	-webkit-background-size: 5px 5px;
	background-size: 5px 5px;
}
ul.goods_t_ li figure.img_ .sold_out_ span {
	color: #908989;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.goods_t_ li div.icon1_ {
	position: absolute;
	left: 0;
	top: -19px;
	display : flex;
	align-items : baseline;
}
ul.goods_t_ li div.icon1_ img{
	height : 19px;
}

ul.goods_t_ li div.icon1_ img:not(:first-child){
	margin-left : 3%;
}
ul.goods_t_ li div.desc_ {
}
ul.goods_t_ li div.desc_ div.icon2_ {
	width: 105%;
	display : none;
}
ul.goods_t_ li div.desc_ div.icon2_ img {
	max-width: 46%;
	margin: 0 3px 5px 0;
}
ul.goods_t_ li a div.desc_ div.name_ {
	margin:0 0 10px;
	font-size: 10px;
	/*text-decoration:underline;*/
}
ul.goods_t_ li div.desc_ div.name_ .name1_ {
	font-weight: bold;
}
ul.goods_t_ li a div.desc_ div.name_ .name1_ {
	color: #00377F;
}
ul.goods_t_ li div.desc_ div.name_ .name2_ {
	/*font-size: 12px;*/
}
ul.goods_t_ li div.desc_ .price_box_ small {
	display: block;
}
ul.goods_t_ li a div.desc_ div.price_box p.price_ {
	text-decoration:none;
}

/* --------------------------------------------------------------------
	商品一覧 
-------------------------------------------------------------------- */
.reco_ ul,
ul.goods_h_ {
	padding: 18px 10px 0;
	overflow: hidden;
}
.reco_ ul li,
ul.goods_h_ li {
	width: 32%;
	float: left;
	margin-right: 2%;
}
.reco_ ul li:nth-child(2n),
ul.goods_h_ li:nth-child(2n) {
	/*margin: 0;*/
}
.reco_ ul li:nth-child(3n),
ul.goods_h_ li:nth-child(3n) {
	float: right;
	margin: 0;
}
.reco_ ul li a,
ul.goods_h_ li a {
	text-decoration:none;
	display: table;
	width: 100%;
	padding: 0 0 10px;
	table-layout: fixed;
}
.reco_ ul li div.nolink_ ,
ul.goods_h_ li div.nolink_ {
	padding: 0 0 10px;
	display: block;
}
.reco_ ul li figure.img_ ,
ul.goods_h_ li figure.img_ {
	position: relative;
	width: 100%;
	height: auto!important;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.reco_ ul li p,
ul.goods_h_ li p {
	text-align:left;
	font-size: 10px;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
h1.search_headline1_ {
	color: #5c5c5c;
	/*font-size: 14px;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	padding: 0 0 7px;
	margin: 0 10px 15px;
	border-bottom: 2px solid #7b7676;
}
dl.goodssearch_ {
	margin: 0 10px;
}
dl.goodssearch_ dt {
	/*font-size: 10px;*/
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 3px;
}
dl.goodssearch_ dd {
	margin-bottom: 15px;
}
dl.goodssearch_ dd select {
	max-width: none;
	width: 100%;
	margin: 0;
}
/* キーワード */
dl.goodssearch_ dd.search_keyword_ input {
	width: 90%;
	max-width: none;
}
/* サイズ */
dl.goodssearch_ dd.search_size_ {
	letter-spacing: -4px;
}
dl.goodssearch_ dd.search_size_ label {
	display: inline-block;
	border: 1px solid #d1cfcf;
	padding: 9px 40px 8px 5px;
	letter-spacing: 0;
	margin: 0 5px 5px 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
dl.goodssearch_ dd.search_size_ label.active_ {
	border: 1px solid #fe6877;
}
dl.goodssearch_ dd.search_size_ label input[type=checkbox] {
	width: 12px;
	height: 12px;
	border-radius: 0;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
}
dl.goodssearch_ dd.search_size_ label input[type="checkbox"]:checked {
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff6575), color-stop(0.00, #ff6575));
	background: -webkit-linear-gradient(#ff6575, #ff6575);
	background: -moz-linear-gradient(#ff6575, #ff6575);
	background: -o-linear-gradient(#ff6575, #ff6575);
	background: -ms-linear-gradient(#ff6575, #ff6575);
	background: linear-gradient(#ff6575, #ff6575);
}
dl.goodssearch_ dd.search_size_ label input[type="checkbox"]:checked:before {
    position: absolute;
    left: 1px;
    top: 7px;
    display: block;
    content: "";
    width: 4px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right center;
}

dl.goodssearch_ dd.search_size_ label input[type="checkbox"]:checked:after {
    display: block;
    position: absolute;
    left: 5px;
    top: 8px;
    content: "";
    width: 8px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-53deg);
    -webkit-transform-origin: left center;
}
/* 価格 */
dl.goodssearch_ dd.search_price_ input {
	width: 105px;
}
/* カラー */
dl.goodssearch_ dd.search_color_ {
}
dl.goodssearch_ dd.search_color_ input[type=checkbox] {
	width: 1px;
	height: 1px;
	opacity: 0;
	font-size: 1px;
	padding: 0;
	border: 0;
	background: none;
	margin: 0 -3px 0 0;
}
dl.goodssearch_ dd.search_color_ input[type=checkbox] + label {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	border: 1px solid #ffffff;
	padding: 1px;
	margin: 0 0 2px;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1px;
}
dl.goodssearch_ dd.search_color_ input[type=checkbox]:checked + label {
	border: 1px solid #ff6575;
}
dl.goodssearch_ dd.search_color_ label img {
	width: 100%;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* ボタン */
div.search_submit_ {
	text-align: center;
	letter-spacing: -4px;
}
div.search_submit_ .search_btn_ {
	display: inline-block;
	letter-spacing: 0;
	margin: 0 5px 30px;
	text-align: center;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
div.search_submit_ .search_btn_ img {
	height: 32px;
}
div.search_submit_ .reset_btn_ {
	border: 1px solid #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #ececec));
	background: -webkit-linear-gradient(#ececec, #ececec);
	background: -moz-linear-gradient(#ececec, #ececec);
	background: -o-linear-gradient(#ececec, #ececec);
	background: -ms-linear-gradient(#ececec, #ececec);
	background: linear-gradient(#ececec, #ececec);
}
div.search_submit_ .submit_btn_ {
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7b7676), color-stop(0.00, #7b7676));
	background: -webkit-linear-gradient(#7b7676, #7b7676);
	background: -moz-linear-gradient(#7b7676, #7b7676);
	background: -o-linear-gradient(#7b7676, #7b7676);
	background: -ms-linear-gradient(#7b7676, #7b7676);
	background: linear-gradient(#7b7676, #7b7676);
}
/* --------------------------------------------------------------------
	カテゴリー
-------------------------------------------------------------------- */
/* カテゴリー詳細 */
div.sub_category_ {
	margin-top: 10px;
}
/* カテゴリー一覧 */
nav.CategoryStyleG_ {
	border-top: 1px solid #e5e5e5;
}
nav.CategoryStyleG_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
nav.CategoryStyleG_ ul.layer1_ {
	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 #e5e5e5;
	word-break:break-all;
}
nav.CategoryStyleG_ ul li.nochild_ {
}
nav.CategoryStyleG_ ul.layer0_ li {
	min-height:40px;
	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 #e5e5e5;
	border-bottom:none;
	background-color: transparent;
}
nav.CategoryStyleG_ ul li a,
nav.CategoryStyleG_ ul li span.nolink_ {
	padding:10px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a.haveimg_,
nav.CategoryStyleG_ ul li span.haveimg_ {
	padding:0 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.CategoryStyleG_ ul li a .name_{
	text-decoration: underline;
}
nav.CategoryStyleG_ ul li a .comment_,
nav.CategoryStyleG_ ul li span.nolink_ .comment_ {
	/*font-size: 12px;*/
	text-decoration: none;
}
nav.CategoryStyleG_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top:0;
	right:0;
}
nav.CategoryStyleG_ ul li p.img_ {
	width: 35px;
	height: 35px;
	padding:2px 10px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.CategoryStyleG_ ul li p.img_ img {
	width: 35px;
	height: 35px;
}
nav.CategoryStyleG_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.CategoryStyleG_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.CategoryStyleG_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
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;
}

/* --------------------------------------------------------------------
	ジャンル
-------------------------------------------------------------------- */
/* ジャンル詳細 */
div.sub_genre_ {
	margin-top: 10px;
}
/* ジャンル一覧 */
nav.GenreStyle_ {
	border-top: 1px solid #e5e5e5;
}
nav.GenreStyle_ ul.layer0_ {
	padding-left: 0;
	background: #F0F0F0;
}
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 #e5e5e5;
	word-break:break-all;
}
nav.GenreStyle_ ul li.nochild_ {
}
nav.GenreStyle_ ul.layer0_ li {
	min-height:40px;
	background-color: #FFF;
	position:relative;
}
nav.GenreStyle_ ul.layer1_ li,
nav.GenreStyle_ ul.layer2_ li,
nav.GenreStyle_ ul.layer3_ li {
	min-height:40px;
	border-top: 1px solid #e5e5e5;
	border-bottom:none;
	background-color: transparent;
}
nav.GenreStyle_ ul li a,
nav.GenreStyle_ ul li span.nolink_ {
	padding:10px 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a.haveimg_,
nav.GenreStyle_ ul li span.haveimg_ {
	padding:0 10px;
	text-decoration: none;
	vertical-align:middle;
	display:block;
}
nav.GenreStyle_ ul li a .name_{
	text-decoration: underline;
}
nav.GenreStyle_ ul li a .comment_,
nav.GenreStyle_ ul li span.nolink_ .comment_ {
	/*font-size: 12px;*/
	text-decoration: none;
}
nav.GenreStyle_ ul li p.parent_ {
	padding: 0;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	vertical-align: top;
	overflow: hidden;
	position:absolute;
	top:0;
	right:0;
}
nav.GenreStyle_ ul li p.img_ {
	width: 35px;
	height: 35px;
	padding:2px 10px 0 0;
	vertical-align:middle;
	overflow: hidden;
	display:table-cell;
}
nav.GenreStyle_ ul li p.img_ img {
	width: 35px;
	height: 35px;
}
nav.GenreStyle_ ul li p.name_ {
	vertical-align:middle;
	display:table-cell;
}

nav.GenreStyle_ ul li p.parent_ {
	background: url(../img/usr/minus.png) right top no-repeat;
}
nav.GenreStyle_ ul li p.parent_.img_hidden_ {
	background: url(../img/usr/plus.png) right top no-repeat;
}
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.layer1_ li .name_,
nav.GenreStyle_ ul.layer1_ li .comment_ {
	padding-left: 20px;
}
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;
}
/* --------------------------------------------------------------------
	絞り込み項目と並び替えのボタン
-------------------------------------------------------------------- */
div.tab_btn_ {
	border-top: 1px solid #e2e2e2;
	background-color: #fafafa;
}
div.tab_btn_ ul {
	overflow: hidden;
}
div.tab_btn_ ul li {
	float: left;
	width: 50%;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	padding: 15px 0 14px;
	border-bottom: 1px solid #e2e2e2;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.tab_btn_ ul li.re_btn_ {
	border-right: 1px solid #e2e2e2;
}
div.tab_btn_ ul li.re_btn_link_ {
	border-right: 1px solid #e2e2e2;
}
div.tab_btn_ ul li.select_ {
	border-bottom: 0;
	position: relative;
	transition: all 0.1s;
}
div.tab_btn_ ul li.select_:after {
	content: "";
	background: url(../img/usr/sb/search_close.png) no-repeat;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 10%;
	margin-top: -9px;
}
div.tab_btn_.tab_event_ {
	border-top: 0;
}
div.tab_btn_.tab_event_ ul li.sort_btn_link_ {
	float: none;
	width: 100%;
	border-top: 1px solid #e2e2e2;
}
/* --------------------------------------------------------------------
	絞り込み項目
-------------------------------------------------------------------- */
/* 絞り込み項目一覧 */
#block_of_filter {
	background-color: #fafafa;
}
nav.FilterStyle_ {
	display: none;
}
nav.FilterStyle_ ul.layer0_ {
	margin: 0 10px 21px;
	border: 1px solid #e2e2e2;
	border-top: 0;
}
nav.FilterStyle_ ul li {
	width: 100%;
	word-break:break-all;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav.FilterStyle_ ul.layer0_ > li {
	background-color: #FFF;
	border-top: 1px solid #e2e2e2;
}
nav.FilterStyle_ ul li p.parent_,
nav.FilterStyle_ ul li span {
}
nav.FilterStyle_ ul li span {
}
nav.FilterStyle_ ul li p.name_ {
	/*font-size: 12px;*/
	line-height: 2.8;
	padding-left: 9px;
}
nav.FilterStyle_ ul li p.parent_ {
	color: #ffffff;
	background-color: #7b7676;
	background-image: url(../img/usr/sb/common/ico_arrow12.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 21px 7px;
	background-size: 21px 7px;
}
nav.FilterStyle_ ul li p.parent_.img_hidden_ {
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/usr/sb/common/ico_arrow11.png);
}
nav.FilterStyle_ ul.layer0_ li span.nochild_ {
	padding-left: 40px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ {
	border-top: 1px solid #e2e2e2;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_:first-child {
	border-top: 0;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label {
	display: block;
	padding: 10px 30px 9px 7px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label.active_ {
	background-color: #decbc4;
	background-image: url(../img/usr/sb/common/ico_close.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 10px;
	background-size: 20px 10px;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label input[type="checkbox"] {
	opacity: 0;
	width: 1px;
	height: 1px;
	margin: 0;
	padding: 0;
}
nav.FilterStyle_ ul.layer_ li.nochild_ .name_ label img {
	vertical-align: middle;
}
/* カテゴリ */
nav.FilterStyle_ .category_wrap_ {
	padding: 21px 10px;
	overflow: hidden;
	background-color: #fafafa;
	border-bottom: 1px solid #e2e2e2;
}
nav.FilterStyle_ .category_wrap_ h2 {
	float: left;
	font-weight: normal;
	line-height: 2.8;
	padding: 0 36px 0 0;
}
nav.FilterStyle_ .category_wrap_ select {
	float: left;
	margin: 0;
	width: 72%;
}
/* こだわり条件 */
nav.FilterStyle_ h2.condi_ {
	font-weight: normal;
	line-height: 1.25;
	padding: 18px 10px 10px 10px;
	/*border-top: 1px solid #e2e2e2;*/
}
/* サイズ/価格/カラーの形を変形する */
nav.FilterStyle_ ul.layer0_.defo_ {
	margin: 0;
	border: 0;
}
nav.FilterStyle_ ul.layer0_.defo_ li {
	background-color: #fafafa;
}
nav.FilterStyle_ ul.layer0_.defo_ p.name_ {
	padding: 19px 10px;
	line-height: 1.25;
}
nav.FilterStyle_ ul.layer0_.defo_ li p.parent_ {
	color: #333333;
	background-color: #fafafa;
	background-image: url(../img/usr/sb/common/ico_arrow14.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 32px 10px;
	background-size: 32px 10px;
}
nav.FilterStyle_ ul.layer0_.defo_ li p.parent_.img_hidden_ {
	background-color: #fafafa;
	background-image: url(../img/usr/sb/common/ico_arrow13.png);
}
nav.FilterStyle_ ul.layer0_.defo_ li > .layer_  > li {
	padding: 0 10px 21px;
}
/* サイズ */
#filter_size li {
	overflow: hidden;
}
#filter_size .name_ {
	float: left;
	width: 30%;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
	margin: 0 2% 10px 0;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#filter_size .name_ label {
	padding-right: 10px;
	text-align: center;
}
#filter_size .name_ label.active_ {
	background-image: none;
}
/* カラー */
#div_search_color.title_ {
    /*font-size: 12px;*/
    line-height: 2.8;
    padding-left: 9px;
	margin: 0 10px;
	border: 1px solid #e2e2e2;
	background-color: #ffffff;
}
nav.FilterStyle_ #filter_color.layer0_.defo_ li .title_.parent_ {
	color: #ffffff;
	background-color: #7b7676;
	background-image: url(../img/usr/sb/common/ico_arrow12.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 21px 7px;
	background-size: 21px 7px;
}
nav.FilterStyle_ #filter_color.layer0_.defo_ li .title_.parent_.img_hidden_ {
	color: #333333;
	background-color: #ffffff;
	background-image: url(../img/usr/sb/common/ico_arrow11.png);
}
nav.FilterStyle_ #filter_color {
	padding-bottom: 21px;
}
nav.FilterStyle_ #filter_color ul.layer_ {
	margin: 0 10px;
	border: 1px solid #e2e2e2;
	border-top: 0;
}
nav.FilterStyle_ #filter_color ul.layer_ li {
	padding: 0;
}
/* ボタン */
nav.FilterStyle_ .btn_wrap_ {
	padding: 21px 30px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background-color: #fafafa;
	overflow: hidden;
}
nav.FilterStyle_ .btn_wrap_ input.reset_btn_ {
	width: 32%;
	float: left;
	border: 1px solid #e2e2e2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ececec), color-stop(0.00, #ececec));
	background: -webkit-linear-gradient(#ececec, #ececec);
	background: -moz-linear-gradient(#ececec, #ececec);
	background: -o-linear-gradient(#ececec, #ececec);
	background: -ms-linear-gradient(#ececec, #ececec);
	background: linear-gradient(#ececec, #ececec);
}
nav.FilterStyle_ .btn_wrap_ input.refine_btn_ {
	width: 63%;
	float: right;
	border: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #7b7676), color-stop(0.00, #7b7676));
	background: -webkit-linear-gradient(#7b7676, #7b7676);
	background: -moz-linear-gradient(#7b7676, #7b7676);
	background: -o-linear-gradient(#7b7676, #7b7676);
	background: -ms-linear-gradient(#7b7676, #7b7676);
	background: linear-gradient(#7b7676, #7b7676);
}
/* --------------------------------------------------------------------
	イベント
-------------------------------------------------------------------- */
/* イベント一覧 */
div.event_ {
	margin-bottom: 10px;
}
div.event_ h2.event_banner_ {
	margin: 0 10px 10px;
	text-align: center;
}
div.event_ h2.event_title_ {
	background-color: #7b7676;
	clear: both;
}
div.event_ h2.event_title_ a {
	display: block;
	color: #ffffff;
	padding: 9px 10px 11px 10px;
}
div.event_ h2.event_title_ span.nolink_ {
	padding: 15px;
	display: block;
}

/* --------------------------------------------------------------------
	履歴
-------------------------------------------------------------------- */
.ttl_history_{
	margin: 18px 0 0;
	position: relative;	
}
.ttl_history_ span{
	display: block;
	height: 1px;
	padding-bottom: 4%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% ;
	background-size: 100% ;
	text-indent: -9999px;
	margin: 0 14%;
	position: relative;
	z-index: 10;
	/* background-image: url(../img/usr/sb/top/title_itemHistory.png); */
	background: url(/img/usr/sb/common/title_itemHistory_20220510.png) no-repeat center center;
	width: 64%;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 3%;
}
.ttl_history_:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 37.5px;
	width: 100%;
	background: url(../img/usr/sb/top/title_bg.png) 0 0 repeat-x;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
 }
div.itemhistory_more_ {
	padding: 23px 0 18px;
	margin: 0 10px;
	text-align: center;
}
div.itemhistory_more_ span {
	/*font-size: 13px;*/
	font-size: 15px;
	line-height: 1.3;
	padding: 0 24px 0 0;
	background-image: url(../img/usr/sb/common/ico_arrow05.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 15px 8px;
	background-size: 15px 8px;
}
div.itemhistory_more_.open_ span {
	background-image: url(../img/usr/sb/common/ico_arrow06.png);
}
/* --------------------------------------------------------------------
	カスタマーレビュー一覧
--------------------------------------------------------------------- */
/* レビュー情報 */
h2#ttl_userreview {
	margin-bottom:0;
}
div.review_info_ {
	padding:10px;
	/*background:#eeeeee;*/
}
div.review_count_summary_ {
	margin-bottom: 5px;
	padding: 6px;
	background: #FFFFFF;
	border: 1px solid #e5e5e5;
}
div.review_count_summary_ dl dt,
div.review_count_summary_ dl dd {
	display: inline;
}
div.review_count_summary_ dl dd img {
	height:17px;
	position:relative;
	top:-3px;
}
div.review_count_summary_ dl.review_score_ {
}
div.review_count_summary_ dl.review_score_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ {
}
div.review_count_summary_ dl.review_count_ dt {
	font-weight: bold;
}
div.review_count_summary_ dl.review_count_ dd {
	padding-left: 4px;
}
div.review_desc_ {
}
div.review_desc_ .btn_review_ {
	text-align: right;
	margin-top: 10px;
}
div.review_desc_ .btn_review_ a {
	padding:0 0 0 20px;
	background:url(../img/usr/sb/common/ico_write.png) left center no-repeat;
	-webkit-background-size:14px 14px;
	background-size:14px 14px;
	text-decoration: underline!important;
}
.review_pagenav_ {
	margin: 0 0 10px 0;
	clear: both;
	background: #F0F0F0;
	padding: 5px 10px;
	border-bottom: 1px solid #CCC;
}
/**/
/* レビュー ページ切換 */
div#page_changer_top {
}
div#page_changer_top .pager_ref_ {
	margin: 2px 5px;
	color: #003780;
	text-decoration: underline;
	font-weight: bold;
	white-space: nowrap;
}
div#page_changer_top .pager_now_ {
	margin: 2px 5px;
	color:#CC0000;
	font-weight: bold;
	white-space: nowrap;
}
/**/
/* レビュー記事 */
.review_line_ {
	padding: 10px;
	border-bottom:1px solid #e5e5e5;
}
.review_line_:first-child {
	border-top:1px solid #e5e5e5;
}
.review_line_title_ {
	padding: 5px;
	/*font-size: 16px;*/
	font-size: 18px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	word-break:break-all;
}
.review_line_body_ {
	padding: 5px;
}

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_ {
}
div.review_line_summary_ dl.review_line_name_ dt {
	font-weight:normal;
}
div.review_line_summary_ dl.review_line_name_ dd {
	padding-left: 4px;
}
div.review_line_summary_ dl.review_line_score_ img {
	height:17px;
	position:relative;
	top:-3px;
}
div.review_line_summary_ dl.review_line_score_ dt {
	font-weight:normal;
}
.review_line_comment_ {
	padding: 2px;
	word-break:break-all;
}
.review_line_ .moderate_vote_ {
	padding:10px 0 0;
	border-top:#e5e5e5 1px dotted;
	/*font-size:11px;*/
	font-size: 13px;
}
.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 {
	margin: 10px 10px 20px;
}
#review_form a {
	text-decoration:none;
}

/**/
/* --------------------------------------------------------------------
	カスタマーレビュー投稿画面
--------------------------------------------------------------------- */
/* 入力画面 */
div.review_ {
}
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_ {
	margin:0 10px;
	/*border:1px solid #CCC;*/
	border-bottom: none;
	margin-bottom:10px;
}
dl.review_list_ dt
, dl.review_list_ dd {
	display: block;
	white-space: nowrap;
}
dl.review_list_ dt {
	padding: 5px 10px;
	background-color: #decbc4;
}
dl.review_list_ dd {
	padding: 5px 10px;
	/*border-bottom: 1px solid #CCC;*/
}
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_ div.questionnaire_name_ {
	font-weight: bold;
}
div.questionnaire_ h3 {
	font-weight: bold;
	margin-top: 10px;
}
.questionnaire_input_ textarea {
	width: 95%;
}
div.questionnaire_ div.typeCust input.zip_ {
	width: 140px;
}
div.questionnaire_ label {
	padding-right: 15px;
}
/* --------------------------------------------------------------------
	マイページ　クーポン一覧
-------------------------------------------------------------------- */
div.coupon_table_ {
	margin: 0 10px;
}
table.coupon_ {
	width: 100%;
	border: 1px solid #CCCCCC;
	border-bottom: none;
	margin: 0 0 10px;
}
table.coupon_ th
, table.coupon_ td {
	padding: 1px 5px;
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
}
table.coupon_ th {
	background-color: #F8F8F8;
	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;
}

dl.formdetail_.cardlist_ {
	padding-top: 10px;
}
div.estimate_card_form_ .message_ {
	padding-top: 10px;
}
div.estimate_card_form_ dl.formdetail_.estimate_.card_ {
	margin: 0;
}
div.estimate_card_form_ dl.formdetail_.estimate_.card_ dd {
	margin: 0;
	padding: 0;
}
div.estimate_card_form_ dl.formdetail_.estimate_.card_ #keepcard dd {
	padding: 5px 10px;
	margin-top: 8px;
}
/* --------------------------------------------------------------------
	マイページ　アドレス帳の新規登録・変更
-------------------------------------------------------------------- */
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 #ebebeb;
	border-bottom: none;
	margin: 0 0 10px;
}
table.point_ th, table.point_ td {
	font-weight: normal;
	padding: 5px 10px;
	border-bottom: 1px solid #ebebeb;
	text-align:left;
}
table.point_ th {
	background-color: #eae5de;
	vertical-align: middle;
	/*width: 35%;*/
	width: 40%;
	font-weight: normal;
}

/* --------------------------------------------------------------------
	利用可能なクーポン一覧
--------------------------------------------------------------------- */
.coupon_area_ .label_ {
	display: inline-block;
}
.coupon_area_ .input_ {
	display: inline-block;
}
.coupon_area_ .input_ input[name="coupon"] {
	max-width: 52%;
}
a.open_available_coupon {
	color: #fff !important;
	background: none repeat scroll 0 0 #666666 !important;
	text-decoration: none !important;
	white-space: nowrap !important;
}

#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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	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 #3fbf0d;*/
	background-color: #decbc4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	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-size: 18px;
	font-weight: bold;
	width: 90%;
	margin-bottom: 3%;
}
.order_modal_ p {
	margin-bottom: 5%;
	/*font-size: 13px;*/
	font-size: 15px;
}
.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;
}
/* --------------------------------------------------------------------
	トップページ　メインビジュアル
-------------------------------------------------------------------- */
#mainvisual {
	text-align: center;
}
#mainvisual .bx-loading{
  margin: -webkit-calc(50vw - 4px) auto;
  margin: calc(50vw - 4px) auto;
  font-size: 8px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7A7676, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #7A7676, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #7A7676, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #7A7676, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #7A7676, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #7A7676, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #7A7676, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #7A7676;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #7A7676, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #7A7676, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #7A7676, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #7A7676, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #7A7676, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #7A7676, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #7A7676, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #7A7676;
  }
}


#mainvisual .bx-loading + ul {
	display: none;
}
#mainvisual .bx-pager {
	text-align: center;
	letter-spacing: -4px;
	padding: 15px 0 0;
}
#mainvisual .bx-pager .bx-pager-item {
	display: inline-block;
	width: 5px;
	height: 5px;
	letter-spacing:0;
	margin: 0 2px 0 3px;
}
#mainvisual .bx-pager .bx-pager-item a {
	display: block;
	width: 5px;
	height: 5px;
	background-color: #d1cfcf;
	border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-indent: -9999px;
}
#mainvisual .bx-pager .bx-pager-item a.active {
	background-color: #7b7676;
}
#main_thu {
	padding: 10px 0 15px;
}
#main_thu ul {
	text-align: center;
	letter-spacing: -5px;
}
#main_thu ul li {
	display: inline-block;
	width: 22%;
	letter-spacing: 0;
	margin: 0 1%;
}
#main_thu ul li a {
	display: block;
}
#main_thu ul li a span.flame_ {
	display: none;
}
#main_thu ul li a.active {
	position: relative;
}
#main_thu ul li a.active span.flame_ {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ff6575;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#main_thu ul li a.active span.flame_:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/* --------------------------------------------------------------------
	トップページ　HOT WORD
-------------------------------------------------------------------- */
#key_search{
	background: #eeeeee;
	padding: 15px 0 15px 10px;
	overflow-x: scroll;
}
#key_search dl {
	width: 100%;
}
#key_search dl dt,
#key_search dl dd {
	float: left;
}
#key_search dl dt {
	width: 25%;
	max-width: 200px;
	padding-right: 5%
}
#key_search dl dt img{
	width: 87px;
	height: 12.5px;
}
#key_search dl dd {
	width: 70%;
}
#key_search dl dd ul {
	width: 5000px;
}
#key_search dl dd ul li {
	float: left;
	padding: 4px 15px 2px 0;
}

/* --------------------------------------------------------------------
	トップページ　重要なお知らせ
-------------------------------------------------------------------- */
#important_notices {
	margin: 20px 10px 0;
}
#important_notices dl {
	display: table;
	width: 100%;
}
#important_notices dl dt,
#important_notices dl dd {
	display: table-cell;
	vertical-align: top;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.3;
}
#important_notices dl dt {
	width: 33%;
}
#important_notices dl dd a {
	display: block;
	/*font-size: 10px;*/
	font-size: 12px;
	line-height: 1.3;
}
/* --------------------------------------------------------------------
	トップページ　バナー
-------------------------------------------------------------------- */
div.topbanner_ {
	margin: 0 15px;
	padding: 18px 0;
	overflow: hidden;
}
div.topbanner_ div.topbanner_item_{
	float: left;
	width: 49%;
	margin-bottom: 2%;
	text-align: center;
}
div.topbanner_ div.topbanner_item_ div.name_{
	margin: 5px 5px 15px 5px;
	font-size: 12px;
}
div.topbanner_ div.topbanner_item_:nth-child(odd){
	margin-right: 1%;
}
div.topbanner_ div.topbanner_item_:nth-child(even){
	margin-left: 1%;
}
div.topbanner_ div.topbanner_item_:nth-child(2n+1){
	clear: left;
}
.topbanner2_ {
	text-align: center;
	margin: 50px 15px;
}

/* --------------------------------------------------------------------
	トップページ　もっと見る系のボタン
-------------------------------------------------------------------- */
div.btn_more_ {
	padding: 0 10px;
	margin: 20px 10px 32px 10px;
	border: 1px solid #d1cfcf;
	border-radius: 15px;
    -webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
div.btn_more_ a {
	display: block;
	/*font-size: 13px;*/
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
	padding: 7px 0 6px;
	background-image: url(../img/usr/sb/common/ico_arrow04.png);
	background-position: right center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 18px;
	background-size: 18px 18px;
}

/* --------------------------------------------------------------------
	トップページ　イベントタイトル（置き換え）
-------------------------------------------------------------------- */
div.topeventttl_ {
	margin: 18px 0 30px;
	position: relative;
}
div.topeventttl_ a {
	display: block;
	height: 1px;
    padding-bottom: 16%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% ;
	background-size: 100% ;
	text-indent: -9999px;
	margin: 0 14%;
    position: relative;
	z-index: 10;
}
div.topeventttl_:after,
div.ttl_topbanner_:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 37.5px;
	width: 100%;
	background: url(../img/usr/sb/top/title_bg.png) 0 0 repeat-x;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
 }
/* 特集ページ */
div.ttl_topbanner_{
	margin: 18px 0 0;
	position: relative;
}
div.ttl_topbanner_ a{
	display: block;
	height: 1px;
    padding-bottom: 16%;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% ;
	background-size: 100% ;
	text-indent: -9999px;
	margin: 0 14%;
    position: relative;
	z-index: 10;
	background-image: url(../img/usr/sb/top/ttl_topbanner.png);
}

/* 新着アイテム */
#topttl_new a {
	background-image: url(../img/usr/sb/top/title_new.png);
}
/* ランキング */
#topttl_ranking a {
	background-image: url(../img/usr/sb/top/title_ranking.png);
}
/*おすすめ */
#topttl_osusume a {
	background-image: url(../img/usr/sb/top/title_osusume.png);
}


/* --------------------------------------------------------------------
	入荷案内メール申し込み
-------------------------------------------------------------------- */
div.mail_.col1_ .stock_info_ {
	margin: 0 10px 20px;
}
div.mail_.col1_ .stock_info_ p {
	/*font-size: 12px;*/
	line-height: 1.4;
}
div.mail_.col1_ .box_ input {
	max-width: none;
	width: 90%;
}




/* --------------------------------------------------------------------
	【重要】システム変更に伴うお知らせ 2016/9/9
-------------------------------------------------------------------- */
#about_migration {
	margin: 0 10px;
}
#about_migration .btn_ {
	text-align: center;
}
#about_migration .btn_ a {
	display: block;
	background-position: right center;
	background-repeat: no-repeat;
}
/* 重要 */
#about_migration .important_box_ {
	border: 3px solid #e83a46;
	margin-bottom: 30px;
}
#about_migration .important_box_ h3 {
	text-align: center;
	background-color: #e83a46;
}
#about_migration .important_box_ .inner_ {
	text-align: center;
	padding: 7px 20px 8px;
}
#about_migration .important_box_ .inner_ p {
	font-size: 12px;
	line-height: 1.5;
}
/**/
#about_migration h2 {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 16px;
	border-bottom: 3px solid #ebebeb;
}

/*section1
-----------------------------*/
#about_migration #section1 {
	text-align: center;
	margin-bottom: 25px;
}
#about_migration #section1 p {
	font-size: 12px;
	line-height: 1.66;
	margin: 0 5px 25px;
}
#about_migration #section1 p.red_ {
	color: #e83a46;
	margin: 0;
}

#about_migration #section1 #btn_transition {
	background-color: #7b7676;
	margin-bottom: 10px;
}
#about_migration #section1 #btn_transition a {
	background-image: url(../img/usr/sb/freepage/about_migration/ico_arrow01.png);
	-webkit-background-size: 24px 16px;
	background-size: 24px 16px;
}
#about_migration #section1 #btn_migrated {
	background-color: #ececec;
	border: 1px solid #e2e2e2;
	margin-bottom: 6px;
}
#about_migration #section1 #btn_migrated a {
	background-image: url(../img/usr/sb/freepage/about_migration/ico_arrow02.png);
	-webkit-background-size: 23px 16px;
	background-size: 23px 16px;
}
/*section2
-----------------------------*/
#about_migration #section2 {
	text-align: center;
	margin-bottom: 50px;
	background-color: #f2f2f2;
}
#about_migration #section2 h3 {
	border-bottom: 2px solid #dfdfdf;
}
#about_migration #section2 .inner_ {
	padding: 15px 15px 20px;
}
#about_migration #section2 p {
	font-size: 12px;
	line-height: 1.16;
	margin-bottom: 12px;
}
#about_migration #section2 .tel_ {
	margin-bottom: 13px;
}
#about_migration #section2 #btn_inquiry {
	background-color: #7b7676;
}
#about_migration #section2 #btn_inquiry a {
	background-image: url(../img/usr/sb/freepage/about_migration/ico_arrow01.png);
	-webkit-background-size: 24px 16px;
	background-size: 24px 16px;
}


/* --------------------------------------------------------------------
	オーダーバレエシューズ
-------------------------------------------------------------------- */
#orderballetshoes { text-align: center; overflow: hidden;}
#orderballetshoes img { max-width: 100%; max-height: 100%;}
#orderballetshoes .for_pc { display:none;}
#orderballetshoes h2      { margin-bottom: 10px; text-align: center;}
#orderballetshoes section { max-width:640px; margin: 0 auto;}
#orderballetshoes #contents01 .main_text_ { margin:0 10px 25px;}
#orderballetshoes #contents01 .main_point_{ margin:0 10px 30px;}
#orderballetshoes #contents02             { padding: 24px 0 20px; background: #f5f5ef;}
#orderballetshoes #contents02 h3          { margin-bottom:14px;}
#orderballetshoes #contents02 .head_text_ { margin:0 10px 14px;}
#orderballetshoes #contents02 #navlist    { margin:0 10px; overflow: hidden;}
#orderballetshoes #contents02 #navlist li { width:48%; margin-bottom: 10px; text-align: center; float: left;}
#orderballetshoes #contents02 #navlist li:nth-child(2n) { float: right;}
#orderballetshoes #contents03             { padding:10px; background: #f5f5ef;}
#orderballetshoes #contents03 .inner_     { padding:0 0 1px 0; background: #ffffff;}
#orderballetshoes #contents03 h3          { margin-bottom:14px;}
#orderballetshoes #contents03 #toetype li { margin: 0 0 40px 0; text-align: center;}
#orderballetshoes #contents04             { padding:10px; background: #f5f5ef;}
#orderballetshoes #contents04 .inner_     { padding:0 0 1px 0; background: #ffffff;}
#orderballetshoes #contents04 h3          { margin-bottom:14px;}
#orderballetshoes #contents04 h4          { margin-bottom:14px; text-align: center;}
#orderballetshoes #contents04 .head_text_ { margin-bottom:14px;}
#orderballetshoes #contents04 .image_     { margin-bottom:32px;}
#orderballetshoes #contents05             { padding:10px; background: #f5f5ef;}
#orderballetshoes #contents05 .inner_     { padding-bottom:20px; margin-bottom:20px; background: #ffffff;}
#orderballetshoes #contents05 h3          { margin-bottom:14px;}
#orderballetshoes #contents05 .head_text_ { margin-bottom:14px;}
#orderballetshoes #contents06             { background: #f5f5ef;}
#orderballetshoes #contents06 .inner_     { margin:0 10px 20px; background: #ffffff;}
#orderballetshoes #contents06 h3          { margin-bottom:14px;}
#orderballetshoes #contents06 .head_text_ { margin-bottom:14px;}
#orderballetshoes #contents06 .size_      { padding-bottom:30px;}
#orderballetshoes #contents06 h4          { padding:20px 0; background: #ffffff;}
#orderballetshoes #contents06 #specialbox { padding: 0 10px 45px; overflow: hidden; background: #ffffff;}
#orderballetshoes #contents06 .box01_     { width: 47%; text-align: center; float: left;}
#orderballetshoes #contents06 .box02_     { width: 47%; text-align: center; float: right;}
#orderballetshoes #contents06 .image_     { margin-bottom:15px;}
#orderballetshoes #contents07             { margin-bottom:30px;}
#orderballetshoes #contents07 h3          { margin-bottom:14px;}
#orderballetshoes #contents07 li          { margin:0 10px 15px;}
#orderballetshoes #contents07 .image_     { margin-bottom:10px;}
#orderballetshoes #contents07 .comment_   { font-size: 11px; line-height: 1.4; color: #000000;}
#orderballetshoes #contents07 .step03_ .comment_ { max-width: 280px; padding: 8px 0; margin: 0 auto; border: #000000 2px solid;}
#orderballetshoes #contents08 h3          { margin-bottom:14px;}
#orderballetshoes #contents08 li          { margin: 0 10px 30px;}
#orderballetshoes #contents08 .image_     { margin-bottom:10px;}
#orderballetshoes #contents08 .btn_       { margin:0 30px;}
#orderballetshoes #contents09             { margin:0 auto 50px; padding:0 10px;}
#orderballetshoes #contents10 h3          { margin-bottom:20px;}
#orderballetshoes #contents10 li          { margin:0 10px 20px;}
#orderballetshoes #contents10 .button_    { margin:0 40px 70px;}

/* --------------------------------------------------------------------
	Fuka silhouette 最旬の深めシルエットシューズ
-------------------------------------------------------------------- */

#fuka_silhouette {
	width: 100%;
	margin: 0 auto;
}

#fuka_silhouette h2 {
	text-align: center;
}

#fuka_silhouette p.readtxt {
	text-align: center;
	font-size: 12px;
	padding: 20px 20px 30px 20px;
	line-height: 1.7em;
}

#fuka_silhouette table {
	width: 100%;
}

#fuka_silhouette table img {
	vertical-align: top;
	line-height: 0;
width: 100%;
}

#fuka_silhouette .footerLink_pc {
	display: none;
}

#fuka_silhouette .footerLink_sp {
	background-color: #efefef;
	margin-top: 20px;
}

#fuka_silhouette .footerLink_sp a {
	text-align: center;
	width: 320px;
	margin-top: 20px;
	margin: 0 auto;
	display: block;
}

#fuka_silhouette .footerLink_sp img {
	width: 100%;
}

/* --------------------------------------------------------------------
商品一覧ページ下部に特集バナースライダー
-------------------------------------------------------------------- */
.featured_bnr {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.featured_bnr .name_ {
	display: none;
}
.featured_bnr li {
	float: left;
	width: 50%;
	/*display: none;*/
}
 .featured_bnr .bx-wrapper {
	position: relative;
}
.featured_bnr .bx-wrapper li {
	display: block;
}
.featured_bnr .bx-controls-direction > a {
	position: absolute;
	height: 15px;
	width: 8px;
	top: 50%;
	margin-top: -7px;
	text-indent: -9999px;
}
.featured_bnr .bx-controls-direction > a.bx-prev {
	left: -15px;
	background: url(../img/usr/sb/category_slider_prev.png) no-repeat;
	background-size: 8px 15px;
}
.featured_bnr .bx-controls-direction > a.bx-next {
	right: -15px;
	background: url(../img/usr/sb/category_slider_next.png) no-repeat;
	background-size: 8px 15px;
}

/* --------------------------------------------------------------------
商品詳細ページ　
-------------------------------------------------------------------- */
.goodsspec_ > form select {
	height: 40px;
	line-height: 40px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	position: relative;
	background-size: auto 40px;
}
div.cartbox_.fixed_ {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	box-sizing: border-box;
	padding: 10px 77px 13px 10px;
	z-index: 98;
}
div.cartbox_.fixed_ #cart_in input.cart_btn_ {
	width: auto;
	height: 35px;
}
div.cartbox_.fixed_ .variationlist_ {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}
div.cartbox_.fixed_ .variationlist_ > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	width: 49%;
	margin: 0;
	background-size: auto 30px;
	padding-right: 35px;
	height: 30px;
	line-height: 30px;
}
div.cartbox_.fixed_ .variationlist_ > select#select_color {
	float: left;
}
div.cartbox_.fixed_ .variationlist_ > select#select_size {
	float: right;
}
#page .contents_ .ttl_history_ span {
	background: url(../img/usr/sb/common/title_itemHistory.png) no-repeat center center;
	background-size: 96px 12px;
	margin: 0;
	padding: 50px 0  0 0;
	height: 12px;
}

#block_of_accessory {
	
}
#reco01 .title_,
#reco02 .title_,
#block_of_accessory h2 {
	text-align: center;
	text-indent: -9999px;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 50px 0 0 0;
	height: 12px;
	border: none;
}
#reco01 .title_,
#reco02 .title_,
.accessory_list_ #block_of_accessory:first-child h2 {
	background: url(../img/usr/sb/common/title_itemReccomend.png) no-repeat center center;
	background-size: auto 12px;
}
.accessory_list_ #block_of_accessory:last-child h2 {
	/* background: url(../img/usr/sb/common/title_itemRelated.png) no-repeat center center;
	background-size: auto 12px; */
	text-indent: 0;
	color: #707070;
	text-align: center;
	font-family: 'Hiragino Kaku Pro W6';
	font-size: 22px;
	font-weight: normal;
	text-indent: unset !important;
	background-image: unset !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.accessory_list_ #block_of_accessory:last-child h2::before {
	content: "";
	position: absolute;
	background: #E0CFDA;
	width: 24%;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	left: 0;
}
.accessory_list_ #block_of_accessory:last-child h2::after {
	content: "";
	position: absolute;
	background: #E0CFDA;
	width: 24%;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	right: 0;
	top: 55px;
} 
#reco01 .title_:after {
	width: 10%;
}
#reco02 .title_:after,
#block_of_accessory h2:after {
	width : 100%;
}
#reco01 .title_:after,
#reco02 .title_:after,
#block_of_accessory h2:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	height: 37.5px;
	background: url(../img/usr/sb/top/title_bg.png) 0 0 repeat-x;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
/* --------------------------------------------------------------------
	OFF率で探す
--------------------------------------------------------------------- */
.discount_wrapper_ {
	margin: 12px auto 15px;
}
.discount_head_ {
	color: red;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.discount_nav_ {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 15px;
}
.discount_nav_ li {
	width: 31%;
	margin: 1.75% 0 0 1.75%;
}
.discount_nav_ a {
	display: block;
	text-align: center;
	border: 1px solid #e2e2e2;
	text-decoration: none;
	padding: 10px 0;
	border-radius: 3px;
}
.discount_nav_ .active a {
	background-color: #decbc4;
}
/* 横画面の場合 */
@media (orientation: landscape){
	.discount_nav_ {
		justify-content: center;
		flex-wrap: inherit;
		margin: 8px 0 16px;
	}
	.discount_nav_ li {
		width: 12%;
		margin: 0;
	}
	.discount_nav_ li+li {
		margin-left: 10px;
	}
}
.contents_ .event_ .goods_ {
	position: relative;
	width: calc(100% - 10px);
	margin: 0 auto;
}
.contents_ .event_ .goods_ .goods_r_ {
	/*overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;*/
	display: flex;
}
.contents_ .event_ .bx-controls-direction a {
	height: 100%;
	width: 20px;
	position: absolute;
	top: 0;
	text-indent: -99999px;
}
.contents_ .event_ .bx-controls-direction .bx-prev{
	position: absolute;
	width: 15px;
	height: 35px;
	left: 0;
	top: 46%;
	background: url("../img/usr/common/bx-prev.png") no-repeat;
}
.contents_ .event_ .bx-controls-direction .bx-next {
	position: absolute;
	width: 15px;
	height: 35px;
	right: 0;
	top: 46%;
	background: url("../img/usr/common/bx-next.png") no-repeat;
}
#page .contents_ .event_ .goods_ .bx-wrapper .bx-viewport .goods_r_ .desc_  .price_box{
	text-align: center;
	padding: 0%;
}
#page .contents_ .event_ .goods_ .bx-wrapper .bx-viewport .goods_r_ .desc_  .revico-star-zone .revico-star .revico-star-block {
	transform:scale(0.7);
}

/* h2見出しフォント変更**/
#topttl_new a div,
#topttl_feature_rank span,
#topttl_osusume a,
#topttl_feature span,
.ecbn-selection-widget-new div.event_title_img_ .vsm_sp,
.event_title_img_.revico_custom div,
.special_content_bnr .ttl_topbanner_ div,
.ttl_history_ span,
#page .contents_ #block_of_history .ttl_history_ span,
#reco01 p.title_,
.event_title_img.vsm_staffstayling_goods_title .txt_eng.vsm_sp,
.accessory_list_ #block_of_accessory .common_headline2_,
#_rcmdjp_display_1 .reco_ .title_{
	font-family : sans-serif !important;
}

/* カート内の関連アイテム */
.cartlist_ #block_of_accessory h2.common_headline2_ {
	text-indent: 0;
	color: #707070;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	text-indent: unset !important;
	background-image: unset !important;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
	background-color: transparent;
}
.cartlist_ #block_of_accessory h2.common_headline2_::before {
	content: "";
	position: absolute;
	background: #E0CFDA;
	width: 24%;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	left: 0;
	top: 22px;
}
.cartlist_ #block_of_accessory h2.common_headline2_::after {
	content: "";
	position: absolute;
	background: #E0CFDA;
	width: 24%;
	height: 2px;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	right: 0;
	top: 22px;
}

/* --------------------------------------------------------------------
	icon_fuwasara
--------------------------------------------------------------------- */
#toppage .icon1_ img {
	width: auto;
	height: 19px;
}
div.goods_.-fuwasara-icon .goods_t_ li {
	padding: 0;
}

div.goods_.-fuwasara-icon .goods_t_ li .icon1_ {
	gap: 3px;
	flex-wrap: wrap;
	position: static;
}

div.goods_.-fuwasara-icon .goods_t_ li .icon1_ img {
	height: 19px;
	width: auto;
	margin: 0;
}

/* アイコンサイズ調整 */
.goodsproductdetail_ div.goodsimg_ .icon1_ {
	top: -33px;
	font-size: 0;
	line-height: 0;
}

.goodsproductdetail_ div.goodsimg_ .icon1_ img {
	width: auto;
	height: 25px;
}

.is-goods-page-icons .navitopicpath_ {
	margin: 10px 10px 55px;
}
