@charset "Shift_JIS";

/* --------------------------------------------------------------------
	オークション ヘッダー／フッター
--------------------------------------------------------------------- */
#header.auction { background: #ffea01;}
#footer.auction #footer_bottom { background: #ffea01;}
#footer.auction .change_mode_ ul li { color: #000000;}
#footer.auction .change_mode_ ul li.pc_ span {
	border: #000000 1px solid;
	background: url(../img/usr/auction/icon_pc.png) 50px center no-repeat;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
#goods_detail_page .common_headline2_ {
	padding: 10px 0;
	margin-bottom: 20px;
	border: none;
	border-bottom: #dadada 2px solid;
}
#goods_detail_page .common_headline2_:after {
	display: none !important;
}
div.goodsproductdetail_ {
	width:100%;
	margin-bottom: 10px;
}
div.goodsproductdetail_ .navitopicpath_.bottom_ {
	margin-bottom: 80px;
}
div.goodsproductdetail_ form {
	width: 446px;
}

table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}
#spec_goods_icon {
	margin-bottom: 10px;
  width: 100%;
}
#spec_goods_icon img {
	height: 28px;
	margin-right: 10px;
}
#spec_goods_comment {
  width: 100%;
}

/* 商品画像 */
#goods_detail_page .goodsproductdetail_  {
	display: flex;
  flex-wrap: wrap;
	width: 100%;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}
#goods_detail_page .goodsproductdetail_ .goodsdetail_right_ {
	width: 446px;
	
}

.goodsproductdetail_ #gallery {
	margin-bottom: 30px;
	zoom: 1;
      margin-right: 40px;
}
.goodsproductdetail_ #gallery:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.goodsimg_ .img_L_ {
	width: 485px;
	height: 485px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
div.goodsimg_ .img_L_ li a {
	display: block;
}
div.goodsimg_ .img_L_ #gallery_img_L img {
	max-width: 485px;
	max-height: 485px;
	display: inline;
  opacity: 0;
}
div.goodsimg_ .img_L_ #gallery_img_L .slick-slide img {
  opacity: 1;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}

div.goodsdetailimg_ .img_L_ {
	width: 485px;
	height: 485px;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto;
}
div.goodsdetailimg_ .img_L_ li a {
	display: block;
}
div.goodsdetailimg_ .img_L_ #gallery_img_L img {
	max-width: 485px;
	max-height: 485px;
	display: inline;
  opacity: 0;
}
div.goodsdetailimg_ .img_L_ #gallery_img_L .slick-slide img {
  opacity: 1;
}
div.goodsdetailimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsdetailimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsdetailimg_ .img_c_ .comment_ {
	margin-top: 5px;
}

.goodsproductdetail_ #gallery .bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.goodsproductdetail_ #gallery .bx-wrapper .bx-controls-direction a.bx-prev {
	width: 40px;
	height: 640px;
	left: -40px;
}
.goodsproductdetail_ #gallery .bx-wrapper .bx-controls-direction a.bx-next {
	width: 40px;
	height: 640px;
	right: -40px;
}

div.goodsimg_#gallery .slick-arrow {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px 45px;
	border-radius: 50%;
	border: none;
	width: 50px;
	height: 50px;
	margin-top: -20px;
	margin: -20px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	z-index: 1;
	background: rgba(255,255,255, 0.6);
  cursor: pointer;
}
div.goodsimg_#gallery .slick-arrow::before {
	width: 14px;
	height: 14px;
	border-left: 1px solid #414141;
	border-bottom: 1px solid #414141;
	content: '';
	display: block;
}
div.goodsimg_#gallery .slick-next {
	right: 10px;
}
div.goodsimg_#gallery .slick-next::before {
	transform: rotate(-135deg);
	margin-left: -4px;
}
div.goodsimg_#gallery .slick-prev {
	left: 10px;
}
div.goodsimg_#gallery .slick-prev::before {
	transform: rotate(45deg);
	margin-right: -4px;
}
div.goodsimg_#gallery .slick-counter {
	position: absolute;
	bottom: 15px;
	background: rgba(58,58,58,0.5);
	left: 50%;
	line-height: 1.1;
	transform: translateX(-50%);
	font-size: 11px;
	color: #333;
	margin: 10px auto 0;
	z-index: 10;
	padding: 5px 10px;
	pointer-events: none;
	border-radius: 50px;
  color: #fff;
}

div.goodsdetailimg_#gallery .slick-arrow {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 20px 45px;
	border-radius: 50%;
	border: none;
	width: 50px;
	height: 50px;
	margin-top: -20px;
	margin: -20px 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	z-index: 1;
	background: rgba(255,255,255, 0.6);
  cursor: pointer;
}
div.goodsdetailimg_#gallery .slick-arrow::before {
	width: 14px;
	height: 14px;
	border-left: 1px solid #414141;
	border-bottom: 1px solid #414141;
	content: '';
	display: block;
}
div.goodsdetailimg_#gallery .slick-next {
	right: 10px;
}
div.goodsdetailimg_#gallery .slick-next::before {
	transform: rotate(-135deg);
	margin-left: -4px;
}
div.goodsdetailimg_#gallery .slick-prev {
	left: 10px;
}
div.goodsdetailimg_#gallery .slick-prev::before {
	transform: rotate(45deg);
	margin-right: -4px;
}
div.goodsdetailimg_#gallery .slick-counter {
	position: absolute;
	bottom: 15px;
	background: rgba(58,58,58,0.5);
	left: 50%;
	line-height: 1.1;
	transform: translateX(-50%);
	font-size: 11px;
	color: #333;
	margin: 10px auto 0;
	z-index: 10;
	padding: 5px 10px;
	pointer-events: none;
	border-radius: 50px;
  color: #fff;
}
#gallery_thumbnail {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  opacity: 0;
}
#gallery_thumbnail > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((485px - 49px) / 8);
  height: calc((485px - 49px) / 8);
  margin: 0 7px 7px 0;
  cursor: pointer;
}
#gallery_thumbnail > div.thumb-active:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #c6000f;
}
#gallery_thumbnail > div:nth-child(8n) {
  margin-right: 0;
}
#gallery_thumbnail img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
#gallery_img_L .slick-dots {
  display: none !important;
}

/* 商品画像バリエーション */
div.etc_goodsimg_line_prev_btn_ {
	width: 96px;
	height: 20px;
	margin: 0 0 6px 0;
	float: right;
	background: url(../img/usr/common/d_prev.png) center center no-repeat;
}
div.etc_goodsimg_line_prev_btn_.no_bg_ {
	height: 0;
	margin: 0 0 26px 0;
	background: none;
}
div.etc_goodsimg_line_next_btn_ {
	width: 96px;
	height: 20px;
	margin: 6px 0 0;
	float: right;
	background: url(../img/usr/common/d_next.png) center center no-repeat;
}
div.etc_goodsimg_line_next_btn_.no_bg_ {
	height: 0;
	margin: 26px 0 0 0;
	background: none;
}
div.etc_goodsimg_line_prev_btn_ a ,
div.etc_goodsimg_line_next_btn_ a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
div.etc_goodsimg_line_prev_btn_.first_ ,
div.etc_goodsimg_line_next_btn_.last_ {
	background: none;
}
div.etc_goodsimg_ {
	width: 640px;
	margin: 0 auto;
}
div.etc_goodsimg_line_ {
	display: flex;
	flex-wrap: wrap;
}
div.etc_goodsimg_item_ {
	width: 55px;
	height: 55px;
	margin-left: 10px;
	margin-top: 10px;
}
div.etc_goodsimg_item_:nth-of-type(10n+1) {
	margin-left: 0;
}
div.etc_goodsimg_item_ a {
	cursor: pointer;
	box-sizing: border-box;
	position: relative;
	width: 55px;
	height: 55px;
	vertical-align: middle;
	text-align: center;
	display: block;
	box-sizing: border-box;
}
div.etc_goodsimg_item_ img {
	width: 100%;
	height: 100%;
}
div.etc_goodsimg_item_ a.active::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border: #0da4b2 2px solid;
}

/* 添付ファイル */
dl.attach_ {
	margin: 0 0 10px 0;
}
dl.attach_ dt {
	margin-bottom: 5px;
	padding: 0 0 5px 20px;
	font-weight: bold;
	background: url(../img/sys/file.gif) 0 0 no-repeat;
	border-bottom: 1px dotted #CCC;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}

/* 商品情報 上 */
.goods_shop_ {
	margin-bottom: 15px;
}
.goods_shop_ a {
  text-decoration: underline;
}
.goods_shop_ a:hover {
  color: #333;
  text-decoration: none;
}
.goodsproductdetail_ .goods_name_ {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.4;
}

/* ポイント */
.point_icon_.modal_point_icon_ {
  margin: -5px 0 15px;
  border: #b9e0cc 3px solid;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  padding: 3px 5px;
  color: #00833f;
  display: inline-block;
  word-break: keep-all;
  box-sizing: border-box;
  border-radius: 2px;
  font-feature-settings: 'palt';
  background: #fff;
}
.goods_detail_point_icon_ {
  margin: 0px 0 5px;
  border: #b9e0cc 3px solid;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  padding: 1px 4px;
  color: #00833f;
  display: inline-block;
  word-break: keep-all;
  box-sizing: border-box;
  border-radius: 2px;
  font-feature-settings: 'palt';
  background: #fff;
}

/* 価格 */
.default_pricebox_ {
  display: none;
  margin: 0 0 3px;
}
.default_pricebox_.show {
  display: block;
}
.default_pricebox_ .price_ {
  font-size: 14px;
  text-decoration: line-through;
}
.default_pricebox_ .price_ span {
  font-size: 10px;
}
.goods_pricebox_ {
	display: flex;
	align-items: flex-end;
	margin: 0 0 10px;
}
.goods_pricebox_ .price_ {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
	margin-right: 20px;
}

.goods_pricebox_ .price_.on_sale_ {
  color: #b3241d;
}
.goods_pricebox_ .price_ .xsmall_ {
	font-weight: normal;
	font-size: 10px;
}
.goods_pricebox_ .deliveryfee_ {
	font-size: 12px;
	border-radius: 1px;
	background: #efefef;
	padding: 8px 10px;
	line-height: 1.1;
	display: inline-block;
}
.goods_jrepoint_ {
	color: #00833f;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 12px;
}
.default_pricebox_.show + .goods_pricebox_ .price_ {
  color: #b3241d;
}
.saledate_ {
  display: none;
  color: #b3241d;
  font-size: 14px;
  border-bottom: 1px dashed #b3241d;
  margin: 3px 0 15px;
  letter-spacing: 0.5px;
}
.saledate_.show {
  display: inline-block;
}

.goodsdetail_right_ .stock_ {
	margin: 15px 0 20px;
}
.goodsdetail_right_ .stock_ .comment_ {
	display: inline-block;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 1.1;
	border-radius: 2px;
	border: 1px solid rgba(51,51,51,0.5);
}

.receive_goods_icon_ {
	margin: 0 5px;
	border: #f9c9e3 3px solid;
	text-align: center;
	font-size: 13px;
	padding: 1px 4px;
	color: #dd1d82;
	display: inline-block;
	word-break: keep-all;
}

/* 商品タイプ・商品サイズ */
.goodsproductdetail_ .descbox_ {
	width: 100%;
}
.descbox_ .colors_,
.descbox_ .sizes_,
.goods_qty_ {
	margin: 10px 0 5px;
	display: flex;
}
.descbox_ .colors_ dl,
.descbox_ .sizes_ dl {
  display: flex;
  align-items: flex-start;
}
.descbox_ .colors_ dt,
.descbox_ .sizes_ dt,
.goods_qty_ttl_ {
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: left;
  width: 66px;
  line-height: 2;
  letter-spacing: 0.04px;
  align-self: center;
}
.descbox_ .sizes_ dt {
	align-self: flex-start;
}
.descbox_ .colors_ dd,
.descbox_ .sizes_ dd {
  display: flex;
  flex-wrap: wrap;
}
.descbox_ .colors_ .color_Thumbnail_,
.descbox_ .sizes_ .size_ {
  position: relative;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.descbox_ .colors_ .color_Thumbnail_ {
  display: none;
  width: 70px;
  height: 70px;
  border: 1px solid #e7e7e7;
  background-size: 58px 58px;
  background-repeat: no-repeat;
  background-position:center center;
  box-sizing: border-box;
}
.descbox_ .colors_ .color_Thumbnail_.show_ {
  display: block;
}
.descbox_ .sizes_ .size_ {
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  min-width: 70px;
  min-height: 28px;
  text-align: center;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
}
.descbox_ .sizes_ .size_.show_ {
  display: flex;
}

.descbox_ .colors_ .color_Selected_:after,
.descbox_ .sizes_ .size_Selected_:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #00833f;
  box-sizing: border-box;
  z-index: 1;
}
.colors_ .color_Thumbnail_:not(.color_EnableStock_):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to top left, transparent, transparent 49%, #dfdfdf 49%, #dfdfdf 51%, transparent 51%, transparent);
  background-image: -moz-linear-gradient(to top left, transparent, transparent 49%, #dfdfdf 49%, #dfdfdf 51%, transparent 51%, transparent);
  background-image: linear-gradient(to top left, transparent, transparent 49%, #dfdfdf 49%, #dfdfdf 51%, transparent 51%, transparent);
}
.sizes_ .size_:not(.size_EnableStock_):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(to top left, transparent, transparent 48%, #dfdfdf 48%, #dfdfdf 52%, transparent 52%, transparent);
  background-image: -moz-linear-gradient(to top left, transparent, transparent 48%, #dfdfdf 48%, #dfdfdf 52%, transparent 52%, transparent);
  background-image: linear-gradient(to top left, transparent, transparent 48%, #dfdfdf 48%, #dfdfdf 52%, transparent 52%, transparent);
}
.goods_variation_ li img {
  max-width: 100%;
  max-height: 100%;
}
.goods_qty_box_ {
  display: flex;
  align-items: center;
  border: 1px solid #c2c2c2;
  border-radius: 3px;
  overflow: hidden;
}
.goods_qty_box_ input {
	width: 40px;
	box-sizing: border-box;
  padding: 1px;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
}

/* カートに入れるボタン */
.goodsproductdetail_ .cart_button_area_ {
  display: flex;
  align-items: center;
  margin: 30px auto 0;
  justify-content: space-between;
  width: 100%;
}

.goodsproductdetail_ .cart_button_area_ .aj_cart_button_area_ {
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: space-between;
  width: 100%;
}

.goodsproductdetail_ .cart_button_area_ .bookmark_button_ {
	width: 46px;
	text-align: center;
}
.goodsproductdetail_ .cart_button_area_ .bookmark_button_ a:hover,
.goodsproductdetail_ .cart_button_area_ .bookmark_button_ a:active {
	color: #333;
	opacity: 0.6;
	text-decoration: none;
}

div.cart_button_area_ a.btn_backorder_ {
	width: 320px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #0da4b2;
	display: inline-block;
	left: 0;
}

div.cart_button_area_ p.memo_ {
	width: 320px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	text-align: left;
	color: #777777;
	font-size: 12px;
	box-sizing: border-box;
}

div.cart_button_area_ div.cart_button_ span.soldout_ {
	width: 320px;
	border-radius: 30px;
	background: #acacac;
	display: inline-block;
}

div.cart_modal_info_ div.cart_button_ span.soldout_ {
	width: 294px;
	border-radius: 30px;
	background: #acacac;
	display: inline-block;
}

/* accordion */
.goodscomment_acd_ {
	margin: 0 10px 10px;
	overflow: hidden;
	position: relative;
	line-height: 2;
	padding-bottom: 5px;
  width: 972px;
  margin-left: calc((972px - 100%) * -1);
}
.goodscomment_acd_ .goodscomment_acd_body_ {
	height: auto;
	overflow: hidden;
}
.goodscomment_acd_.close_ .goodscomment_acd_body_ {
	height: 15em;
}
.goodscomment_acd_btn_ {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	border: 0;
	margin: 0 auto;
	padding: 40px 10px 10px;
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	line-height: 1.1;
	background: linear-gradient(transparent -5px, #fff 25px);
}
.goodscomment_acd_btn_::after {
	content: '';
	font-size: 11px;
	display: block;
	margin-top: 0px;
	width: 15px;
	height: 15px;
	border-left: 2px solid #414141;
	border-bottom: 2px solid #414141;
	transform: rotate(-45deg);
}
.goodscomment_acd_.open_ .goodscomment_acd_btn_ {
	display: none;
}


/* 商品スペック */
div.goodsspec_ {
	margin: 50px 0 0 0;
}
table.goodsspec_ {
	width: 100%;
	margin: 50px 0;
	border-top: #dadada 1px solid;
	border-left: none;
	border-right: none;
	border-bottom: #dadada 1px solid;
	border-collapse: collapse;
	table-layout:fixed;
}
table.goodsspec_ th {
	width: 160px;
	padding: 10px;
	border-bottom: #dadada 1px dotted;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	text-align:right;
	vertical-align: top;
	background: #f7f7f7;
}
table.goodsspec_ td {
	padding: 10px 10px 10px 15px;
	border-bottom: #dadada 1px dotted;
	border-left: none;
	border-right: none;
	border-collapse: collapse;
	text-align:left;
	vertical-align:middle;
	word-wrap: break-word;
}
table.goodsspec_ td#spec_price dl {
	display: table;
}
table.goodsspec_ td#spec_price dl dt {
	width: 120px;
	display: table-cell;
	text-align: right;
}
table.goodsspec_ td#spec_price dl dd {
	display: table-cell;
}
table.goodsspec_ td#spec_price dl.sales_price_ dd {
	font-weight: bold;
}
table.goodsspec_ td#spec_price dl.jre_point_ dt {
	color: #00833f;
}
table.goodsspec_ td#spec_price dl.jre_point_ dd {
	color: #00833f;
	font-weight: bold;
}
table.goodsspec_ td#spec_price dl.sales_price_ dd span {
	font-weight: normal;
}
table.goodsspec_ td#spec_price dl.jre_point_ dd span {
	font-weight: normal;
}
table.goodsspec_ td .deliveryfee_wrap_ {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
table.goodsspec_ td .deliveryfee_text_ {
	max-width: 350px;
}
table.goodsspec_ td .deliveryfee_ {
	margin-bottom: 5px;
}
table.goodsspec_ td .deliveryfee_btn_ {
	width: 220px;
	color: #fff;
	background: #179855;
	text-decoration: none;
	display: flex;
	font-size: 15px;
	min-height: 30px;
	font-weight: bold;
	border-radius: 30px;
	align-items: center;
	justify-content: center;
}
/* 送料確認モーダル内 */
.deliveryfee_check_ {
	padding: 10px 15px;
}
.deliveryfee_check_ .label_ {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px 7px;
	line-height: 1.1;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #666;
	font-size: 13px;
}
.deliveryfee_check_ttl_ {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
.deliveryfee_section_ {
	font-size: 13px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.deliveryfee_pref_ {
	vertical-align: middle;
}
.deliveryfee_pref_ select {
	margin-right: 10px;
}
.deliveryfee_section_ .deliveryfee_ {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.deliveryfee_check_ p {
	margin-top: 8px;
}
.deliveryfee_check_ p strong {
	font-weight: bold;
}
.deliveryfee_notice_ li {
	margin-top: 15px;
	font-size: 12px;
}
.deliveryfee_notice_ li strong {
	font-weight: normal;
	color: #e61a2a;
}



/* カートボタン関係 */
div.cartbox_ {
	margin: 40px 0 25px;
	padding: 30px 30px 10px 30px;
	border: #f0f0f0 3px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	background: #fafafa;
}
.goodsproductdetail_ div.cartbox_ {
  width: 972px;
  margin-left: calc((972px - 100%) * -1);
  box-sizing: border-box;
}
.goodsproductdetail_ .StyleA_Frame_ {
    border-top: #000000 1px
}
div.cartbox_ div.cartbox_inner_ {	
	zoom: 1;
}
div.cartbox_ div.cartbox_inner_:after {	
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.cartbox_ div.pricebox_ {
	width: 250px;
	margin-top: 10px;
	position: relative;
	float: left;
}
div.cartbox_ div.pricebox_ .price_ {
	line-height: 48px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
}
div.cartbox_ div.pricebox_ .price_ .xsmall_ {
	font-size: 10px;
	font-weight: normal;
}
div.cartbox_ div.pricebox_ .deliveryfee_ {
	/* color: #e61a2a; */
	font-size: 11px!important;
    line-height: 1.1;
    display: block;
	position: absolute;
    right: 0px;
    bottom: -16px;
}

div.cartbox_ div.pricebox_ .point_info_ {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	color: #00833f;
	position: absolute;
	bottom: -5px;
	right: 30px;
}
div.cartbox_ div.pricebox_ .stock_ {
	width: 782px;
	position: absolute;
	top: -50px;
	left: 0;
}
div.cartbox_ div.pricebox_ .stock_ p {
	min-width: 130px;
	padding: 10px 15px 8px;
	border: #0da4b2 2px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	background: #ffffff;
	display: inline-block;
	position: relative;
	left: 90px;
}
div.cartbox_ div.pricebox_ .stock_ p:after {
	width: 18px;
	height: 15px;
	content: "";
	display: block;
	background-image: url(../img/usr/common/stock_comment.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 18px 15px;
	background-size: 18px 15px;
	position: absolute;
	bottom: -15px;
	left: 80px;
	margin-left: -9px;
}
div.cartbox_ div.pricebox_ .stock_ p strong {
	font-size: 18px;
	font-weight: bold;
	color: #cc2921;
}
div.cartbox_ div.descbox_ {
	width: 440px;
	float: right;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ {
	padding: 20px 0 0 0;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dt {
	display: inline-block;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd {
	display: inline-block;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd input {
	width: 100px;
	text-align: center;
	margin-right: 10px;
}
div.cartbox_ .cartbox_inner_ div.descbox_ dl.qty_ dd input:focus {
	border:solid 1px #0da4b2;
}
div.cartbox_ span.valiationlist_ {
	padding-right:4px;
	vertical-align:top;
}
div.cartbox_ input.btn_cart_l_ {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #179855;
}
.shoppage_wrap_ div.cartbox_ input.btn_cart_l_ {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #0da4b2;
}
div.cartbox_  a.btn_cart_l_ {
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #179855;
	display: inline-block;
}
.shoppage_wrap_ div.cartbox_  a.btn_cart_l_ {
	width: 320px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #0da4b2;
	display: inline-block;
	left: 0;
}
div.cartbox_ div.cart_button_ {
	width: 392px;
	height: 64px;
	margin: 20px auto 0;
	text-align: center;
	position: relative;
}
div.cartbox_ div.descbox_ div.cart_button_ {
	width: 392px;
	height: 64px;
	margin: 20px 0 0 0;
	text-align: center;
	position: relative;
}
div.cartbox_ div.cart_button_ a {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
div.cartbox_ div.cart_button_ input {
	position: absolute;
	top: 0;
	left: 0;
}
div.cartbox_ div.cart_button_ a img,
div.cartbox_ div.cart_button_ input {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.cartbox_ div.cart_button_ a:hover img,
div.cartbox_ div.cart_button_ input:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}

/* sale時 */
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ {
	width: 250px;
}
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ .price_ {
	color: #b3241d;
}
div.cartbox_ .cartbox_inner_.sale_ div.pricebox_ .price_ .icon_ {
	height: 20px;
	margin-right: 5px;
}
div.cartbox_ .cartbox_inner_.sale_ div.default_pricebox_ {
	width: 130px;
	padding: 28px 0 0 10px;
	color: #767676;
	float: left;
}
div.cartbox_ .cartbox_inner_.sale_ div.default_pricebox_ .price_ {
	color: #767676;
}
div.cartbox_ .cartbox_inner_.sale_ div.descbox_ {
	width: 300px;
}
div.cartbox_ .cartbox_inner_.sale_ div.descbox_ .saledate_ {
	padding: 5px 0;
	margin-top: 20px;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
}

/*　組み合わせ時 */
div.cartbox_ .cartbox_inner_ .variationbox_ {
	width: 440px;
	padding: 20px 0 0 0;
	margin: 0 0 0 180px;
	clear: both;
}

/* SOLDOUT時 */
div.cartbox_ .cartbox_inner_.nostock_ div.pricebox_ .price_ {
	color: #777777;
	font-weight: normal;
}
div.cartbox_ .cartbox_inner_.nostock_ div.point_info_ {
	color: #777777;
	font-weight: normal;
}
div.cartbox_ p.memo_ {
	padding: 0 75px 0 0;
	color: #777777;
	font-size: 12px;
	text-align: center;
}
div.cartbox_ .cartbox_inner_.nostock_ p.memo_ {
	width: 320px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	text-align: left;
	color: #777777;
	font-size: 12px;
	box-sizing: border-box;
}
div.cartbox_ div.cart_button_ span.soldout_ {
	width: 320px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #acacac;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}

/* バリエーションプルダウン */
div.cartbox_ .valiation_pulldown_ {
	margin-bottom: 10px;
}

/* バリエーションボックス */
div.cartbox_ div.colors_ {
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ dl {
	margin-top: 10px;
	overflow: hidden;
}
div.cartbox_ div.colors_ dl dt {
	width: 68px;
	line-height: 48px;
	float: left;
}
div.cartbox_ div.colors_ dl dd {
	width: 370px;
	float: right;
}
div.cartbox_ div.colors_ div.color_ {
	width: 48px;
	height: 48px;
	margin: 0 5px 5px 0;
	display: table-cell;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/sys/base_type.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 42px 42px;
	background-size: 42px 42px;
	float:left;
}
div.cartbox_ div.colors_ div.color2_ {
	width: 48px;
	height: 48px;
	margin: 0 5px 5px 0;
	display: table-cell;
	line-height: 48px;
	vertical-align: middle;
	text-align: center;
	background-position: center;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../img/sys/base_type.png);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 42px 42px;
	background-size: 42px 42px;
	float: left;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 1px #fafafa;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 1px #fafafa;
	background-color: #cccccc;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:#0da4b2 1px solid;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:#0da4b2 1px dashed;
	background-color: #cccccc;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ div.color_:hover {
	border:#0da4b2 1px solid!important;
}
div.cartbox_ div.colors_ br,
div.cartbox_ div.sizes_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ dl {
	margin-top: 10px;
	overflow: hidden;
}
div.cartbox_ div.sizes_ dl dt {
	width: 68px;
	line-height: 34px;
	float: left;
}
div.cartbox_ div.sizes_ dl dd {
	width: 370px;
	float: right;
}
div.cartbox_ div.sizes_ div.size_ {
	min-width: 70px;
	height: 30px;
	float:left;
	padding: 2px 5px 2px 5px;
	margin: 0 5px 5px 0;
	white-space: nowrap;
	line-height: 32px;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border: #e7e7e7 1px solid;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border: #cccccc 1px dotted;
	background-color:#cccccc;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #0da4b2;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:dotted 1px #cccccc;
	background-color:#cccccc;
	color:#0da4b2;
}
div.cartbox_ div.sizes_ div.size_:hover {
	border:#0da4b2 1px solid!important;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
span.message_ {
	float: left;
}
div.goodsspec_ div.togetherlist_ {
	padding-top: 1px;
	clear: both;
}
div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
div.group_comment_ {
}
div.group_comment_ ul {
	width: 100%;
	display: flex;
  flex-wrap: wrap;
}
div.group_comment_ ul li {
}
div.group_comment_ ul li.icon_ {
	padding-right: 7px;
}
div.group_comment_ ul li.icon_ img {
	height: 39px;
}
div.group_comment_ ul li.text_ {
  width: 100%;
  margin: 13px 0 0;
}
div.goodscomment1_ {
  width: 100%;
  margin: 0 0 10px;
}
div.goods_detail_comment2_ {
	margin-bottom: 30px;
	font-size: 12px;
	line-height: 1.8;
	word-wrap: break-word;
	width: 100%;
}
div.goodscomment4_ {
	margin-bottom: 10px;
	word-wrap: break-word;
  flex-wrap: wrap;
}
.goodscomment_acd_.open_ div.goodscomment4_ {
  max-height: none;
}
div.goodscomment3_ {
	font-size: 15px;
	line-height: 2;
	margin: 30px 10px 20px;
	word-wrap: break-word;
	width: 972px;
  margin-left: calc((972px - 100%) * -1);
}
div.goodscomment5_ {
	line-height: 2;
	margin-bottom: 30px;
	word-wrap: break-word;
}
div.goodscomment6_ {
	margin-bottom: 20px;
	word-wrap: break-word;
}
div.goodscomment6_ ul li.indent_ {
	padding-left: 1em;
	text-indent: -1em;
}
div.goodscomment7_ {
	margin-bottom: 20px;
	word-wrap: break-word;
}
div.goodscomment8_ {
	margin-bottom: 20px;
	word-wrap: break-word;
}
div.goodscomment9_ {
	margin-bottom: 20px;
	word-wrap: break-word;
}

/* goodscomment さらに表示 */
.goodscomment_acd_ {
	line-height: 2;
}
.goodscomment_acd_:not(.open_) {
  max-height: 400px;
}
.goodscomment_acd_btn_ {
	text-align: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	cursor: pointer;
	line-height: 1.1;
}
.goodscomment_acd_btn_::after {
	content: '';
	display: block;
	margin-top: -5px;
	width: 20px;
	height: 20px;
	border-left: 2px solid #414141;
	border-bottom: 2px solid #414141;
	transform: rotate(-45deg);
}


div.goods_ div.accessory_list_ {
	margin:10px 0px;
}
.goods_photo {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
}
.goods_photo a .goods_large {
	display: block;
	position: absolute;
	width: 1px;
	height: 1px;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup, .goods_photo a.goods_popup:visited {
	display: block;
	width: auto;
	top: 0;
	left: 0;
}
.goods_photo a.goods_popup:hover {
	background-color: #fff;
}
.goods_photo a.goods_popup:hover .goods_large {
	display: block;
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
#goods_detail_page .goods_detail_contact_ {
	padding: 20px 0 0 0;
	margin: 0 0 20px 0;
	/* border-top: #dadada 1px dotted; */
	text-align: left;
}
#goods_detail_page .goods_contact_ a,
#goods_detail_page .goods_detail_contact_ a {
	padding: 0 0 0 25px;
	text-decoration: underline;
	background: url(../img/usr/common/icon_contact.png) left center no-repeat;
}
#goods_detail_page .goods_contact_ + ul,
#goods_detail_page .goods_detail_contact_ + ul {
  overflow: hidden;
}
.option_buttons_ {
	margin: 0 auto 10px auto;
	padding: 10px 20px 10px 10px;
	width: 570px;
	overflow: hidden;
	background: #F8F8F8;
}
.option_buttons_ li {
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	
}

/* SNS */
ul.sns {
	list-style:none;
}
li.sns {
	float:left; margin-right:10px; margin-bottom:5px;
}
.fb_iframe_widget[layout="standard"] iframe {
	height:30px !important;
}
/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	font-weight: bold;
}
.goods_filter_ {
}

/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleT_Line_ {
	width: 105%;
	margin-bottom: 30px;
	clear: both;
}
div.StyleT_Line_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.StyleT_Item_ {
	width: 172px;
	margin: 0 30px 0 0;
	float: left;
}
div.StyleT_Item_ div.icon_ {
	max-height: 21px;
	display: block;
	margin-bottom: 5px;
}
div.StyleT_Item_ div.icon_ img {
	max-height: 21px;
}
div.StyleT_Item_ div.img_ {
	width: 172px;
	height: 198px;
	margin: 0 0 10px 0;
	text-align: center;
}
div.StyleT_Item_ div.img_ img {
	max-width: 172px;
	max-height: 172px;
}
div.StyleT_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}
div.StyleT_Item_ div.name_ {
	margin: 0 0 5px;
}
div.StyleT_Item_ div.name_ a:hover {
	text-decoration: underline;
	color: #333333;
}
div.StyleT_Item_ div.price_ img.icon_ {
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
div.StyleT_Item_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
div.StyleT_Item_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
div.StyleT_Item_ span.point_icon_ {
	margin: 0 5px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}
div.StyleT_Item_ div.name2_ {
	font-size: 12px;
}
div.StyleT_Item_ div.price_ {
	margin: 0 0 5px;
	text-align: right;
}
div.StyleT_Item_ div.cart_ {
	text-align: center;
}
div.StyleT_Item_ div.cart_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleT_Item_ div.cart_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleT_Item_ div.cart_ a {
	background: #0da4b2;
}
div.StyleT_Item_ div.auction_ {
	margin: 8px 0 12px;
	border-bottom: #a0a0a0 1px dotted;
}
div.StyleT_Item_ div.auction_ dl {
	width: 100%;
	border-top: #a0a0a0 1px dotted;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div.StyleT_Item_ div.auction_ dl dt {
	width: 42%;
	padding: 2px 0;
	font-size: 14px;
	text-align: left;
}
div.StyleT_Item_ div.auction_ dl dd {
	width: 58%;
	padding: 2px 0;
	font-size: 14px;
	text-align: right;
}
div.StyleT_Item_ div.soldout_ {
	text-align: center;
}
div.StyleT_Item_ div.soldout_ img {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #acacac;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.shoppage_wrap_ div.StyleT_Item_ div.soldout_ img {
	background: #acacac;
}

div.StyleT_Item_ div.backorder_ {
	text-align: center;
}
div.StyleT_Item_ div.backorder_ img {
	width: 156px;
	height: 34px;
	margin: 0 auto;
}
div.StyleT_Item_ div.backorder_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleT_Item_ div.backorder_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleT_Item_ div.backorder_ a {
	background: #0da4b2;
}

div.StyleT_Item_ div.bookmark_ {
	padding: 0;
	text-align: center;
}

div.StyleT_Item_ div.bookmark_ a {
	width: 156px;
	height: 18px;
	margin: 8px 0px 0px 8px;
	padding: 7px 0px 9px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #f0f0f0;
	color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-decoration:none;
}
div.StyleT_Item_ div.bookmark_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
div.StyleT_Item_ div.bookmark_ img.icon_bookmark_ {
	margin: 0px 5px 2px 0px;
}
div.StyleT_Item_ div.bookmark_ span {
	font-size: 14px;
}
.shoppage_wrap_ div.StyleT_Item_ div.bookmark_ a {
	background: #f0f0f0;
}

div.StyleO_Item_ div.auction_ {
	margin: 8px 0 12px;
	border-bottom: #a0a0a0 1px dotted;
}
div.StyleO_Item_ div.auction_ dl {
	width: 100%;
	border-top: #a0a0a0 1px dotted;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div.StyleO_Item_ div.auction_ dl dt {
	width: 42%;
	padding: 2px 0;
	font-size: 14px;
	text-align: left;
}
div.StyleO_Item_ div.auction_ dl dd {
	width: 58%;
	padding: 2px 0;
	font-size: 14px;
	text-align: right;
}

div.StyleO_Item_ dl dd span.highlight_time_ {
	color: red;
}

/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
	width: 100%;
}
div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
	margin: 0;
	width: 100%;
}

/* --------------------------------------------------------------------
	商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleD_Item_ {
	width: 100%;
	padding: 35px 0;
	border-top: #dadada 1px dotted;
	zoom: 1;
}
div.StyleD_Frame_ div.StyleD_Item_:first-child {
	padding-top: 10px;
	border-top: none;
}
div.StyleD_Item_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.StyleD_Frame_ div.img_ {
	width: 172px;
	height: 172px;
	margin: 0 10px 0 0;
	text-align: center;
	float: left;
}
div.StyleD_Frame_ div.img_ img {
	max-width: 172px;
	max-height: 172px;
}
div.StyleD_Frame_ div.desc_ {
	width: 590px;
	float: right;
}
div.StyleD_Frame_ div.desc_ img.icon_ {
	height: 21px;
	vertical-align: top;
	margin: 0 5px 0 0;
}
div.StyleD_Frame_ div.name_ {
	margin-bottom: 10px;
}
div.StyleD_Item_ span.point_icon_ {
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}
div.StyleD_Frame_ div.name1_ {
	font-weight: bold;
}
div.StyleD_Frame_ div.name2_ {
	font-weight: normal;
	font-size: 11px;
	color: #333333;
}
.shoppage_wrap_ div.StyleD_Frame_ div.name2_ {
/*	display: none; */
}
div.StyleD_Frame_ div.detail_ {
	width: 410px;
	float: left;
}
div.StyleD_Frame_ div.spec_ {
	margin-bottom: 10px;
}
div.StyleD_Frame_ div.spec_ .freeicon_ {
	margin-bottom: 5px;
}
div.StyleD_Frame_ div.spec_ .freeicon_ img {
	height: 23px;
	margin-right: 5px;
}
div.StyleD_Frame_ div.price_ {
	font-size: 16px;
}
div.StyleD_Frame_ .nostock_ div.price_ {
	color: #777777 !important;
}
div.StyleD_Frame_ div.price_ .price_pop_ {
	padding: 1px 5px;
	border: #b9e0cc 2px solid;
	text-align: center;
	font-weight: bold;
	color: #00833f;
	display: inline-block;
}
div.StyleD_Frame_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
div.StyleD_Frame_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
div.StyleD_Frame_ div.price_ small {
	font-size: 10px;
	color: #777777;
}
div.StyleD_Frame_ div.cart_ {
	width: 156px;
	padding: 22px 0 0 0;
	text-align: right;
	float: right;
}
.shoppage_wrap_ div.StyleD_Frame_ div.cart_ {
	padding: 10px 0 0 0;
}
div.StyleD_Item_ div.cart_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleD_Item_ div.cart_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleD_Item_ div.cart_ a {
	background: #0da4b2;
}
div.StyleD_Frame_ .goodscomment1_ {
	margin-top: 10px;
	clear: both;
}
div.StyleD_Frame_ div.soldout_ {
	width: 156px;
	padding: 22px 0 0 0;
	text-align: right;
	float: right;
}
.shoppage_wrap_ div.StyleD_Frame_ div.soldout_ {
	padding: 10px 0 0 0;
}
div.StyleD_Item_ div.soldout_ img {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #acacac;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.shoppage_wrap_ div.StyleD_Item_ div.soldout_ img {
	background: #acacac;
}

div.StyleD_Frame_ div.backorder_ {
	width: 156px;
	padding: 22px 0 0 0;
	text-align: right;
	float: right;
}
.shoppage_wrap_ div.StyleD_Frame_ div.backorder_ {
	padding: 10px 0 0 0;
}
div.StyleD_Item_ div.backorder_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleD_Item_ div.backorder_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleD_Item_ div.backorder_ a {
	background: #0da4b2;
}

div.StyleD_Item_ div.bookmark_ {
	width: 156px;
	padding: 5px 0 0 0;
	text-align: center;
	float: right;
}

div.StyleD_Item_ div.bookmark_ a {
	width: 156px;
	height: 18px;
/*	margin: 8px 0px 0px 8px;*/
	padding: 8px 0px 8px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #f0f0f0;
	color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-decoration:none;
}
div.StyleD_Item_ div.bookmark_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
div.StyleD_Item_ div.bookmark_ img.icon_bookmark_ {
	margin: 0px 5px 2px 0px;
}
.shoppage_wrap_ div.StyleD_Item_ div.bookmark_ a {
	background: #f0f0f0;
}


/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	overflow: hidden;
}
.accessory_list_ div.StyleP_Frame_ {
	padding-top: 10px;
}
div.StyleP_Line_ {
	width: 105%;
	margin-bottom: 30px;
	clear: both;
}
div.StyleP_Line_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.StyleP_Item_ {
	width: 172px;
	margin: 0 30px 0 0;
	float: left;
}
div.StyleP_Item_ div.img_ {
	width: 172px;
	height: 172px;
	margin: 0 0 10px 0;
	text-align: center;
}
div.StyleP_Item_ div.img_ img {
	max-width: 172px;
	max-height: 172px;
}
div.StyleP_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}
div.StyleP_Item_ div.desc_ img.icon_ {
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
div.StyleP_Item_ div.name_ {
	margin: 0 0 5px;
}
div.StyleP_Item_ span.point_icon_ {
	margin: 0 5px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}
div.StyleP_Item_ div.name1_ a:hover {
	text-decoration: underline;
	color: #333333;
}
div.StyleP_Item_ div.name2_ {
	font-size: 12px;
}
.shoppage_wrap_ div.StyleP_Item_ div.name2_ {
/*	display: none; */
}
div.StyleP_Item_ div.price_ {
	margin: 0 0 5px;
	text-align: right;
}
div.StyleP_Item_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
div.StyleP_Item_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}

div.col1_ {
}
div.col1_ div.StyleP_Line_ {
	width: 105%;
	padding: 0 0 0 90px;
	margin-bottom: 30px;
	clear: both;
}
div.col1_ div.StyleP_Item_ {
	width: 172px;
	margin: 0 30px 0 0;
	float: left;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
table.StyleL_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleL_Frame_ tr {
	vertical-align:top;
}
table.StyleL_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleL_Frame_ td {
	vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
	width: 180px;
}
table.StyleL_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleL_Frame_ td.comment_ {
	
}
table.StyleL_Frame_ td.stock_ {
	text-align: center;
}
table.StyleL_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}

/* --------------------------------------------------------------------
	商品一覧　メーカー
--------------------------------------------------------------------- */
table.StyleM_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleM_Frame_ tr {
	vertical-align:top;
}
table.StyleM_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleM_Frame_ td {
	vertical-align: middle;
}
table.StyleM_Frame_ td.name_ {
	width: 180px;
}
table.StyleM_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleM_Frame_ td.comment_ {
	
}
table.StyleM_Frame_ td.stock_ {
	text-align: center;
}
table.StyleM_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}

/* --------------------------------------------------------------------
	商品一覧　リスト
--------------------------------------------------------------------- */
ul.StyleS_Frame_ {
	margin: 0 0 20px 0;
	padding: 0;
}
li.StyleS_Line_ {
	margin: 0;
	padding: 5px 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
li.StyleS_Line_ span {
	padding-right: 1em;
}
li.StyleS_Line_ .name_ {
	display: inline;
}
li.StyleS_Line_ .name1_ {
	padding-right: 1em;
	display: inline;
}
li.StyleS_Line_ .name2_ {
	padding-right: 1em;
	display: inline;
}

/* --------------------------------------------------------------------
	商品一覧　商品名
--------------------------------------------------------------------- */
table.StyleN_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
}
table.StyleN_Frame_ th {
	width: 40%;
}

/* --------------------------------------------------------------------
	商品一覧　一括購入
--------------------------------------------------------------------- */
table.StyleB_Frame_ {
	margin: 0 0 10px 0;
	border:none;
	width:100%;
}
table.StyleB_Frame_ tr {
	vertical-align:top;
}
table.StyleB_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleB_Frame_ td {
	vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
	width: 180px;
}
table.StyleB_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleB_Frame_ td.comment_ {
	
}
table.StyleB_Frame_ td.stock_ {
	text-align: center;
}
table.StyleB_Frame_ td.qty_ input {
	width: 4em;
}
div.StyleB_Cart_ {
	margin: 0 0 20px 0;
	text-align: right;
}

/* --------------------------------------------------------------------
	商品一覧　チェックリスト
--------------------------------------------------------------------- */
.StyleA_Frame_ {
	width: 100%;
	overflow: hidden;
}
.StyleA_Item_ {
	width: 47%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	float: left;
}
.StyleA_Item_:nth-child(2n) {
	float: right;
}
.StyleA_Item_:nth-child(2n-1) {
	clear: both;
}
.StyleA_Item_ div.img_ {
	width: 90px;
	float: left;
}
.StyleA_Item_ div.img_ img {
	width: 90px;
}
.StyleA_Item_ div.desc_ {
	width: 320px;
	float: right;
}
.StyleA_Item_ div.name_ {
	margin-bottom: 5px;
}
.StyleA_Item_ div.desc_ img.icon_ {
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.StyleA_Item_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
.StyleA_Item_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
.StyleA_Item_ div.name_ div.name1_ {
	font-size: 14px;
}
.StyleA_Item_ div.name_ div.name1_ a:hover {
	color: #0da4b2;
}
.StyleA_Item_ div.price_ {
	text-align: left;
}
.StyleA_Item_ span.point_icon_ {
	margin: 0 5px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}
.StyleA_Frame_ div.checkbox_ {
	text-align: right;
	white-space: nowrap;
}
.StyleA_Frame_ div.checkbox_ label {
	margin: 0 0 0 5px;
	text-align: right;
	font-weight: normal;
}
.StyleA_Frame_ input[type="checkbox"] {
	display: none !important;
}
.StyleA_Frame_ label {
	position: relative;
	display: inline-block;
	padding: 5px 3px 0 22px;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
}
.StyleA_Frame_ label::before,
.StyleA_Frame_ label::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
.StyleA_Frame_ label::before {
	top: 49%;
	left: 0;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.StyleA_Frame_ label::after {
	opacity: 0;
	top: 49%;
	left: 4px;
	width: 8px;
	height: 5px;
	margin-top: -4px;
	border-left: 2px solid #0da4b2;
	border-bottom: 2px solid #0da4b2;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}
.StyleA_Frame_ label:hover::before {
	background: #fff;
}
.StyleA_Frame_ input[type="checkbox"]:checked + label {
	color: #0da4b2;
}
.StyleA_Frame_ input[type="checkbox"]:checked + label::before {
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #0da4b2;
}
.StyleA_Frame_ input[type="checkbox"]:checked + label::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}


/* チェックリスト(子商品追加) */
div.goods_ table.StyleC_Frame_ td.price_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.stock_ {
	text-align:right;
	white-space: nowrap;
}
div.goods_ table.StyleC_Frame_ td.checkbox_ {
	text-align:right;
	white-space: nowrap;
}

/* --------------------------------------------------------------------
	商品一覧　写真付き
--------------------------------------------------------------------- */
table.StyleI_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StyleI_Frame_ tr {
	vertical-align:top;
}
table.StyleI_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StyleI_Frame_ td {
	vertical-align: middle;
}
table.StyleI_Frame_ td.img_ img {
	width: 50px;
}
table.StyleI_Frame_ td.name_ {
	width: 180px;
}
table.StyleI_Frame_ td.price_ {
	white-space:nowrap;
	text-align:right;
}
table.StyleI_Frame_ td.comment_ {
	
}
table.StyleI_Frame_ td.stock_ {
	text-align: center;
}
table.StyleI_Frame_ td.cart_ {
	width:50px;
	text-align:right;
}

/* --------------------------------------------------------------------
	商品一覧　ランキング
--------------------------------------------------------------------- */
div.StyleR_Frame_ {
	margin: 0 0 20px 0;
	width: 100%;
}
div.StyleR_Frame_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.StyleR_Line_ {
	width: 110%;
	zoom:1;
}
.StyleR_Line_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.StyleR_Item_ {
	width: 172px;
	margin: 0 30px 30px 0;
	float: left;
	display: inline;
	position: relative;
}
.StyleR_Line_ .StyleR_Item_:nth-child(4n+1) {
	clear: left;
}
.StyleR_Item_ div.rank_ {
	min-width: 16px;
	height: 41px;
	padding: 8px 20px 0 0;
	font-size: 16px;
	text-align: right;
	letter-spacing: -3px;
	color: #ffffff;
	position: absolute;
	top: -15px;
	right: -10px;
	z-index: 10;
	background: url(../img/usr/common/rank00.png) center top no-repeat;
}
.StyleR_Item_.rank1_ div.rank_ {
	text-indent: -9999px;
	text-align: left;
	background: url(../img/usr/common/rank01.png) center top no-repeat;
}
.StyleR_Item_.rank2_ div.rank_ {	
	text-indent: -9999px;
	text-align: left;
	background: url(../img/usr/common/rank02.png) center top no-repeat;
}
.StyleR_Item_.rank3_ div.rank_ {
	text-indent: -9999px;
	text-align: left;
	background: url(../img/usr/common/rank03.png) center top no-repeat;
}
.StyleR_Item_ div.img_ {
	margin-bottom: 5px;
}
.StyleR_Item_ div.img_ img {
	max-width: 172px;
	max-height: 172px;
	margin-bottom: 5px;
}
.StyleR_Item_ span.point_icon_ {
	margin: 0 5px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}

.StyleR_Item_ div.name_ {
	margin: 0 0 5px 0;
}
.StyleR_Item_ div.name1_ {
	font-size: 15px;
}
.StyleR_Item_ div.name1_ a:hover {
	text-decoration: none;
	color: #179855;
}
.StyleR_Item_ div.name2_ {
	font-size: 10px;
}
.StyleR_Item_ div.price_ {
	margin: 0 0 5px 0;
	text-align: right;
	font-size: 13px;
}
.StyleR_Item_ div.price_ .xsmall_ {
    font-size: 84%;
}
.StyleR_Item_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
.StyleR_Item_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
.StyleR_Item_ div.desc_ img.icon_ {
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
/* 左メニュー内 */
.leftmenuframe_ div.StyleR_Frame_ {
	width: 100%;
	padding: 20px 10px 10px 10px;
	margin: 0;
	background:#fbf8f5 url(../img/usr/common/side_ranking_bg.png) top center repeat;
	overflow: hidden;
	box-sizing: border-box;
}
body.shoppage_wrap_ .leftmenuframe_ div.StyleR_Frame_ {
	background:#fbf8f5;
}
.leftmenuframe_ .StyleR_Line_ {
	width: 100%;
	zoom:1;
}
.leftmenuframe_ .StyleR_Item_ {
	width: 130px;
	padding: 0;
	margin: 0 0 20px 0;
	float: none;
	display: block;
	text-align: left;
}
.leftmenuframe_ .StyleR_Line_ .StyleR_Item_:nth-child(4n+1) {
	clear: none;
}
.leftmenuframe_ .StyleR_Item_:last-child {
	margin: 0;
}
.leftmenuframe_ .StyleR_Item_ .img_ {
	width: 130px;
	height: 130px;
}
.leftmenuframe_ .StyleR_Item_ .img_ img {
	max-width: 130px;
	max-height: 130px;
}
.leftmenuframe_ .StyleR_Item_ div.price_ .xsmall_ {
    font-size: 64%;
}

/* --------------------------------------------------------------------
	商品一覧　オークション商品
--------------------------------------------------------------------- */
div.StyleO_Frame_ {
	width: 100%;
	overflow: hidden;
}
div.StyleO_Line_ {
	width: 105%;
	margin-bottom: 30px;
	clear: both;
}
div.StyleO_Line_:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.StyleO_Item_ {
	width: 172px;
	margin: 0 30px 0 0;
	float: left;
}
div.StyleO_Item_ div.img_ {
	width: 172px;
	height: 198px;
	margin: 0 0 10px 0;
	text-align: center;
}
div.StyleO_Item_ div.img_ img {
	max-width: 172px;
	max-height: 172px;
}
div.StyleO_Item_ div.img_ .icon_ {
	max-height: 21px;
	display: block;
	margin-bottom: 5px;
}
div.StyleO_Item_ div.desc_ {
	margin: 0;
	float: left;
	display: inline;
	width: 170px;
}
div.StyleO_Item_ div.name_ {
	margin: 0 0 5px;
}
div.StyleO_Item_ div.name_ a:hover {
	text-decoration: underline;
	color: #333333;
}
div.StyleO_Item_ div.price_ img.icon_ {
	height: 14px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
div.StyleO_Item_ div.price_ .special_price_ {
	color: #b3241d;
	font-weight: bold;
}
div.StyleO_Item_ div.price_ .special_price_ .xsmall_ {
	font-weight: normal;
}
div.StyleO_Item_ span.point_icon_ {
	margin: 0 5px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12px;
	padding: 0 3px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
}
div.StyleO_Item_ div.name2_ {
	font-size: 12px;
}
div.StyleO_Item_ div.price_ {
	margin: 0 0 5px;
	text-align: right;
}
div.StyleO_Item_ div.cart_ {
	text-align: center;
}
div.StyleO_Item_ div.cart_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleO_Item_ div.cart_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleO_Item_ div.cart_ a {
	background: #0da4b2;
}
div.StyleO_Item_ div.soldout_ {
	text-align: center;
}
div.StyleO_Item_ div.soldout_ img {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #acacac;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.shoppage_wrap_ div.StyleO_Item_ div.soldout_ img {
	background: #acacac;
}

div.StyleO_Item_ div.backorder_ {
	text-align: center;
}
div.StyleO_Item_ div.backorder_ img {
	width: 156px;
	height: 34px;
	margin: 0 auto;
}
div.StyleO_Item_ div.backorder_ a {
	width: 156px;
	height: 34px;
	margin: 0 auto;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #179855;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
div.StyleO_Item_ div.backorder_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
.shoppage_wrap_ div.StyleO_Item_ div.backorder_ a {
	background: #0da4b2;
}

div.StyleO_Item_ div.bookmark_ {
	padding: 0;
	text-align: center;
}

div.StyleO_Item_ div.bookmark_ a {
	width: 156px;
	height: 18px;
	margin: 8px 0px 0px 8px;
	padding: 7px 0px 9px 0px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	display: block;
	background: #f0f0f0;
	color: #000000;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:transparent\0/;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	text-decoration:none;
}
div.StyleO_Item_ div.bookmark_ a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	background-color:transparent\0/;
}
div.StyleO_Item_ div.bookmark_ img.icon_bookmark_ {
	margin: 0px 5px 2px 0px;
}
div.StyleO_Item_ div.bookmark_ span {
	font-size: 14px;
}
.shoppage_wrap_ div.StyleO_Item_ div.bookmark_ a {
	background: #f0f0f0;
}


/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleO_Line_,
div.rightmenuframe_ div.StyleO_Line_ {
	width: 100%;
}
div.leftmenuframe_ div.StyleO_Item_,
div.rightmenuframe_ div.StyleO_Item_ {
	margin: 0;
	width: 100%;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
table.search_ {
	margin: 0 auto;
	width: 100%;
	border:1px solid #dadada;
}
table.search_ th {
	padding-top: 12px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	background: #f2faf5; 
}
.shoppage_wrap_ table.search_ th {
	background: #eef9fa;
}
table.search_ td {
	text-align:left;
	font-size: 12px;
	background-color:transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #dadada;
	border-left: none;
	vertical-align: middle;
	overflow: hidden;
}
table.search_ td input {
	min-width: 90%;
	box-sizing: border-box;
}

table.search_ td input[type="checkbox"] {
	display: none !important;
}
table.search_ td input[type="checkbox"] + span.ttl_ {
	padding: 5px 20px 5px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	letter-spacing: 1px;
	display: block;
	position: relative;
}
table.search_ td input[type="checkbox"] + span.ttl_:hover {
}
table.search_ td input[type="checkbox"] + span.ttl_::before,
table.search_ td input[type="checkbox"] + span.ttl_::after {
	position: absolute;
	content: '';
	-webkit-transition: all .2s;
	transition: all .2s;
}
table.search_ td input[type="checkbox"] + span.ttl_::before {
	top: 49%;
	left: 5px;
	width: 21px;
	height: 21px;
	margin-top: -12px;
	background: #ffffff;
	border: 1px solid #ccc;
	border-radius: 3px;
}
table.search_ td input[type="checkbox"] + span.ttl_::after {
	opacity: 0;
	top: 49%;
	left: 12px;
	width: 9px;
	height: 6px;
	margin-top: -6px;
	border-left: 3px solid #179855;
	border-bottom: 3px solid #179855;
	-webkit-transform: rotate(-45deg) scale(.5);
	transform: rotate(-45deg) scale(.5);
}

table.search_ td input[type="checkbox"]:checked + span.ttl_ {
	color: #000000;
}

table.search_ td input[type="checkbox"]:checked + span.ttl_::before {
	width: 19px;
	height: 19px;
	background: #fff;
	border: 3px solid #179855;
}

table.search_ td input[type="checkbox"]:checked + span.ttl_::after {
	opacity: 1;
	-webkit-transform: rotate(-45deg) scale(1);
	transform: rotate(-45deg) scale(1);
}

table.search_ tr#search_price td input {
	min-width: 35%;
	box-sizing: border-box;
}

/* 各項目 */
#search_category select,
#search_maker select,
#search_brand select {
	width: 300px;
}

/* ジャンル */
table.search_ ul.genre_ {
	width: 100%;
	height: 160px;
	overflow: auto;
	list-style: none;
}
table.search_ ul.genre_ li {
	padding: 0 0 5px 0;
}
table.search_ ul.genre_ li.genre_depth_1 {
	font-weight: bold;
	clear: both;
}
table.search_ ul.genre_ li.genre_depth_2 {
	text-indent: 10px;
	width: 30%;
	float: left;
}
table.search_ ul.genre_ li.genre_depth_3 {
	display: none;
}
table.search_ ul.genre_ li.genre_depth_4 {
	display: none;
}

div.goods_ div.btn_overlay_ {
	position: absolute;
	text-align:center;
}

div.addcart_overlay_ {
	position:absolute;
	display:none;
}

.shoppage_wrap_ div.ICBSbox span.soldout_ {
	width: 320px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #acacac;
	display: inline-block;
	left: 0;
}

#itemCartBtnSticky {
	display: none;
	position: fixed;
	bottom: 0;
	z-index: 20;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
}

.ICBSbox {
	position: relative;
	display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	padding: 10px 0 15px;
	width: 972px;
	color: #ffffff;
}
.ICBSbox form {
	margin-left: auto;
}

.ICBSboxInfo {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	/* width: 640px; */
	width: 50%;
	text-align: left;
}

.ICBSboxInfoDetail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 50%;
	text-align: left;
}

.ICBSttl {
	margin-bottom: 10px;
	font-size: 16px;
}

.ICBSinfo {
	display: flex;
  align-items: flex-end;
}

.ICBSicon {
	margin-right: 5px;
  transform: translateY(-2px);
}

.ICBSicon img {
	margin-right: 5px;
	width: auto;
	height: 20px;
}

.ICBSinfo p.point_icon_ {
	margin: 0 10px 0 0;
	width: auto;
	height: 25px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12.8px;
	padding: 0px 4px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
	background-color: rgba(256,256,256,1);
	line-height: normal;
}
.ICBSinfo p.postagefree_icon_ {
	margin-right: 5px;
	width: auto;
	height: 25px;
	border: #b9e0cc 3px solid;
	text-align: center;
	font-size: 12.8px;
	padding: 0px 4px;
	color: #00833f;
	display: inline-block;
	word-break: keep-all;
	box-sizing: border-box;
	background-color: rgba(256,256,256,1);
}

.ICBSprice {
	font-weight: bold;
	font-size: 26px;
  line-height: 1;
}
.ICBSprice .xsmall_ {
	font-size: 10px;
}
.ICBSbox .price_ {
  color: #ffffff;
}
.ICBSbox .default_pricebox_ {
  margin: 0 0 0 15px;
  text-decoration: line-through;
}
.ICBSbox .default_pricebox_ .price_ {
  color: #fff;
  line-height: 1;
}

.ICBSpoint_ {
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
  line-height: 1;
}

.ICBSboxBtn {
	position: relative;
	z-index: 20;
	border-radius: 30px;
	width: 320px;
	background-color: #0da4b2;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}

.ICBSboxBtn:hover {
	background-color: #6ec8d1;
}

.ICBSbox .descbox_,
.ICBSbox .descbox_ form,
.ICBSbox .descbox_ form .aj_cart_button_area_ {
	display: flex;
	align-items: center;
}
.ICBSbox .descbox_ .cart_button_ {
	margin-left: 10px;
}
.ICBSbox .descbox_ .cart_button_ a.inactive {
  pointer-events: none;
}
.ICBSbox .block-coupon-link {
  transform: translateY(10px);
}

div.ICBSbox  a.btn_backorder_ {
	width: 320px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #0da4b2;
	display: inline-block;
	left: 0;
}

/* cart_modal */
#cart_modal .m_modal_inner_ {
	max-width: 795px;
}
#cart_modal .cart_modal_ttl_ {
	font-size: 22px;
	font-weight: bold;
	padding: 20px 0 40px;
	text-align: center;
}
.cart_modal_contents_ {
	display: flex;
	flex-direction: row-reverse;
  justify-content: space-between;
}
.cart_modal_select_ {
  width: 385px;
}
.cart_modal_select_ .sizes_ {
  border-top: 1px solid #dadada;
  padding: 20px 0 0;
}
.cart_modal_info_ {
	width: 294px;
	margin: 0 5px 0 40px;
}
.cart_modal_info_ .goods_name_ {
	width: 294px;
	margin: 20px 0 15px;
	font-size: 14px;
	font-weight: bold;
}

#cart_modal .cart_modal_icon_ {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#cart_modal .cart_modal_icon_ .ICBSicon img {
  margin: 0;
}
#cart_modal .cart_modal_icon_ > * {
  margin: 0 6px 6px 0;
}
#cart_modal .cart_modal_info_ .default_pricebox_ {
  text-align: left;
  margin: 0 0 5px;
}
#cart_modal .cart_modal_info_ .default_pricebox_ .price_ {
  font-size: 14px;
}
#cart_modal .cart_modal_info_ .goods_pricebox_ {
	margin-bottom: 15px;
}
#cart_modal .cart_modal_info_ .price_ {
	font-size: 18px;
}
#cart_modal .cart_modal_info_ .saledate_ {
  text-align: left;
  font-size: 11px;
  letter-spacing: 0;
  margin: -5px 0 20px;
}
#cart_modal .cart_modal_img_ {
	width: 294px;
	height: 294px;
	overflow: hidden;
}
#cart_modal .cart_modal_img_ img {
	width: 100%;
}
#cart_modal .cart_modal_info_ .descbox_ {
	margin-top: 20px;
}
#cart_modal .cart_modal_select_ .goods_variation_ {
	display: block;
}
#cart_modal .cart_modal_info_ .descbox_ img,
#cart_modal .cart_modal_info_ .descbox_ input {
  width: 100%;
}

#cart_modal .m_modal_inner3_ {
	max-height: none;
	min-height: 720px;
}
#cart_modal .m_modal_body_ {
height: 100%;
}
#cart_modal .m_modal_scroll_ {
	height: 100%;
}
#cart_modal .m_modal_scroll_.is-scroll {
	overflow-y: auto;
}
#cart_modal .m_modal_close_ {
	top: 40px;
	right: 35px;
}
#cart_modal .m_modal_close_btn_ {
	background: transparent;
	width: 25px;
	height: 25px;
}
#cart_modal .m_modal_close_btn_ span {
	width: 25px;
	height: 25px;
}
#cart_modal .m_modal_close_btn_ span::before {
	border-top-color: #000;
	width: 25px;
	left: 0;
}
#cart_modal .m_modal_close_btn_ span::after {
	border-left-color: #000;
	height: 25px;
	left: 11px;
}

#pagetop > p {
	top: auto !important;
	bottom: 180px !important;
}

.search_detail_btn_ > p {
	top: auto !important;
	bottom: 230px !important;
}

.contents_ {
	position: relative;
	padding-bottom: 20px;
}

/* --------------------------------------------------------------------
	オークション
--------------------------------------------------------------------- */
/*  header／Footer */
#header.auction {
	background: #ffea01;
}
#header.auction .header_inner01 .header_nav03 .header_nav03_list {
	width: 353px;
	margin-left: 170px;
}
#footer.auction #footer_bottom {
	background: #ffea01;
}
#footer.auction .change_mode_ ul li {
	color: #000000;
}
#footer.auction .change_mode_ ul li.pc_ span {
	border: #000000 1px solid;
	background: url(../img/usr/auction/icon_pc.png) 50px center no-repeat;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
}

/* Top */
.auction_design_free_ {
	padding: 30px;
	margin: 30px 0 60px;
	background: #eef9f3;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.auction_design_free_ .desc_ {
	width: 350px;
}
.auction_design_free_ .desc_ .ttl_ {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.auction_design_free_ .desc_ .text_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}
.auction_design_free_ .desc_ .link_btn_ {
	display: flex;
	justify-content: center;
}
.auction_design_free_ .desc_ .link_btn_ a {
	height: 40px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
	line-height: 40px;
	border: #179855 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: #ffffff url(../img/usr/common/hnav_arrow.png) 16px center no-repeat;
	display: block;
}

/* Category */
.auction_category_list_ {
	margin-bottom: 60px;
}
.auction_category_list_ .child_box_ {
	display: none;
}
.auction_category_list_ .auction_category_box_ {
	margin: 0 0 10px 0;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.auction_category_list_ .auction_category_box_ .cate_head_ {
	padding: 10px 40px 10px 20px;
	border-top: #dcdcdc 1px solid;
	display: block;
	position: relative;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child {
	cursor: pointer;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child.open::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(135deg);
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_ {
	padding: 10px 40px 10px 40px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_.open {
	border-bottom: #dcdcdc 1px solid;
}
.auction_category_list_ .layer03_ {
	background: #eef9f3;
}
.auction_category_list_ .layer03_ ul li {
	border-top: #dcdcdc 1px dotted;
}
.auction_category_list_ .layer03_ ul li:first-child {
	border-top: none;
}
.auction_category_list_ .layer03_ ul li a,
.auction_category_list_ .layer03_ ul li span.nolink_ {
	padding: 10px 40px 10px 60px;
	display: block;
	position: relative;
}

.cartbox_.auction_ {
	border-radius: 0;
	background: #eee;
}
.cartbox_.auction_ .cartbox_inner_ {
	display: flex;
	align-items: center;
	margin: 0 0 30px;
}
.cartbox_.auction_ .current_info_ {
	display: flex;
}
.cartbox_.auction_ .current_info_ p {
	font-size: 14px;
	margin: 0 30px 0 0;
}
.cartbox_.auction_ .current_info_ p span {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 0 10px;
}
.cartbox_.auction_ .bookmark_button_ {
	margin-left: auto;
}
.cartbox_.auction_ .bookmark_button_ a {
	-webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.cartbox_.auction_ .bookmark_button_ a:hover {
	opacity: .6;
}
.cartbox_.auction_ li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border-radius: 10px;
	padding: 13px 10px 13px 40px;
}
.cartbox_.auction_ .current_ {
	margin: 0 0 20px;
}
.cartbox_.auction_ li p {
	font-size: 18px;
	font-weight: bold;
	margin: 6px 0 0;
}
.cartbox_.auction_ .current_ p,
.cartbox_.auction_ .cart_ p {
	color: #179855;
}
.cartbox_.auction_ li.decision_ p {
	color: #005026;
}
.cartbox_.auction_ li p .price_ {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 0 20px;
}
.cartbox_.auction_ li div {
	display: block;
	width: 280px;
	border-radius: 30px;
	text-align: center;
	padding: 22px 0 17px;
	cursor: pointer;
	-webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
	text-decoration: none;
}
.cartbox_.auction_ li div:hover {
	opacity: .6;
}
.cartbox_.auction_ .current_ div {
	background-color: #179855;
}
.cartbox_.auction_ .decision_ div {
	background-color: #005026;
}
.cartbox_.auction_ .cart_ div {
	background-color: #0da4b2;
	width: 330px;
}
.cartbox_.auction_ .decline_ div {
	background-color: #666;
	width: 330px;
}
.cartbox_.auction_ li div span {
	color: #fff;
	font-size: 24px;
}
.cartbox_.auction_ .current_ div span {
	padding: 0 0 0 35px;
	background: url(../img/usr/common/icon_check_auction.png) no-repeat left center;
}
.cartbox_.auction_ .current_.arrow_ div span {
	padding: 0 0 0 35px;
	background: url(../img/usr/common/icon_arrow_auction.png) no-repeat left center;
}
.cartbox_.auction_ .decision_ div span {
	padding: 0 0 0 40px;
	background: url(../img/usr/common/icon_auction.png) no-repeat left center;
}
.cartbox_.auction_ .cart_ div span {
	padding: 0 0 0 40px;
	background: url(../img/usr/common/icon_cart_auction.png) no-repeat left center;
}
.goodsspec_ #auction_seller div {
	color: #179855;
	text-decoration: underline;
	margin: 0 0 0 15px;
}
.goodsspec_ #auction_seller div:hover {
	text-decoration: none;
}
.cartbox_.auction_ .customer_ {
	font-size: 24px;
	text-align: center;
	color: #005026;
	font-weight: bold;
	padding-top: 20px;
	margin-bottom: 35px;
}
.cartbox_.auction_ .deadline_ {
	color: #179855;
	font-size: 14px;
}
.cartbox_.auction_ .deadline_ .date_ {
	font-size: 18px;
	font-weight: bold;
}
.cartbox_.auction_ .column_ {
	display: flex;
	justify-content: space-between;
	border-radius: 10px;
	background-color: #fff;
	padding: 25px 20px 12px;
	margin-top: 25px;
}
.cartbox_.auction_ .column_ li {
	padding: 0;
	display: block;
	border-radius: 0;
	background-color: transparent;
	text-align: center;
	margin-bottom: 0;
}
.cartbox_.auction_ .column_ .deadline_ {
	margin: 13px 0 0;
}
.cartbox_.auction_ .column_ li div {
	width: 330px;
}
.cartbox_.auction_ a:hover {
	text-decoration: none;
}
	/* Modal */
.goodsspec_ .modal_detail_ {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 782px;
  margin: auto;
  bottom: 0;
  max-height: 210px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1100;
  transition: visibility .2s, opacity .2s;
  text-align: center;
  padding: 50px 0;
}
.goodsspec_ .modal_detail_.show_ {
	opacity: 1;
	visibility: visible;
}
.goodsspec_ .modal_head_ {
  width: 100%;
  font-size: 28px;
  text-align: center;
}
.goodsspec_ .modal_text_ {
  font-size: 24px;
  color: #179855;
  font-weight: bold;
  margin-top: 23px;
	display: flex;
	align-items: center;
	height: 86px;
	justify-content: center;
}
.goodsspec_ .modal_text_ span {
	margin: 0 15px;
}
.goodsspec_ .modal_text_ input {
  font-size: 30px;
  width: 280px;
  padding: 27px 15px;
  border-radius: 10px;
  color: #179855;
  text-align: right;
	border: 1px solid #ccc;
}
.goodsspec_ .modal_confirm_ {
  width: 300px;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background-color: #179855;
  font-size: 24px;
  border: none;
  margin-top: 30px;
	cursor: pointer;
}
.goodsspec_ .close_btn_ {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #333;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.goodsspec_ .close_btn_:before,
.goodsspec_ .close_btn_:after {
	content: "";
	width: 25px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -1px;
}
.goodsspec_ .close_btn_:before {
	transform: rotate(45deg);
}
.goodsspec_ .close_btn_:after {
	transform: rotate(-45deg);
}
.goodsspec_ .modal_bg_ {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
  z-index: 1000;
  display: none;
}
.goodsspec_ .modal_bg_.active_ {
  display: block;
}

.goodsspec_ .cartbox_ span.highlight_time_ {
  color: red;
}

/* Confirm */
.goodsspec_ .modal_detail_.s_bid_ .modal_text_ {
	color: #005026;
}
.goodsspec_ .modal_detail_.s_bid_ .modal_confirm_ {
	margin-top: 15px;
}

/* Login */
.goodsspec_ .modal_detail_.login_ {
	padding: 60px 0 60px;
}
.goodsspec_ .modal_detail_.login_ .btn_ + .btn_ {
	margin-top: 40px;
}
.goodsspec_ .modal_detail_.login_ a {
	text-decoration: underline;
}



/* --------------------------------------------------------------------
	Auction
--------------------------------------------------------------------- */
/* Top */
.auction_design_free_ {
	padding: 30px;
	margin: 30px 0 60px;
	background: #eef9f3;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.auction_design_free_ .desc_ {
	width: 350px;
}
.auction_design_free_ .desc_ .ttl_ {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.auction_design_free_ .desc_ .text_ {
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8;
}
.auction_design_free_ .desc_ .link_btn_ {
	display: flex;
	justify-content: center;
}
.auction_design_free_ .desc_ .link_btn_ a {
	height: 40px;
	margin: 0 auto;
	padding: 0 20px 0 40px;
	line-height: 40px;
	border: #179855 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	background: #ffffff url(../img/usr/common/hnav_arrow.png) 16px center no-repeat;
	display: block;
}

/* Category */
.auction_category_list_ {
	margin-bottom: 60px;
}
.auction_category_list_ .child_box_ {
	display: none;
}
.auction_category_list_ .auction_category_box_ {
	margin: 0 0 10px 0;
	border-left: #dcdcdc 1px solid;
	border-right: #dcdcdc 1px solid;
	border-bottom: #dcdcdc 1px solid;
}
.auction_category_list_ .auction_category_box_ .cate_head_ {
	padding: 10px 40px 10px 20px;
	border-top: #dcdcdc 1px solid;
	display: block;
	position: relative;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child {
	cursor: pointer;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(-45deg);
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	right: 20px;
}
.auction_category_list_ .auction_category_box_ .cate_head_.has-child.open::after {
	content: '';
	width: 7px;
	height: 6px;
	margin: 0 8px 0 0;
	border: 1px solid;
	border-color: transparent transparent #6a6a6a #6a6a6a;
	transform: rotate(135deg);
	display: block;
	position: absolute;
	top: calc(50% - 3px);
	right: 20px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_ {
	padding: 10px 40px 10px 40px;
}
.auction_category_list_ .auction_category_box_ .layer02_ .cate_head_.open {
	border-bottom: #dcdcdc 1px solid;
}
.auction_category_list_ .layer03_ {
	background: #eef9f3;
}
.auction_category_list_ .layer03_ ul li {
	border-top: #dcdcdc 1px dotted;
}
.auction_category_list_ .layer03_ ul li:first-child {
	border-top: none;
}
.auction_category_list_ .layer03_ ul li a,
.auction_category_list_ .layer03_ ul li span.nolink_ {
	padding: 10px 40px 10px 60px;
	display: block;
	position: relative;
}

/* Details */
.event_design_bottom_.more_ + .event_design_bottom_.more_category_ {
	position: relative;
	top: -30px;
}
.event_design_bottom_ .more_category_btn_ {
	margin-bottom: 60px;
	text-align: center;
}
.event_design_bottom_ .more_category_btn_ a {
	width: 320px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	line-height: 40px;
	border: #179855 1px solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	background:#179855 url(../img/usr/common/arrow_white_green.png) 30px center no-repeat;
}
.auction_design_bottom_ {
	margin-bottom: 80px;
}

/* --------------------------------------------------------------------
	定期商品
--------------------------------------------------------------------- */
div.rightframe_ {
	position: absolute;
	top: 10px;
	right: -480px;
	width: 448px;
}
div.rightframe_box_ {
	margin-bottom: 10px;
	padding: 20px;
	width: 100%;
	background: #f0f0f0;
	box-sizing: border-box;
}
.rightframe_box_ttl_ {
	font-size: 18px;
	font-weight: bold;
}
.StyleC_Frame_ {
	width: 100%;
	margin-top: 16px;
	padding-top: 20px;
	border-top:#dadada 1px dotted;
	overflow: hidden;
}
.StyleC_Item_ {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
}
.StyleC_Frame_ .StyleC_Item_:last-child {
	margin-bottom: 0;
}
.StyleC_Item_ .img_ {
	width: 140px;
	float: left;
}
.StyleC_Item_ .img_ img {
	width: 100%;
	height: auto;
}
.StyleC_Item_ .desc_ {
	width: 255px;
	float: right;
}
.StyleC_Item_ .name1_ {
	margin-bottom: 10px;
	font-size: 16px;
}
.StyleC_Item_ .name1_ a:hover {
	color: #0da4b2;
}
.StyleC_Item_ .course_ {
	font-size: 14px;
}
.StyleC_Item_ .price_ {
	margin-bottom: 12px;
	font-size: 14px;
}
.StyleC_Item_ .point_icon_ {
	margin-left: 2px;
	padding: 0 3px;
	border: #179855 1px solid;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #179855;
	letter-spacing: -1px;
	/* display: inline-block; */
	word-break: keep-all;
	box-sizing: border-box;
	background-color: #fff;
}
.StyleC_Item_ .cart_ a {
	text-align: center;
	width: 200px;
	height: 35px;
	border-radius: 18px;
	display: block;
	background: #c6000f;
	opacity: 1.0;
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.StyleC_Item_ .cart_ a:hover {
	opacity: 0.6;
}
.StyleC_Item_ .soldout_ {
	text-align: center;
	width: 200px;
	height: 35px;
	border-radius: 18px;
	display: block;
	background: #acacac;
}
.StyleC_Item_ .soldout_ img {
	max-width: 100%;
	height: auto;
}


/*2021*/
div.StyleT_Item_ div.img_ div.freeicon_,
li.StyleR_Item_ div.img_ div.freeicon_,
div.StyleP_Item_ div.img_ div.freeicon_,
div.StyleA_Item_ div.img_ div.freeicon_ {
	display: none;
}


/* --------------------------------------------------------------------
    モーダル
-------------------------------------------------------------------- */
.m_modal_ {
  position: fixed;
  z-index: 190002;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.m_modal_inner_ {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 737px) {
  .m_modal_inner_ {
    width: 90vw;
    max-width: 720px;
  }
}
@media screen and (max-width: 736px) {
  .m_modal_inner_ {
    width: 84vw;
  }
}
.m_modal_inner2_ {
  position: relative;
  width: 100%;
}
.m_modal_inner3_ {
  background-color: #fff;
}
@media print, screen and (min-width: 769px) {
  .m_modal_inner3_ {
    max-height: 80vh;
    border: 1.5rem solid #fff;
  }
}
@media print, screen and (max-width: 768px) {
  .m_modal_inner3_ {
    max-height: calc(90vh);
    border-width: 15px 0 20px;
    border-style: solid;
    border-color: #fff;
  }
}
.m_modal_body_ {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.m_modal_scroll_.is-scroll {
  overflow-y: scroll;
}
@media print, screen and (min-width: 769px) {
  .m_modal_scroll_.is-scroll {
    padding-right: 0.5rem;
  }
}
.m_modal_close_ {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: translate(0, 0);
}
.m_modal_close_btn_ {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-color: #666;
  cursor: pointer;
}
.m_modal_close_btn_ span {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
}
.m_modal_close_btn_ span::before,
.m_modal_close_btn_ span::after {
  position: absolute;
  box-sizing: border-box;
  margin: auto;
  content: '';
  vertical-align: middle;
}
.m_modal_close_btn_ span::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 0;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
}
.m_modal_close_btn_ span::after {
  top: 0;
  bottom: 0;
  left: 9px;
  width: 0;
  height: 20px;
  transform: rotate(45deg);
  border-left: 1px solid #fff;
}
@media print, screen and (min-width: 769px) {
.m_modal_close_btn_ span {
  width: 15px;
  height: 15px;
}
.m_modal_close_btn_ span::before {
  width: 15px;
}
.m_modal_close_btn_ span::after {
  left: 7px;
  height: 15px;
}
}
.m_modal_overlay_ {
  position: fixed;
  z-index: 190001;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}

.ui-widget-overlay {
  z-index: 200001 !important;
}
.ui-dialog {
  z-index: 200002 !important;
}

#preview_toolbar{
  z-index: 1000;
}

#goods_detail_page .revico-star-zone {
	margin-top: -20px;
	padding-bottom: 20px;
}
