@charset "Shift_JIS";

/* --------------------------------------------------------------------
	クイックビューエリア
--------------------------------------------------------------------- */
.quickviewarea_loader{
	position: relative;
	background: url(../img/usr/common/loader-transparent.gif) no-repeat center center #f1f1f1;
	border-top: 1px solid #cccccc;
	margin: 30px 0 0;
	height: 400px;
}
.quickviewarea_loader .arrow{
	position: absolute;
	top: -19px;
}
.quickviewarea{
	position: relative;
}
.quickviewarea.mask:after{
	position: absolute;
	top: 19px;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../img/usr/common/loader-transparent.gif) no-repeat center center #f1f1f1;
	content: '';
	z-index: 1;
}
.quickviewarea .carousel{
	position: relative;
}
.quickviewarea .carousel ul + ul{
	display: none;
}
.quickviewarea .slick-slide{
	text-align: center;
}
.quickviewarea .slick-slide img{
	display: inline-block;
	max-width:875px;
}
.quickviewarea .slick-dots{
	margin: 30px 0;
	text-align: center;
	line-height: 0;
}
.quickviewarea .slick-dots > li{
	display: inline-block;
	margin: 0 5px;
}
.quickviewarea .slick-dots > li button{
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.quickviewarea .slick-dots > li.slick-active button{
	background-color: #000000;
}
.quickviewarea .slick-arrow{
	background-color: #e21836;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 210px;
	border: none;
	width: 40px;
	height: 80px;
	z-index: 1;
	text-indent: -9999px;
	cursor: pointer;
}
.quickviewarea .slick-disabled{
	opacity: 0;
}
.quickviewarea .slick-prev{
	background-image: url(../img/usr/common/icon_carousel-prev.png);
	left: 0;
}
.quickviewarea .slick-next{
	background-image: url(../img/usr/common/icon_carousel-next.png);
	right: 0;
}
.quickviewarea .close{
	position: absolute;
	right: 30px;
	top: 50px;
}
.quickviewarea .footbox{
	background-color: #f1f1f1;
	padding: 25px 30px 30px;
}
.quickviewarea .footbox .left{
	float: left;
	width: 370px;
}
.quickviewarea .footbox .right{
	float: right;
	width: 400px;
}
.quickviewarea .footbox .main{
	position: relative;
}
.quickviewarea .footbox .main h3{
	.margin: 0 0 10px;
	font-size: 167%;	/* 20px */
	font-weight: 800;
}
.quickviewarea .footbox .main .price{
	margin: 0;
	font-size: 133%;	/* 16px */
}
.quickviewarea .footbox .main .price.sale{ 
	text-decoration: line-through;
	color: #232323;
}
.quickviewarea .footbox .main .discount {
	color: #e21836;
	margin: 0 0 2px;
	font-size: 133%;
}
.quickviewarea .footbox .main p.discount span {
	font-size: 12px;
	margin: 0 0 0 7px;
}
.quickviewarea .footbox .main .price .line{
	text-decoration: line-through;
}
.quickviewarea .footbox .main .price strong{
	display: block;
	font-weight: normal;
	color: #e21836;
}
.quickviewarea .footbox .main .star{
	background: url(../img/usr/common/icon_star.png) no-repeat 0 center;
	background-size: 17px auto;
	margin: 5px 0 5px;
	padding: 0 0 0 20px;
	font-size: 150%;	/* 18px */
	color: #e21836;
}
.quickviewarea .footbox .main .code{
	right: 0;
	bottom: 0;
}
.quickviewarea .footbox .icon{
	border-top: 1px solid #e5e5e5;
	margin: 15px 0 0;
	padding: 15px 0 0;
}
.quickviewarea .footbox .detail{
	border-top: 1px solid #e5e5e5;
	margin: 12px 0 0;
	padding: 10px 0 0;
}
.quickviewarea .footbox .detail .comment_online,
.quickviewarea .footbox .detail .comment_outlet {
	font-size: 117%;
	margin: 0 0 10px;
}
.quickviewarea .footbox .detail .txt{
	font-size: 117%;	/* 14px */
}
.quickviewarea .footbox .detail .more{
	margin: 20px 0 0;
}
.quickviewarea .footbox .detail .more a{
	background: url(../img/usr/common/icon_menu-red-right.png) no-repeat right center;
	background-size: 5px auto;
	padding: 0 12px 0 0;
}
.quickviewarea .footbox .selectcolor{
	margin: 0 -12px 0 0;
}
.quickviewarea .footbox .selectcolor p{
	margin: 0 0 5px;
	font-size: 117%;	/* 14px */
}
.quickviewarea .footbox .selectcolor p strong{
	margin: 0 10px 0 0;
}
.quickviewarea .footbox .selectcolor ul{
	margin: 0 -12px 0 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}
.quickviewarea .footbox .selectcolor ul li{
	float: left;
	margin: 0 0 0 -2px;
}
.quickviewarea .footbox .selectcolor ul li a{
	background: url(../img/usr/common/bg_pattern02.png) no-repeat center center;
	background-size: 64px 64px;
	display: table-cell;
	padding: 10px;
	width: 84px;
	height: 84px;
	vertical-align: middle;
}
.quickviewarea .footbox .selectcolor ul li a img{
	width: 100%;
}
.quickviewarea .footbox .selectcolor ul li a.active{
	border: 2px solid #020202;
	padding: 8px;
}
.quickviewarea .footbox .selectcolor .color2_{
	display: inline-block;
	background-size: 64px auto;
	background-position: center center;
	width: 84px;
	height: 84px;
	cursor: pointer;
}
.quickviewarea .footbox .selectcolor .color2_ + .color2_{
	margin: 0 0 0 -2px;
}
.quickviewarea .footbox .selectcolor .color2_.color_Selected_{
	border: 2px solid #020202;
	padding: 10px;
}
.quickviewarea .footbox .cart{
	position: relative;
	margin: 25px 0 0;
}
.quickviewarea .footbox .cart .head{
	font-size: 117%;	/* 14px */
}
.quickviewarea .footbox .cart .nav{
	margin: 10px 0 0;
}
.quickviewarea .footbox .cart .nav > div{
	position: relative;
	float: left;
}
.quickviewarea .footbox .cart .nav > div > a{
	position: relative;
	display: block;
	text-align: center;
}
.quickviewarea .footbox .cart .nav > div > a.square{
	background-color: #ffffff;
	width: 72px;
	height: 72px;
	margin: 0 7px 0 0;
	padding: 12px 0 0;
}
.quickviewarea .footbox .cart .nav > div > a.square:hover,
.quickviewarea .footbox .cart .nav > div > a.square.active{
	background-color: #232323;
	text-decoration: none;
}
.quickviewarea .footbox .cart .nav > div > a.square.active:after{
	content: url(../img/usr/common/icon_triangle-blk-bottom.png);
	position: absolute;
	left: 50%;
	top: -6px;
	margin: 0 0 0 -5px;
}
.quickviewarea .footbox .cart .nav > div > a.error{
	border: 2px solid #FFE90B;
	padding: 10px 0 0;
}
.quickviewarea .footbox .cart .nav > div > a.square > span{
	display: block;
}
.quickviewarea .footbox .cart .nav > div > a.square .label{
	margin: 0 0 5px;
	font-size: 92%;	/* 11px */
	color: #999999;
}
.quickviewarea .footbox .cart .nav > div > a.square .value{
	font-size: 117%;	/* 14px */
}
.quickviewarea .footbox .cart .nav > div > a.input{
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: url(../img/usr/common/icon_shopping-cart-white.png) no-repeat 125px center;
	background-size: 17px auto;
	float: right;
	background-color: #e21836;
  border: 3px solid #e21836;
	padding: 25px 25px 0 0;
	width: 160px;
	height: 72px;
	font-size: 117%;	/* 14px */
	color: #ffffff;
}
.quickviewarea .footbox .cart .nav > div > a.input:hover{
  border: 3px solid #bc001c;
  text-decoration: none;
}
.quickviewarea .footbox .cart .nav > div > a.input.backorder{
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: none;
	background-color: #232323;
  border: 3px solid #232323;
	padding: 25px 0 0;
}
.quickviewarea .footbox .cart .nav > div > a.input.backorder:hover{
  border: 3px solid #000;
}
.quickviewarea .footbox .cart .nav > div > a.input.soldout{
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: none;
	background-color: #808080;
  border: 3px solid #808080;
	padding: 25px 0 0;
}
.quickviewarea .footbox .cart .nav > div > a.input.soldout:hover{
  border: 3px solid #666;
}

/* balloontip */
.balloontip {
  position: absolute;
  top: -155px;
  left: -30px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  border-radius: 3px;
  width: 170px;
  padding: 10px 0;
  color: #444;
  font-size: 12px;
  font-weight: bold;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.quickviewarea .balloontip,
.goodsproductdetail_ .balloontip {
  width: 220px;
  padding: 25px 30px 30px;
}
.quickviewarea .favorite .balloontip,
.goodsproductdetail_ .favorite .balloontip {
  top: -55px;
  left: 5px;
  padding: 10px;
  width: 180px;
}
#ranking-market .balloontip {
  top: auto;
  left: auto;
  right: -76px;
  bottom: 30px;
}
#block_of_goodslist .item .balloontip {
  top: auto;
  left: auto;
  right: -66px;
  bottom: 40px;
}
#block_of_rankinglist .item .balloontip {
  top: auto;
  left: auto;
  right: -61px;
  bottom: 48px;
}
.balloontip:after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  bottom: -10px;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
}
.balloontip .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.balloontip .close:before,
.balloontip .close:after {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  width: 14px;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
}
.balloontip .close:after {
  transform: rotate(-45deg);
}
.balloontip p {
  margin: 0 0 15px;
}
.balloontip a {
  display: block;
  color: #444;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 11px 0 9px;
}
.balloontip a:hover {
  opacity: .8;
}

.quickviewarea .footbox .cart .nav .selectbox{
	display: none;
	position: absolute;
	left: 0;
	bottom: 80px;
	background-color: #232323;
	border-radius: 7px;
}
.popup-select-frame .selectbox{
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	background-color: #232323;
	border-radius: 7px;
}
.quickviewarea .footbox .cart .nav .selectbox ul li > a,
.quickviewarea .footbox .cart .nav .selectbox ul li > span,
.popup-select-frame .selectbox ul li > a,
.popup-select-frame .selectbox ul li > span{
	display: block;
}
.quickviewarea .footbox .cart .nav .selectbox ul li > a,
.popup-select-frame .selectbox ul li > a{
	color: #ffffff;
}
.quickviewarea .footbox .cart .nav .selectbox ul li > span,
.popup-select-frame .selectbox ul li > span{
	color: #666666;
}
.quickviewarea .footbox .cart .nav .selectbox ul li > a:hover,
.popup-select-frame .selectbox ul li > a:hover{
	text-decoration: none;
}
.quickviewarea .footbox .cart .nav .selectbox ul li > a.active,
.quickviewarea .footbox .cart .nav .selectbox ul li > span.active,
.popup-select-frame .selectbox ul li > a.active,
.popup-select-frame .selectbox ul li > span.active{
	color: #e21836;
}
.quickviewarea .footbox .cart .nav .selectsize,
.popup-select-frame .selectsize{
	padding: 20px 10px 10px 20px;
	width: 400px;
	text-align: center;
	z-index:10;
}
.quickviewarea .footbox .cart .nav .selectsize ul,
.popup-select-frame .selectsize ul{
	overflow: hidden;
}
.quickviewarea .footbox .cart .nav .selectsize ul li,
.popup-select-frame .selectsize ul li{
	float: left;
	margin: 0 10px 10px 0;
}
.quickviewarea .footbox .cart .nav .selectsize a,
.quickviewarea .footbox .cart .nav .selectsize span,
.popup-select-frame .selectsize a,
.popup-select-frame .selectsize span{
	padding: 15px 0;
	width: 64px;
}
.quickviewarea .footbox .cart .nav .selectsize a,
.popup-select-frame .selectsize a{
	border: 1px solid #666666;
}
.quickviewarea .footbox .cart .nav .selectsize a:hover,
.popup-select-frame .selectsize a:hover{
	border: 1px solid #ffffff;
}
.quickviewarea .footbox .cart .nav .selectsize a.active,
.popup-select-frame .selectsize a.active{
	border: 2px solid #e21836;
	padding: 14px 0;
}
.quickviewarea .footbox .cart .nav .selectsize span,
.popup-select-frame .selectsize span{
	border: 1px solid #333333;
}
.quickviewarea .footbox .cart .nav .selectwidth,
.quickviewarea .footbox .cart .nav .selectnum,
.popup-select-frame .selectwidth,
.popup-select-frame .selectnum{
	padding: 15px 0;
}
.quickviewarea .footbox .cart .nav .selectwidth ul li,
.quickviewarea .footbox .cart .nav .selectnum ul li,
.popup-select-frame .selectwidth ul li,
.popup-select-frame .selectnum ul li{
	display: block;
}
.quickviewarea .footbox .cart .nav .selectwidth a,
.quickviewarea .footbox .cart .nav .selectnum a,
.quickviewarea .footbox .cart .nav .selectwidth span,
.quickviewarea .footbox .cart .nav .selectnum span,
.popup-select-frame .selectwidth a,
.popup-select-frame .selectnum a,
.popup-select-frame .selectwidth span,
.popup-select-frame .selectnum span{
	padding: 10px 25px;
}
.quickviewarea .footbox .cart .nav .selectwidth a:hover,
.quickviewarea .footbox .cart .nav .selectnum a:hover,
.popup-select-frame .selectwidth a:hover,
.popup-select-frame .selectnum a:hover{
	background-color: #000000;
}
.quickviewarea .footbox .cart .nav .selectwidth,
.popup-select-frame .selectwidth{
	width: 400px;
	left: -80px;
	z-index:10;
}
.quickviewarea .footbox .cart .nav .selectwidth a > span,
.quickviewarea .footbox .cart .nav .selectwidth span > span,
.popup-select-frame .selectwidth a > span,
.popup-select-frame .selectwidth span > span{
	margin: 0 25px 0 0;
}
.quickviewarea .footbox .cart .nav .selectnum{
	left: 0;
	width: 72px;
	text-align: center;
	z-index:10;
}
.quickviewarea .footbox .cart .about{
	margin: 12px 0;
}
.quickviewarea .footbox .cart .about a{
	background: url(../img/usr/common/icon_menu-red-right.png) no-repeat right center;
	background-size: 5px auto;
	padding: 0 12px 0 0;
}
.quickviewarea .footbox .cart .alert{
	display: none;
	position: absolute;
	left: 160px;
	bottom: -17px;
	background-color: #ffe90b;
	padding: 10px 0 0;
	width: 155px;
	height: 37px;
	text-align: center;
}
.quickviewarea .footbox .cart .alert:before{
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffe90b;
	margin: 0 0 0 -10px;
}
.quickviewarea .footbox .one-step-order {
	text-align: right;
	margin: 10px 0 0;
}
.quickviewarea .footbox .one-step-order a {
	color: #e21836;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	width: 100%;
	padding: 11px 0 10px;
	margin-right: 3px;
	border: 3px solid #e21836;
	background: #fff;
}
.quickviewarea .footbox .one-step-order a:hover {
	color: #fff;
	background: #e21836;
}

.quickviewarea .footbox .sale_caution {
	color: #e21836;
	margin: 15px 0 0;
}
.quickviewarea .footbox .link{
	margin: 0;
	overflow: hidden;
}
.quickviewarea .footbox .link ul{
	float: right;
	overflow: hidden;
}
.quickviewarea .footbox .link ul li{
	float: left;
	margin: 0 0 0 25px;
}
.quickviewarea .footbox .link ul li a{
	background-repeat: no-repeat;
	background-position: 0 center;
	display: block;
	padding: 10px 0 10px 23px;
	color: #808080;
}
.quickviewarea .footbox .link ul li.favorite a{
	background-image: url(../img/usr/common/icon_heart.png);
}
.quickviewarea .footbox .link ul li.contact a{
	background-image: url(../img/usr/common/icon_mail.png);
}
.quickviewarea .footbox .link ul li.chart a{
	background-image: url(../img/usr/common/icon_chart.png);
}

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
.goodsproductdetail_ .quickviewarea{
	background-color: #f1f1f1;
}
.goodsproductdetail_ .quickviewarea .footbox{
	margin: 0 auto;
	padding: 30px 0;
	width: 960px;
}
.goodsproductdetail_ .quickviewarea .footbox .thumnail{
	float: left;
	margin: 0 15px 0 0;
}
.goodsproductdetail_ .quickviewarea .footbox .thumnail p{
	background-color: #ffffff;
	display: table-cell;
	width: 130px;
	height: 130px;
	vertical-align: middle;
}
.goodsproductdetail_ .quickviewarea .footbox .main h3{
	margin: 0 0 10px;
	font-weight: 800;
}
.goodsproductdetail_ .quickviewarea .footbox .main .star{
	margin: 15px 0 0;
}
.goodsproductdetail_ .quickviewarea .carousel{
	background-color: #ffffff;
	padding: 10px 0;
	text-align: center;
	overflow: hidden;
}
.goodsproductdetail_ .quickviewarea .carousel ul{
  margin-bottom: 100px;
}
.goodsproductdetail_ .quickviewarea .carousel ul li:not(:first-child){
	display: none;
}
.goodsproductdetail_ .quickviewarea .carousel ul.slick-initialized li{
	display: block;
}
.goodsproductdetail_ .quickviewarea .carousel ul li img{
  max-width: 875px;
}
.goodsproductdetail_ .quickviewarea .carousel .slick-slide img{
	display: inline;
}
.goodsproductdetail_ .quickviewarea .carousel .slick-arrow{
	height: 60px;
}
.goodsproductdetail_ .quickviewarea .carousel .nav{
	margin: 0;
  padding-top: 10px;
	height: 100px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: auto;
	z-index: 1;
	width: 100%;
}
.goodsproductdetail_ .quickviewarea .carousel .nav a{
	display: inline-block;
	border: 2px solid transparent;
	margin: 0 3px;
	width: 64px;
	height: 64px;
	overflow: hidden;
}
.goodsproductdetail_ .quickviewarea .carousel .nav a img{
	width: 100%;
}
.goodsproductdetail_ .quickviewarea .carousel .nav a.active{
	border: 2px solid #000000;
}
.goodsproductdetail_ .icon ul li.new{
	left: 50%;
	top: 10px;
	margin: 0 0 0 -480px;
}












div.goods_ {
	clear: both;
}
div.leftmenuframe_ div.goods_,
div.rightmenuframe_ div.goods_ {
	margin-bottom:0px;
	clear: both;
}
span.agree_ {
	float: left;
	margin: 0 7px 20px 0;
}
td.goodscomment_ {
	background-color: #ffffff;
	width: 592px;
}

/* 商品画像 */
div.goodsimg_ {
	width: 360px;
	float: left;
	overflow: hidden;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
	margin-bottom: 20px;
}
div.goodsimg_ .img_L_ .comment_ {
	margin-top: 5px;
}
div.goodsimg_ .img_c_{
	margin-bottom: 10px;
}
div.goodsimg_ .img_c_ .comment_ {
	margin-top: 5px;
}

/* 添付ファイル */
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;
}


/* 商品スペック */
div.goodsspec_ {
	width: 220px;
	float: right;
}


/* 入荷案内申込関係 */
div.backorder_variation_unit_ {
	margin-bottom: 10px;
	text-align:right;
	vertical-align:middle;
}

/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}

div.cartbox_ div.colors_ br,div.cartbox_ div.sizes_ br {
	clear:left;
}

/**/
/* セット内容一覧 */
table.goods_set_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.goods_set_ tr {
	vertical-align:top;
}
table.goods_set_ th {
	text-align: center;
	font-weight: bold;
}
table.goods_set_ td {
	vertical-align: middle;
}
table.goods_set_ td.name_ {
	width: auto;
	text-align: left;
}
table.goods_set_ td.qty_ {
	width: 50px;
	text-align: center;
}
/**/

/**/
/* 店舗在庫 */
table.StoreStore_Frame_ {
	margin: 0 0 20px 0;
	border:none;
	width:100%;
}
table.StoreStore_Frame_ tr {
	vertical-align:top;
}
table.StoreStore_Frame_ th {
	text-align: center;
	font-weight: bold;
}
table.StoreStore_Frame_ td {
	vertical-align: middle;
}
table.StoreStore_Frame_ td.storestock_div_ {
	width: 100px;
	font-weight: bold;
}
table.StoreStore_Frame_ td span.storestock_item_ {
	padding-right: 10px;
}
div.storestock_goodsback_ {
	width: 100%;
	text-align: center;
}
/**/

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
div.goodscomment_ {
	font-size: 117%;	/* 14px */
}
div.goodscomment_ .goodsttl_{
	margin: 0 0 5px;
	font-size: 117%;
}
div.goodscomment_ p + p{
	margin: 20px 0 0;
}
div.goodscomment_ p:last-child{
	margin: 20px 0 0;
}
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;
}

.option_buttons2_ {
	margin-bottom:30px;
	text-align:center;
	overflow: hidden;
}
.option_buttons2_ li {
	margin:0 2px;
	display:inline;
}

/* SNS */
ul.sns {
	list-style:none;
}
li.sns {
	float:left; margin-right:10px; margin-bottom:5px;
}

/* 関連商品 */
.accessory_title_ {
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 18px;
	font-weight: normal;
	color:#ffffff;
	border-bottom: 1px solid #e5e5e5;
	background:#3fbf0d;
	clear: both!important;
}
.accessory_list_ .StyleT_Frame_ .name_ {
	display:none;
}
.accessory_list_ .StyleT_Frame_ .price_ {
	margin:10px 0;
}

/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
/* サイドメニューイベント欄 */
div.leftmenuframe_ div.StyleT_Line_,
div.rightmenuframe_ div.StyleT_Line_ {
	width: 100%;
	margin-bottom:10px;
}
div.leftmenuframe_ div.StyleT_Item_,
div.rightmenuframe_ div.StyleT_Item_ {
	width:130px;
	margin: 0 auto;
	border-bottom:#d5d5d5 1px dotted;
	float:none;
}
div.leftmenuframe_ div.StyleT_Item_ div.img_,
div.rightmenuframe_ div.StyleT_Item_ div.img_ {
	width:100px;
	height:100px;
	padding:0 15px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:100px;
	display:table-cell;
}
div.leftmenuframe_ div.StyleT_Item_ div.img_ img,
div.rightmenuframe_ div.StyleT_Item_ div.img_ img {
	max-width:100px;
	max-height:100px;
}
div.leftmenuframe_ div.StyleT_Item_ div.name_,
div.rightmenuframe_ div.StyleT_Item_ div.name_ {
	text-align:center;
}

/* --------------------------------------------------------------------
	商品一覧　詳細一覧
--------------------------------------------------------------------- */
div.StyleD_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleD_Item_ {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
div.StyleD_Frame_ div.img_ {
	margin: 0 10px 0 0;
	float: left;
	display: inline;
	width: 100px;
}
div.StyleD_Frame_ div.img_ img {
	width: 100px;
}
div.StyleD_Frame_ div.desc_ {
	float: left;
	display: inline;
	width: 490px;
	overflow: hidden;
}
div.StyleD_Frame_ div.name_ {
}
div.StyleD_Frame_ div.detail_ {
	width: 100%;
	overflow: hidden;
}
div.StyleD_Frame_ div.detail_ div.spec_ {
	float: left;
	display: inline;
	text-align: left;
	width: 50%;
}
div.StyleD_Frame_ div.cart_ {
	float: right;
	display: inline;
	text-align: right;
	width: 50%;
}
div.StyleD_Frame_ .goodscomment1_ {
	margin-top: 10px;
}

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
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;
}

/* --------------------------------------------------------------------
	商品一覧　リスト
--------------------------------------------------------------------- */
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_ {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleA_Item_ td {
	padding-bottom: 10px;
	vertical-align: top;
}
.StyleA_Item_ td.img_ {
	padding-right: 10px;
	width: 100px;
}
.StyleA_Item_ td.img_ img {
	max-width: 100px;
}
.StyleA_Item_ div.price_ {
	text-align: right;
}
.StyleA_Frame_ div.stock_ {
	text-align: right;
}
.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: bold;
}
/* チェックリスト(子商品追加) */
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_ {
	width: 105%;
	overflow: hidden;
}
div.StyleR_Frame_ ul {
	zoom:1;
}
div.StyleR_Frame_ ul:after {
	content: "";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
div.StyleR_Frame_ ul li {
	width:180px;
	margin: 0 30px 30px 0;
	float: left;
}
div.StyleR_Frame_ ul li div.icon_ {
	margin-bottom:10px;
	overflow:hidden;
}
div.StyleR_Frame_ ul li div.icon_ span {
	width:36px;
	padding:10px 0 0 0;
	margin:0 5px 0 0;
	display:block;
	float:left;
}
div.StyleR_Frame_ ul li div.icon_ span.rank_ {
	width:28px;
	padding:5px 0;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	-moz-text-shadow: 0 -1px 2px #fff;
	-webkit-text-shadow: 0 -1px 2px #fff;
	text-shadow: 0 -1px 2px #fff;
	color:#000;
	background: url(../img/usr/common/rank00.png) 0 0 no-repeat;
}
div.StyleR_Frame_ ul li#rank1 .icon_ span.rank_ {
	background: url(../img/usr/common/rank01.png) 0 0 no-repeat;
}
div.StyleR_Frame_ ul li#rank2 .icon_ span.rank_ {
	background: url(../img/usr/common/rank02.png) 0 0 no-repeat;
}
div.StyleR_Frame_ ul li#rank3 .icon_ span.rank_ {
	background: url(../img/usr/common/rank03.png) 0 0 no-repeat;
}
div.StyleR_Frame_ ul li div.img_ {
	width:180px;
	height:180px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:180px;
	display:table-cell;
}
div.StyleR_Item_ div.img_ a {
	display: block;
	text-align: center;
}
div.StyleR_Item_ div.img_ img {
	max-width: 180px;
	max-height: 180px;
}
div.StyleR_Item_ div.desc_ {
	width: 180px;
	margin: 0;
}
div.StyleR_Item_ div.name_ {
	margin: 10px 0 10px 0;
}
div.StyleR_Item_ div.price_ {
	margin: 0 0 10px 0;
	text-align:right;
}
div.StyleR_Item_ div.price_ .small_ {
	font-size:11px;
	font-weight:normal;
}

/* --------------------------------------------------------------------
	商品一覧　レコメンド
--------------------------------------------------------------------- */
div.StyleI_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleI_Line_ {
	margin: 0 0 20px 0;
	width: 105%;
	overflow: hidden;
}
div.StyleI_Item_ {
	width:180px;
	margin: 0 15px 0 0;
	float: left;
	text-align: center;
}
div.StyleI_Item_ div.icon_ {
	margin:0 0 5px 0;
	text-align:left;
}
div.StyleI_Item_ div.img_ {
	width:180px;
	height:180px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:180px;
	display:table-cell;
}
div.StyleI_Item_ div.img_ img {
	max-width:180px;
	max-height:180px;
}
div.StyleI_Item_ div.name_ {
	margin:10px 0;
	text-align:left;
}
div.StyleI_Item_ div.price_ {
	margin:10px 0;
	text-align:right;
}

/* --------------------------------------------------------------------
	商品一覧　ヒストリー
--------------------------------------------------------------------- */
div.StyleH_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleH_Line_ {
	margin: 0 0 20px 0;
	width: 105%;
	overflow: hidden;
}
div.StyleH_Item_ {
	width:180px;
	margin: 0 15px 0 0;
	float: left;
	text-align: center;
}
div.StyleH_Item_ div.icon_ {
	margin:0 0 5px 0;
	text-align:left;
}
div.StyleH_Item_ div.img_ {
	width:180px;
	height:180px;
	text-align:center;
	vertical-align:middle;
	layout-grid-line:180px;
	display:table-cell;
}
div.StyleH_Item_ div.img_ img {
	max-width:180px;
	max-height:180px;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
table.search_ {
	margin: 0 auto;
	width: 100%;
	border:1px dotted #CCC;
}
table.search_ th {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: top;
}
table.search_ td {
	text-align:left;
	font-size: 12px;
	background-color:transparent;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CCC;
	border-left: none;
	vertical-align: middle;
	overflow: hidden;
}

div.goods_ div.btn_overlay_ {
	position: absolute;
	text-align:center;
}

div.goods_ div.addcart_overlay_ {
	position: absolute;
	display: none;
}

/* --------------------------------------------------------------------
	クイックビュー
--------------------------------------------------------------------- */
div.QuickView_Frame_ {
	display: none;
	position: absolute;
	z-index: 10000;
	overflow: visible;
	width: auto;
	height: auto;
	margin: 0;
	padding: 4px;
	border: 1px solid rgb(140, 140, 200);
	background: rgb(220, 230, 242);
}
div.QuickView_Line_ {
	overflow: hidden;
	width: 100%;
}
div.QuickView_Item_ {
	display: inline;
	float: left;
	width: 50%;
	margin: 0;
	padding: 0 0 2px 0;
}
div.QuickView_Item_ div.img_ {
	display: inline;
	float: left;
	width: auto;
	margin: 4px;
	padding: 0.1px;
	border: 1px solid rgb(180, 180, 200);
}
div.QuickView_Item_ div.img_:hover {
	border: 1px solid rgb(0, 0, 255);
}

/*=== 20181026追記 ===*/
.quickviewarea .footbox p.caution_postage_ {
	margin: 10px 0 8px;
	text-align: right;
}
.quickviewarea .footbox .faq_1step_ {
	margin-top: 8px;
	text-align: right;
}

/* エラーページ */
.error_one-step-order_{
	margin: 120px 0 60px;
	text-align: center;
}
.error_one-step-order_ p{
	color: #e21836;
	font-size: 133%;
	line-height: 2;
	margin: 0 0 30px;
}
.error_one-step-order_ .btn_wrap_ {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 650px;
	margin: 0 auto;
}
.error_one-step-order_ .btn_wrap_ .redbtn_ a {
	display: block;
	width: 300px;
	background: #e21836;
	color: #fff;
	text-align: center;
	font-size: 13px;
	padding: 24px 0 20px;
}
.error_one-step-order_ .btn_wrap_ div {
	margin: 0 0 20px 20px;
}

/* --------------------------------------------------------------------
	イベントType2
--------------------------------------------------------------------- */
div.container_.event_type2_ div.contents_ {
	width: 1010px;
	padding: 0 95px;
	box-sizing: content-box;
}
div.container_.event_type2_ div.contents_ div.event_freespace1_ {
	width: 460px;
	float: left;
}
div.container_.event_type2_ div.contents_ div.mainframe_ {
	width: 1010px;
}
div.container_.event_type2_ div.contents_ div.section {
	margin: 0 0 60px;
}
div.container_.event_type2_ div.contents_ div.section:last-child {
	margin-bottom: 0;
}
div.container_.event_type2_ div.contents_ div.section:after {
	content: "";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
div.container_.event_type2_ div.contents_ div.right_frame_ {
	float: right;
	width: 520px;
}
div.container_.event_type2_ .event_freespace2_ h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}
div.container_.event_type2_ .event_freespace2_ p {
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
}
.slick-slider-event-type2 .slick-slide {
	text-align: center;
}
.slick-slider-event-type2 .slick-slide img {
	max-width: 460px;
	display: inline-block;
}
.slick-slider-event-type2 .slick-dots {
	margin: 30px 0;
	text-align: center;
	line-height: 0;
}
.slick-slider-event-type2 .slick-dots > li {
	display: inline-block;
	margin: 0 5px;
}
.slick-slider-event-type2 .slick-dots > li button {
	background-color: #a3a3a3;
	border: 1px solid #a3a3a3;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	padding: 0;
	text-indent: -9999px;
	cursor: pointer;
}
.slick-slider-event-type2 .slick-dots > li.slick-active button {
	background-color: #232323;
	border: 1px solid #232323;
}
.slick-slider-event-type2 .slick-arrow {
	background-color: #464645;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 313px;
	border: none;
	width: 54px;
	height: 54px;
	z-index: 1;
	text-indent: -9999px;
	opacity: 0.6;
	cursor: pointer;
}
.slick-slider-event-type2 .slick-disabled {
	opacity: 0;
}
.slick-slider-event-type2 .slick-prev {
	left: -20px;
}
.slick-slider-event-type2 .slick-prev::after {
	content: '';
	width: 9px;
	height: 9px;
	margin-left: -4px;
	border: 2px solid;
	border-color:  #ffffff transparent transparent #ffffff;
	transform: rotate(-45deg);
	position: absolute;
	top: 22px;
	left: 50%;
}
.slick-slider-event-type2 .slick-next {
	right: -20px;
}
.slick-slider-event-type2 .slick-next::after {
	content: '';
	width: 9px;
	height: 9px;
	margin-left: -10px;
	border: 2px solid;
	border-color: transparent #ffffff #ffffff transparent;
	transform: rotate(-45deg);
	position: absolute;
	top: 22px;
	left: 50%;
}
#block_of_type2_goodslist .StyleE2_Item_ {
	padding: 15px 0;
	border-bottom: #e5e5e5 1px solid;
	display: block;
}
#block_of_type2_goodslist .StyleE2_Item_::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
#block_of_type2_goodslist .StyleE2_Item_ .image {
	width: 135px;
	height: 135px;
	float: left;
	position: relative;
}
#block_of_type2_goodslist .StyleE2_Item_ .image img {
	max-width: 135px;
	max-height: 135px;
}
#block_of_type2_goodslist .StyleE2_Item_ .image .quickview {
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
	padding: 10px 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	color: #ffffff;
	text-align: center;
	font-size: 133%;
	font-weight: bold;
}
#block_of_type2_goodslist .StyleE2_Item_ .image a:hover .quickview {
	display: block;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box {
	width: 365px;
	float: right;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .name a {
	font-size: 14px;
	color: #232323;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .price {
	margin-bottom: 20px;
	font-size: 14px;
	color: #CF0A2C;
}
/* Color */
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor {
	margin: 0 -12px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box p {
	margin: 0 0 5px;
	font-size: 14px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor p strong {
	margin: 0 10px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor ul {
	margin: 0 -12px 0 0;
	padding: 0 0 0 2px;
	overflow: hidden;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor ul li {
	float: left;
	margin: 0 0 0 -2px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor ul li a {
	background: url(../img/usr/common/bg_pattern02.png) no-repeat center center;
	background-size: 40px 40px;
	display: table-cell;
	width: 60px;
	height: 60px;
	padding: 10px;
	vertical-align: middle;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor ul li a img {
	width: 100%;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor ul li a.active {
	border: 3px solid #020202;
	padding: 5px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor .color2_ {
	display: inline-block;
	background-size: 40px auto;
	background-position: center center;
	width: 60px;
	height: 60px;
	cursor: pointer;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor .color2_ + .color2_ {
	margin: 0 0 0 -2px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .selectcolor .color2_.color_Selected_ {
	border: 3px solid #020202;
	padding: 5px;
}
/* Size */
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart {
	position: relative;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav {
	margin: 10px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div {
	position: relative;
	float: left;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div.ajax_cart_button {
	float: right;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a {
	position: relative;
	display: block;
	text-align: center;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square {
	background-color: #ffffff;
	width: 56px;
	height: 56px;
	margin: 0 7px 0 0;
	padding: 7px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square:hover,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square.active {
	background-color: #232323;
	text-decoration: none;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square.active:after {
	content: url(../img/usr/common/icon_triangle-blk-bottom.png);
	position: absolute;
	left: 50%;
	top: -6px;
	margin: 0 0 0 -5px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.error {
	border: 2px solid #FFE90B;
	padding: 10px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square > span {
	display: block;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square .label {
	margin: 0 0 5px;
	font-size: 11px;
	color: #999999;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.square .value {
	font-size: 14px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input {
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: url(../img/usr/common/icon_shopping-cart-white.png) no-repeat 125px center;
	background-size: 17px auto;
	float: right;
	background-color: #cf0a2c;
	border: 3px solid #9e0822;
	padding: 15px 25px 0 0;
	width: 160px;
	height: 56px;
	font-size: 14px;
	color: #ffffff;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input:hover {
	border: 3px solid #bc001c;
	text-decoration: none;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input.backorder {
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: none;
	background-color: #232323;
	border: 3px solid #232323;
	padding: 15px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input.backorder:hover {
	border: 3px solid #000;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input.soldout {
	-webkit-transition: border 300ms ease-out;
	-moz-transition: border 300ms ease-out;
	transition: border 300ms ease-out;
	background: none;
	background-color: #808080;
	border: 3px solid #808080;
	padding: 15px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav > div > a.input.soldout:hover {
  border: 3px solid #666;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox {
	display: none;
	position: absolute;
	left: 0;
	bottom: 80px;
	background-color: #232323;
	border-radius: 7px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > a,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > span {
	display: block;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > a {
	color: #ffffff;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > span {
	color: #666666;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > a:hover {
	text-decoration: none;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > a.active,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectbox ul li > span.active {
	color: #e21836;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize {
	padding: 20px 10px 10px 20px;
	width: 400px;
	text-align: center;
	z-index:10;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize ul {
	overflow: hidden;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize ul li {
	float: left;
	margin: 0 10px 10px 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize a,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize span {
	padding: 15px 0;
	width: 64px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize a {
	border: 1px solid #666666;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize a:hover {
	border: 1px solid #ffffff;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize a.active {
	border: 2px solid #e21836;
	padding: 14px 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectsize span {
	border: 1px solid #333333;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum {
	padding: 15px 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth ul li,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum ul li {
	display: block;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth a,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum a,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth span,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum span {
	padding: 10px 25px;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth a:hover,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum a:hover {
	background-color: #000000;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth{
	width: 400px;
	left: -80px;
	z-index:10;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth a > span,
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectwidth span > span {
	margin: 0 25px 0 0;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart .nav .selectnum {
	left: 0;
	width: 72px;
	text-align: center;
	z-index: 10;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart p.alert {
	position: absolute;
	left: -48px;
	top: 100%;
	z-index: 1;
	background-color: #ffe90b;
	padding: 10px 0 0;
	width: 155px;
	height: 37px;
	text-align: center;
}
#block_of_type2_goodslist .StyleE2_Item_ .info-box .cart p.alert:before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ffe90b;
	margin: 0 0 0 -10px;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ {
	margin: 30px 0;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ p {
	margin: 0 0 10px 0;
	text-align: right;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ p a {
	width: 346px;
	height: 56px;
	line-height: 53px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ p.order-all a {
	border: #9e0822 3px solid;
	color: #ffffff;
	background: #cf0a2c;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ p.order-all a::after {
	content: '';
	width: 20px;
	height: 20px;
	margin-left: 8px;
	background: url("../img/usr/common/ico_all_order.png") left top no-repeat;
	display: inline-block;
	position: relative;
	top: 5px;
}
#block_of_type2_goodslist .StyleE2_Last_Line_ p.order-onestep a {
	border: #cf0a2c 3px solid;
	color: #cf0a2c;
}
div.container_.event_type2_ div.contents_ .banner_ {
	clear: both;
}

/* --------------------------------------------------------------------
	取り扱い店舗 PopUp
--------------------------------------------------------------------- */
.quickviewarea .footbox .link {
	margin: 0;
	overflow: visible;
}
.quickviewarea .footbox .link ul {
	margin: 10px 0;
	overflow: visible;
	float: right;
	width: 100%;
}
.quickviewarea .footbox .link ul li {
	margin: 0 12px 10px 0;
	float: left;
}
.quickviewarea .footbox .link ul li.contact {
	float: none;
	clear: both;
}
.quickviewarea .footbox .link ul li a {
	background-repeat: no-repeat;
	background-position: 0 center;
	padding: 10px 0 10px 23px;
	display: block;
	color: #808080;
}
.quickviewarea .footbox .link ul li.favorite {
	position: relative;
	width: 194px;
	height: 37px;
	margin: 0 10px 10px 0;
	border: #cccccc 1px solid;
	box-sizing: border-box;
	text-align: center;
}
.quickviewarea .footbox .link ul li.shoplist {
	width: 194px;
	height: 37px;
	margin: 0 0 10px 0;
	border: #cccccc 1px solid;
	box-sizing: border-box;
	text-align: center;
}
.quickviewarea .footbox .link ul li.favorite a {
	height: 35px;
	padding: 0 0 0 10px;
	line-height: 37px;
	background: #ffffff url(../img/usr/common/icon_bookmark.png) 40px center no-repeat;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
}
.goodsproductdetail_ .link ul li.favorite a.active,
.quickviewarea .footbox .link ul li.favorite a.active {
	background-image: url(../img/usr/common/icon_bookmark_on.png);
}
.quickviewarea .footbox .link ul li.shoplist a {
	height: 35px;
	padding: 0 0 0 15px;
	line-height: 37px;
	background: #ffffff url(../img/usr/common/icon_shoplist.png) 30px center no-repeat;
	display: block;
	color: #808080;
}
.quickviewarea .footbox .link ul li.contact a {
	background-image: url(../img/usr/common/icon_mail.png);
}
.quickviewarea .footbox .link ul li.chart a {
	background-image: url(../img/usr/common/icon_chart.png);
}
#shoplist_popup_frame {
	width: 900px;
	margin: 0 auto;
}
#shoplist_popup_frame_inner {
	background: #F1F1F1;
}
#shoplist_popup_frame_inner h2 {
	padding: 10px 0;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	background: #333333;
	position: relative;
}
#shoplist_popup_frame_inner h2 .popup-modal-dismiss {
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 38px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
#shoplist_popup_frame #shoplist_popup_contents {
	height: 80vh;
	padding: 40px;
	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}
#shoplist_popup_frame .popup-top {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
#shoplist_popup_frame .popup-top .thumnail {
	width: 150px;
	height: 150px;
	text-align: center;
	display: flex;
	background: #ffffff;
}
#shoplist_popup_frame .popup-top .thumnail p {
	align-self: center;
}
#shoplist_popup_frame .popup-top .thumnail p img {
	max-width: 150px;
	max-height: 150px;
}
#shoplist_popup_frame .popup-top .left {
	width: 620px;
}
#shoplist_popup_frame .popup-top .left .main {
	margin-bottom: 15px;
}
#shoplist_popup_frame .popup-top .left .main h3 {
	font-size: 18px;
}
#shoplist_popup_frame .popup-top .left .main p {
	font-size: 16px;
}
#shoplist_popup_frame .popup-top .left select,
#shoplist_popup_frame .popup-top .left option {
	background-color: #ffffff;
}
#shoplist_popup_frame .popup-top .left button {
	padding: 0 10px;
	margin: 18px 0 0 0;
	height: 42px;
	line-height: 42px;
	border: none;
	color: #ffffff;
	background-color: #E21836;
	cursor: pointer;
}
#shoplist_popup_frame .popup-top .left .popup-select-frame {
	display: flex;
}
#shoplist_popup_frame .popup-top .left .popup-select-frame > div {
	position: relative;
	margin-right: 40px;
}
#shoplist_popup_frame .popup-top .left .popup-select-frame > div .square {
	position: relative;
	display: block;
	text-align: center;
	background-color: #ffffff;
	width: 72px;
	height: 72px;
	margin: 0 7px 0 0;
	padding: 12px 0 0;
}
#shoplist_popup_frame .popup-top .left .popup-select-frame > div a.square:hover,
#shoplist_popup_frame .popup-top .left .popup-select-frame > div a.square.active{
	background-color: #232323;
	text-decoration: none;
}
#shoplist_popup_frame .popup-top .left .popup-select-frame > div .square .label {
	display: block;
	margin: 0 0 5px;
	font-size: 92%;
	color: #999999;
}
#shoplist_popup_frame .popup-middle p.notice-ttl {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.2;
	color: #E21836;
}
#shoplist_popup_frame .popup-middle p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.6;
}
#shoplist_popup_frame .popup-bottom {
	margin-top: 20px;
	border-top: #D8D8D8 1px solid;
}
#shoplist_popup_frame .popup-bottom .no_store_stock_ {
	font-size: 16px;
	color: #f00;
	margin: 15px 0 10px;
}
#shoplist_popup_frame .popup-bottom .area h3 {
	padding: 15px 20px;
	border-bottom: #D8D8D8 1px solid;
	font-size: 16px;
	background: url(../img/usr/common/icon_open.png) no-repeat 98% center;
	cursor: pointer;
}
#shoplist_popup_frame .popup-bottom .area.open h3 {
	background: url(../img/usr/common/icon_close.png) no-repeat 98% center;
}
#shoplist_popup_frame .popup-bottom .area ul li {
	padding: 10px 15px 10px 40px;
	border-bottom: #D8D8D8 1px solid;
	display: flex;
	justify-content: space-between;
}
#shoplist_popup_frame .popup-bottom .area ul li .name {
	width: calc(100% - 170px);
	align-self: center;
}
#shoplist_popup_frame .popup-bottom .area ul li .stock {
	width: 30px;
	align-self: center;
	text-align: center;
}
#shoplist_popup_frame .popup-bottom .area ul li .detail {
	width: 130px;
	text-align: center;
	display: flex;
}
#shoplist_popup_frame .popup-bottom .area ul li .detail a {
	width: 130px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	align-self: center;
	background: #333333;
	color: #ffffff;
}