@charset "UTF-8";

/* --------------------------------------------------------------------
	商品詳細
--------------------------------------------------------------------- */
div.goods_ {
	clear: both;
}
body.goods_details_ .leftmenuframe_ {
	display: none;
}
body.goods_details_ .mainframe_ {
	width: 1200px;
	float: none;
}
div.goodsproductdetail_ {
	margin-bottom: 10px;
	width:100%;
	overflow: hidden;
}
table.goodsproductdetail_ {
	width: 100%;
}
table.goodsproductdetail_ td {
	vertical-align: top;
}

/* 商品画像 */
div.goodsimg_ {
	float: left;
	display: inline;
	width: 600px;
	overflow: hidden;
}
td.goodsimg_ {
	padding-right: 20px;
}
div.goodsimg_ .img_L_ {
	width: 598px;
	height: 598px;
	margin-bottom: 20px;
	border: 1px solid #CBCBCB;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.goodsimg_ .img_L_ img {
	max-width: 100%;
	max-height: 100%;
}
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;
	width: 300px;
}
dl.attach_ dd {
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}

dl.attach_ dt a {
	font-size: 14px;
    font-weight: bold;
    line-height: 1.28;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 8px 0 7px;
    border: 1px solid #333333;
}

dl.attach_ dt a:hover {
    color: #ffffff;
    background-color: #333333;
}
/**/

/* 商品画像バリエーション */
div.etc_goodsimg_ {
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_line_ {
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}
div.etc_goodsimg_item_ {
	margin: 0 10px 0 0;
	float: left;
	width: 108px;
	height: 108px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CBCBCB;
}
div.etc_goodsimg_item_ img {
	max-width: 100%;
	max-height: 100%;
}
/**/

/* 商品スペック */
div.goodsspec_ {
	float: right;
	display: inline;
	width: 550px;
	overflow: hidden;
}
table.goodsspec_ {
	margin: 0 0 10px 0;
	width: 100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
table.goodsspec_ th {
	width:110px;
	text-align:left;
	padding:3px 6px;
	vertical-align:top;
	background-color: #f3f3f3;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
table.goodsspec_ td {
	text-align:left;
	padding:3px 6px;
	vertical-align:top;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}
/**/
div.goodsspec_ .goodsspec_icon_card_ {
	display: flex;
	justify-content: space-between;
}

#spec_goods {
	font-size: 10px;
	text-align: right;
	line-height: 2.0;
	width: 180px;
}
#spec_icon {
	width: 400px;
}
#spec_icon img {
	height: 35px;
}
/**/
#spec_goods_comment {
	font-size: 20px;
	line-height: 1.5;
	margin: 14px 0 0;
}
#spec_goods_comment img {
	height: 35px;
}
div.goodsspec_ .goods_name_ small {
	font-size: 14px;
	line-height: 1.785;
	padding: 10px 0 0;
	display: block;
}
/**/
#spec_price {
	text-align: right;
	margin: 22px 0;
}
#spec_price .price_pop_ {
	font-size: 12px;
}
#spec_price .price_pop_ + .price_ {
	color: #B53636;
}
#spec_price .price_ {
	font-size: 16px;
	font-weight: normal;
}
#spec_price .price_ .large_ {
	font-size: 26px;
	line-height: 1.19;
	margin-left: 5px;
}
#spec_price .price_ .small_ {
	font-size: 12px;
}
#spec_price .usually_price_ {
	font-size: 11px;
}
#spec_price .usually_price_ .large_ {
	font-size: 20px;
	text-decoration: line-through;
	line-height: 1.5;
	margin-left: 5px;
}
#spec_price .usually_price_ .small_ {
	font-size: 10px;
}


/* セット商品 */
div.goodsset_ {
	width: 100%;
	padding: 0 0 15px 0;
}
h2.goodsset_title_ {
	margin: 0;
	padding: 4px 0;
	font-size: 13px;
	font-weight: bold;
}
table.goodsset_ {
	width: 100%;
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
}
table.goodsset_ th {
	padding:3px 4px;
	white-space: nowrap;
	background-color:#f3f3f3;
	border-bottom:2px solid #ffffff;
}
table.goodsset_ td {
	padding:2px 6px;
	font-weight:normal;
	background-color:#FFF;
}
/**/

/* カートボタン関係 */
div.cartbox_ {
	margin-bottom: 10px;
	text-align:right;
	vertical-align:middle;
}
div.cartbox_ span.variationlist_ {
	padding-right:4px;
	vertical-align:middle;
}
/**/
/* バリエーションプルダウン */
div.cartbox_ .variation_pulldown_ {
	margin-bottom: 10px;
}
/**/
/* バリエーションボックス */
div.cartbox_ div.colors_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.colors_ div.color_ {
	float:left;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:30px;
	height:30px;
}
div.cartbox_ div.colors_ div.color_EnableStock_ {
	border:solid 2px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_DisableStock_ {
	border:dashed 2px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.colors_ div.color_Selected_ {
	border:solid 2px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.colors_ div.color_DisableSelected_ {
	border:dashed 2px #ffc0c0;
	background-color:#909090;
	color:#ffc0c0;
}
div.cartbox_ div.colors_ br {
	clear:left;
}
div.cartbox_ div.sizes_ {
	margin-bottom: 5px;
	width: 100%;
	overflow: hidden;
}
div.cartbox_ div.sizes_ div.size_ {
	float:left;
	padding:2px 5px 2px 5px;
	margin:2px 5px 2px 5px;
	white-space: nowrap;
	width:auto;
	height:auto;
	text-align:center;
}
div.cartbox_ div.sizes_ div.size_EnableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#FFF;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_DisableStock_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	cursor:pointer;
}
div.cartbox_ div.sizes_ div.size_Selected_ {
	border:solid 1px #ffc0c0;
	background-color:#ffe0e0;
}
div.cartbox_ div.sizes_ div.size_DisableSelected_ {
	border:dotted 1px #d0d0d0;
	background-color:#909090;
	color:#ffc0c0;
}
.goodsproductdetail_ .goodsimg_ div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/**/

div.goodsspec_ div.togetherlist_ {
}
div.goodsspec_ div.to_detaillink_ {
	text-align: right;
}
h2.goodscomment_ttl_ {
	margin-bottom: 5px;
	position: relative;
}
h2.goodscomment_ttl_::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #001960;
	z-index: 1;
}
h2.goodscomment_ttl_ span {
	font-size: 18px;
	line-height: 1.388;
	display: inline-block;
	padding: 0 15px 0 4px;
	background-color: #ffffff;
	position: relative;
	z-index: 10;
}
div.goodscomment1_ {
	margin-top: 40px;
}
div.goodscomment2_ {
	margin-top: 40px;
}
div.goodscomment3_ {
	margin-top: 40px;
}
div.goodscomment4_ {
	margin-top: 40px;
}
div.goodscomment5_ {
	margin-bottom: 10px;
}
.details_move_box_ {
	margin-top: 15px;
}
.details_move_box_ iframe {
	width: 400px;
	margin: 0 auto;
	display: block;
}
.details_move_box_ .details_move_btn_ {
	width: 244px;
	margin: 15px auto 0;
}
.details_move_box_ .details_move_btn_ a {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.28;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 8px 0 7px;
	border: 1px solid #333333;
}
.details_move_box_ .details_move_btn_ a:hover {
	color: #ffffff;
	background-color: #333333;
}

div.accessory_list_ {
}
div.accessory_list_ h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1.7916;
	margin: 0 0 20px;
}

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_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;
}
ul.sns li {
	float:left; margin-right:10px; margin-bottom:5px;
}

/*** 商品分類SKU対応　ここから ***/

/* 商品画像 */
div.goodsimg2_ {
	float: left;
	display: inline;
	/*width: 400px;*/
	width: 600px;
	overflow: hidden;
}

div.goodsimg2_ .img_l_ .img_ {
	width: 598px;
	height: 598px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #CBCBCB;
	background-color: #ffffff;
}
div.goodsimg2_ .img_l_ .img_ img {
	max-height: 100%;
	max-width: 100%;
	flex-shrink: 0;
	text-align: center;
	width: auto;
	height: auto;
}

td.goodsimg2_ {
	padding-right: 10px;
}
div.goodsimg2_ .img_6_ {
	margin-bottom: 10px;
	text-align: center;
}
div.goodsimg2_ .img_6_ .comment_ {
	margin-top: 5px;
}

div.goodsimg2_ div.etc_goodsimg2_ {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 10px;
}
div.goodsimg2_ div.etc_goodsimg2_item_ {
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 98px;
	height: 98px;
	margin: 0 12px 10px 0;
	border: 1px solid #CBCBCB;
	background-color: #ffffff;
	position: relative;
	cursor: pointer;
}
div.goodsimg2_ div.etc_goodsimg2_item_ img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	flex-shrink: 0;
	text-align: center;
}
div.goodsimg2_ div.etc_goodsimg2_item_ img.active_ {
	cursor: pointer;
	border: solid 2px #0060ff;
}
/**/

/* バリエーション情報 */
div.variationbox_ {
/*
	float: right;
	display: inline;
	width: 180px;
	overflow: hidden;
*/
	width: 100%;
}
div.variationbox_ table.val_info {
	width: 100%;
}
div.variationbox_ table.val_info tr th {
	background-color: #eeffee;
	font-weight: normal;
	width: 40%;
}
#val_goods_name {
	font-size:14px;
	font-weight:bold;
}
div.variationbox_ div.variationlist_ {
	/*padding-top: 10px;*/
	padding-top: 16px;
}
/**/

/* バリエーション商品情報 */
div.variationbox_ div.var_goods_info {
	height: 140px; /* 最大長の商品名、キャンペーン名によって調整が必要 */
	margin-top: 10px;
}
div.variationbox_ table.var_goods_info {
}
div.variationbox_ table.var_goods_info tr td {
	padding-bottom: 5px;
}
#val_goods_name {
	font-size:14px;
	font-weight:bold;
}
div.variationbox_ div.val_goods_ {
}
div.variationbox_ div.price_pop_ {
}
div.variationbox_ div.price_ {
}
div.variationbox_ div.original_price_ {
	font-size:11px;
}
/**/

/* バリエーションプルダウン */
div.variationbox_ .variation_pulldown_title_ {
	margin-top: 10px;
}
div.variationbox_ .variation_pulldown_ {
	margin-bottom: 10px;
	/*width: 180px;*/
	width: 100%;
}
div.variationbox_ .variation_pulldown_ .variation_selected_ {
	background-color: #ffeeff;
}
div.variationbox_ .variation_pulldown_btn_ {
	margin-bottom: 10px;
	text-align: right;
}
/**/

/* バリエーション項目 */
div.variationbox_ .onProcess_ {
	width: 30px;
	height: 30px;
	background-image: url(../img/usr/ajax-loader.gif);
	background-repeat: no-repeat;
}
div.variationbox_ div.tags_ {
	margin-top: 18px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
div.variationbox_ div.tags_ div.title_ {
	font-size: 20px;
	line-height: 1.5;
	padding: 0 0 7px;
	margin: 0 0 13px;
	border-bottom: 2px solid #333333;
	width: 100%;
}
div.variationbox_ div.tags_ div.title_Text_ {
	/*color:#000000;*/
}
div.variationbox_ div.tags_ div.select_ {
	font-size: 12px;
	line-height: 1.75;
	width: 100%;
}
div.variationbox_ div.tags_ div.tag_ {
	width: 50px;
	height: 50px;
	margin: 0 9px 10px 0;
	white-space: nowrap;
	background-color:#ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.variationbox_ div.tags_ div.tag_:nth-of-type(8) {
	margin-right: 0;
}
div.variationbox_ div.tags_ div.tag_ .inner_ {
	white-space: nowrap;
	/*border: 1px solid #CBCBCB;*/
	width: 48px;
}
div.variationbox_ div.tags_ div.tag_ div.tag_Text_ {
	font-size: 24px;
	text-align: center;
	width: 48px;
	height: 30px;
	line-height : 32px;
	/*background-color:#cfcfcf;*/
	/*color:#ffffff;*/
}
div.variationbox_ div.tags_ div.tag_Enable_ {
	border:solid 2px #cfcfcf;
}
div.variationbox_ div.tags_ div.tag_Enable_ div.tag_Text_ {
	/*background-color:#001099;*/
	/*color:#ffffff;*/
}
div.variationbox_ div.tags_ div.tag_NoStock_ {
	border:dashed 2px #cfcfcf;
}
div.variationbox_ div.tags_ div.tag_NoStock_ div.tag_Text_ {
	/*background-color:#606060;*/
	/*color:#ffffff;*/
}
div.variationbox_ div.tags_ div.tag_Selected_ {
	/*border:solid 2px #ff9000;*/
	/*border:solid 2px #000000;*/
	border: 4px solid #333333;
	background-color: #ffffff;
}
div.variationbox_ div.tags_ div.tag_Selected_ div.tag_Text_ {
	background-color:#000000;
	background-color:#ffffff;
	/*color:#ffffff;*/
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ {
	/*border:dashed 2px #ff9000;*/
	border:dashed 4px #333333;
}
div.variationbox_ div.tags_ div.tag_Selected_NoStock_ div.tag_Text_ {
	/*background-color:#000000;*/
	/*color:#ffffff;*/
}

.tag_slide_wrap_ {
	width: 550px;
	padding: 0 30px 10px;
	position: relative;
}

.tag_slide_ {
	display: flex !important;
}
div.variationbox_ .tag_slide_ .tag_ {
	margin-bottom: 0 !important;
}

.tag_slide_wrap_ .slick-arrow {
	width: 30px;
	height: 100%;
	z-index: 10;
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	top: 0;
	cursor: pointer;
	background-color: #ffffff;
}
.tag_slide_wrap_ .slick-prev {
	left: 0;
}
.tag_slide_wrap_ .slick-next {
	right: 0;
}
.tag_slide_wrap_ .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -14px;
	border-right: 2px solid #001960;
	border-bottom: 2px solid #001960;
}
.tag_slide_wrap_ .slick-prev::after {
	left: 7px;
	transform:  rotate(135deg);
}
.tag_slide_wrap_ .slick-next::after {
	right: 7px;
	transform:  rotate(-45deg);
}



div.variationbox_ div.tags_ .cursor_ {
	cursor:pointer;
}

div.variationbox_ div.tags_ br {
	clear:left;
}
#gallery div.mask_ {
	position:absolute;
	z-index:10;
	color:#ff4a4a;
	font-weight:bold;
}
/*
span.message_ {
	float: left;
}
*/
/**/

/* 商品カート2 */
div.cartbox2_ {
	margin-top: 26px;
	/*padding: 5px 0;*/
	/*padding-top: 10px;*/
}
div.cartbox2_ .cartbox_inner_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 28px 40px 30px;
	background-color: #F8F8F8;
}

div.cartbox2_ .cartqty2_ {
	width: 98px;
	/*padding: 5px 0;*/
}
div.cartbox2_ .cartqty2_ span {
	font-size: 16px;
	line-height: 1.5;
	padding-bottom: 5px;
	display: block;
}
div.cartbox2_ .cartqty2_ input[type="text"] {
	width: 76px;
	height: 40px;
	text-align: center;
	border: 1px solid #CBCBCB;
}
div.cartbox2_ .cartbox_btn_ {
	width: 325px;
	margin-left: auto;
}
div.cartbox2_ .cartbox_btn_ input.btn_cart_ {
	margin-bottom: 12px;
}
div.cartbox2_ .cartbox_btn_ ul.option_buttons_ {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
div.cartbox2_ .cartbox_btn_ ul.option_buttons_ li {
}
div.cartbox2_ .cartbox_btn_ ul.option_buttons_ li a {
	font-size: 11px;
	line-height: 1.66;
	padding-left: 22px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	display: block;
}
div.cartbox2_ .cartbox_btn_ ul.option_buttons_ li.goods_bookmark_ a {
	background-image: url(../img/usr/common/ico_star.png);
}
div.cartbox2_ .cartbox_btn_ ul.option_buttons_ li.goods_contact_ a {
	background-image: url(../img/usr/common/ico_mail.png);
}

/**/

/* 商品スペック2 */
div.goodsspec2_ {
	/*display: inline;*/
	width: 100%;
	overflow: hidden;
}
table.goodsspec2_ {
	/*margin: 0 0 10px 0;*/
	margin: 0;
	width: 100%;
}
table.goodsspec2_ th {
	width: 90px;
	text-align:left;
	vertical-align:top;
}
table.goodsspec2_ td {
	text-align:left;
	vertical-align:top;
}
/**/
/*** 商品分類SKU対応　ここまで ***/

/* --------------------------------------------------------------------
	商品一覧　共通
--------------------------------------------------------------------- */
.name1_ {
	/*font-weight: bold;*/
}
.goods_filter_ {
}
/* --------------------------------------------------------------------
	商品一覧　サムネイル
--------------------------------------------------------------------- */
div.StyleT_Frame_ {
	width:100%;
	overflow: hidden;
}
div.StyleT_Line_ {
	display: flex;
	margin: 0;
	width: 100%;
	overflow: hidden;
}
div.StyleT_Item_ {
	width: 220px;
	margin: 0 14px 17px 0;
	padding: 0 0 10px;
	border: 1px solid #9F9F9F;
	position: relative;
}
div.StyleT_Item_:nth-child(4n) {
	margin-right: 0;
}
div.StyleT_Item_ > a {
	display: block;
	text-decoration: none;
	padding: 8px 9px 0;
	position: relative;
}
div.StyleT_Item_ > a:hover {
	opacity: 0.7;
}
div.StyleT_Item_ div.img_ {
	width: 200px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.StyleT_Item_ div.img_ img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	flex-shrink: 0;
}
div.StyleT_Item_ div.name_ {
	margin-top: 8px;
}
div.StyleT_Item_ div.name_ .name1_ {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
}
div.StyleT_Item_ .g_price_ {
	margin-top: 5px;
}
div.StyleT_Item_ .price_pop_ {
}
div.StyleT_Item_ .price_pop_ + .price_ {
	color: #B53636;
}
div.StyleT_Item_ .price_ {
	line-height: 1.125;
	padding-top: 5px;
}
div.StyleT_Item_ .price_ .large_ {
	font-size: 16px;
	line-height: 1.125;
}
div.StyleT_Item_ .price_ .small_ {
	font-size: 10px;
}
div.StyleT_Item_ .usually_price_ {
	font-size: 11px;
	line-height: 1.09;
	padding-top: 7px;
}
div.StyleT_Item_ .usually_price_ .large_ {
	font-size: 14px;
	text-decoration: line-through;
	line-height: 1.09;
}
div.StyleT_Item_ .usually_price_ .small_ {
	font-size: 9px;
}

/* サイドメニューイベント欄 */
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%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
div.StyleD_Item_ {
	width: 220px;
	margin: 0 14px 17px 0;
	padding: 0 0 10px;
	border: 1px solid #9F9F9F;
	position: relative;
}
div.StyleP_Item_ {
	position: relative;
}
div.StyleD_Item_:nth-child(4n) {
	margin-right: 0;
}
div.StyleD_Item_ > a {
	display: block;
	text-decoration: none;
	padding: 15px 9px 0;
	position: relative;
}
div.StyleD_Item_ > a:hover {
	opacity: 0.7;
}
div.StyleD_Item_ div.name_{
}
div.supplier_info_tab_ div.StyleD_Item_ {
}
div.StyleD_Item_ div.img_ {
	width: 200px;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.StyleD_Item_ div.img_ img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	flex-shrink: 0;
}
div.StyleD_Item_ div.icon_,
div.StyleP_Item_ div.icon_ {
	line-height: 1.0;
	margin: 4px 0 5px;
}
div.StyleD_Item_ div.icon_ img,
div.StyleP_Item_ div.icon_ img {
	/*max-width: 35px;*/
	height:20px;
	vertical-align: top;
	/*margin-bottom: 5px;*/
}
div.StyleD_Item_ div.desc_ {
	padding: 6px 0 0;
}
div.StyleD_Item_ div.desc_ .cord_stock_ {
}
div.StyleD_Item_ div.desc_ .cord_ {
	color: #8E8E8E;
	font-size: 10px;
	line-height: 1.2;
	word-break : break-all;
	margin-bottom : 3px;
}
div.StyleD_Item_ div.desc_ .stock_ {
	color: #8E8E8E;
	font-size: 10px;
	line-height: 1.2;
	word-break : break-all
}

div.supplier_info_tab_ div.StyleD_Item_ div.desc_ {
}
div.StyleD_Item_ div.name_ {
	margin-top: 8px;
}
div.StyleD_Item_ div.name_ .name1_ {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	text-overflow : ellipsis;
	white-space: normal;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
div.StyleD_Item_ div.detail_ {
}
div.StyleD_Item_ div.detail_ div.spec_ {
}
div.StyleD_Item_ div.cart_ {
}
div.StyleD_Item_ .goodscomment_ {
	margin: 4px 0 0;
	color: #8E8E8E;
    font-size: 10px;
    line-height: 1.2;
}
div.StyleD_Item_ .g_price_ {
	margin-top: 5px;
}
div.StyleD_Item_ .price_pop_ {
}
div.StyleD_Item_ .price_pop_ + .price_ {
	color: #B53636;
}
div.StyleD_Item_ .price_ {
	line-height: 1.125;
	padding-top: 5px;
}
div.StyleD_Item_ .price_ .large_ {
	font-size: 16px;
	line-height: 1.125;
}
div.StyleD_Item_ .price_ .small_ {
	font-size: 10px;
}
div.StyleD_Item_ .usually_price_ {
	font-size: 11px;
	line-height: 1.09;
	padding-top: 7px;
}
div.StyleD_Item_ .usually_price_ .large_ {
	font-size: 14px;
	text-decoration: line-through;
	line-height: 1.09;
}
div.StyleD_Item_ .usually_price_ .small_ {
	font-size: 9px;
}
div.StyleD_Item_ .cartbox_ {
	/*width: 200px;*/
	display: flex;
	margin: 10px auto 0;
	justify-content: space-between;
}
div.StyleD_Item_ .cartbox_ .quantity_ {
	font-size: 12px;
	/*width: 94px;*/
	text-align : left;
	float : left;
	padding-left: 9px;
}
div.StyleD_Item_ .cartbox_ .quantity_ input {
	width: 36px;
	height: 18px;
	min-height: auto;
	text-align: center;
}
div.StyleD_Item_ .cartbox_ .StyleD_Cart_ {
	/*width: 88px;
	margin: 0 6px 0 auto;*/
	text-align : right;
	float : right;
	padding-right: 9px;
}

/* 関連商品 */
.accessory_list_ .goods_ {
	padding: 0 55px;
	position: relative;
	display:inline-block;
}
.accessory_list_ div.StyleD_Frame_ {
	margin-top: 0;
}
.accessory_list_ .StyleD_Item_ {
	width: 250px;
	border: 0;
	padding: 0;
	margin: 0 30px 30px 0;
}
.accessory_list_ div.StyleD_Item_ > a {
	padding: 0;
}
.accessory_list_ .StyleD_Frame_.on_scroll div.StyleD_Item_:nth-child(4n) {
	margin-right: 30px;
}
.accessory_list_ div.StyleD_Item_ div.img_ {
	width: 250px;
	height: 250px;
}
.accessory_list_ .StyleD_Item_ .desc_,
.accessory_list_ .StyleD_Item_ .icon_,
.accessory_list_ .StyleD_Item_ .cartbox_ {
	display: none;
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-arrow {
	width: 40px;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	position: absolute;
	top: 0;
	text-indent: -9999px;
	cursor: pointer;
	background-color: #FFFFFF;
	z-index: 10;
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-prev {
	left: -16px;
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-next {
	right: 6px;
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	margin-top: -20px;
	border-right: 2px solid #001960;
	border-bottom: 2px solid #001960;
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-prev::after {
	left: 7px;
	transform:  rotate(135deg);
}
.accessory_list_ .goods_ .StyleD_Frame_ .slick-next::after {
	right: 7px;
	transform:  rotate(-45deg);
}

/* --------------------------------------------------------------------
	商品一覧　ピックアップ
--------------------------------------------------------------------- */
div.StyleP_Frame_ {
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 30px;
}
div.StyleP_Line_ {
	width: 100%;
	/*overflow: hidden;*/
	/*border-bottom: 1px solid #CCCCCC;*/
}
div.StyleP_Item_ {
	margin: 0 20px 40px 0;
	padding: 15px 9px 10px;
	float: left;
	display: inline;
	width: 170px;
	flex-basis: 170px;
	border: 1px solid #9F9F9F;
}
div.StyleP_Item_:nth-child(5n) {
	/* margin-right: 0; */
}
div.StyleP_Item_ a {
	display: block;
	text-decoration: none;
}
div.StyleP_Item_ div.img_ {
	margin: 0;
	padding: 0;
	width: 170px;
	height: 170px;
	display: flex;
	align-items: center;
	justify-content: center;
}
div.StyleP_Item_ div.img_ img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	flex-shrink: 0;
}
div.StyleP_Item_ div.desc_ {
	margin: 10px 0 0;
}
div.StyleP_Item_ div.name_ .name1_ {
	font-size: 16px;
	line-height: 1.4375;
}
div.StyleP_Item_ div.g_price_ {
	margin-top: 22px;
}
div.StyleP_Item_ .price_pop_ {
}
div.StyleP_Item_ .price_pop_ + .price_ {
	color: #B53636;
}
div.StyleP_Item_ .price_ {
	line-height: 1.125;
	padding-top: 5px;
}
div.StyleP_Item_ .price_ .large_ {
	font-size: 16px;
	line-height: 1.125;
}
div.StyleP_Item_ .price_ .small_ {
	font-size: 10px;
}
div.StyleP_Item_ .usually_price_ {
	font-size: 11px;
	line-height: 1.09;
	padding-top: 7px;
}
div.StyleP_Item_ .usually_price_ .large_ {
	font-size: 14px;
	text-decoration: line-through;
	line-height: 1.09;
}
div.StyleP_Item_ .usually_price_ .small_ {
	font-size: 9px;
}

/* トップページ(新着商品/人気商品/再入荷商品) */
.top_page_ .event_ {
	padding-bottom: 80px;
	margin-bottom: 80px;
	border-bottom: 2px solid #001960;
}
.top_event_title_.bg_gray_,
.top_event_title_.bg_gray_+.goods_,
.btn_more_wrapper_.bg_gray_ {
	background-color: #efefef;
}
.top_event_title_ {
	margin: 80px 0 0 !important;
	padding: 0 0 35px;
}
.top_event_title_.bg_gray_ {
	padding-top: 40px;
}
.top_event_title_.top_event_new_ {
	margin-top: 60px;
}
.top_event_title_+.goods_ div.StyleP_Frame_ {
	margin: 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.top_event_title_+.goods_ div.StyleP_Item_:not(:nth-child(5n)) {
	margin-right: 10px;
}
.top_event_title_+.goods_ div.StyleP_Item_ div.g_price_ {
	margin-top: 10px;
}
.btn_more_wrapper_ {
	padding: 10px 0 0;
}
.btn_more_wrapper_.bg_gray_ {
	padding-bottom: 40px;
}
.btn_more_wrapper_ .btn_more_ {
	margin-top: 0;
}
.btn_more_wrapper_ .btn_more_ a {
	display: block;
	background-color: #fff;
}

.top_page_ .goods_ div.StyleD_Frame_ {
	margin : 0;
	padding : 0 20px;
	box-sizing : border-box;
	display: block;
	flex-wrap: nowrap;
}

.top_page_ .goods_ div.StyleD_Item_ {
	width : 170px;
	margin: 0 20px 40px 0;
	padding : 0;
	float : left;
	display : inline;
	flex-basis : 170px;
	border : none;
}
.top_page_ .goods_ div.StyleD_Item_:not(:nth-child(5n)) {
	margin-right : 10px;
}
.top_page_ .goods_ div.StyleD_Item_:nth-child(5n) {
	margin-right: 0px;
}

.top_page_ .goods_ div.StyleD_Item_ {
	padding : 0;
}
.top_page_ .goods_ div.StyleD_Item_ a:not(:nth-child(1)),
.top_page_ .goods_ div.StyleD_Item_ a:not(:nth-child(2)),
.top_page_ .goods_ div.StyleD_Item_ a:not(:nth-child(3)),
.top_page_ .goods_ div.StyleD_Item_ a:not(:nth-child(4)),
.top_page_ .goods_ div.StyleD_Item_ a:not(:nth-child(5)) {
	padding : 0px;
}
.top_page_ .goods_ div.StyleD_Item_ a {
	padding : 45px 0px 0px;
}
.top_page_ .goods_ div.StyleD_Item_ .img_{
	width : 170px;
	height : 170px;
}
.top_page_ .goods_ div.StyleD_Item_ .desc_ {
	width : 170px;
}
/*
.top_page_ .goods_ div.StyleD_Item_ .icon_,
.top_page_ .goods_ div.StyleD_Item_ .desc_ .cord_stock_,
.top_page_ .goods_ div.StyleD_Item_ .desc_ .goodscomment_ {
	display : none;
}
*/

/* --------------------------------------------------------------------
	商品一覧　一覧
--------------------------------------------------------------------- */
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;
	border-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #e5f3ff;
}
table.StyleL_Frame_ th.name_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.gprice_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.comment_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.tax_class_name_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ th.stock_ {
	border-right: 1px dotted #CCC;
}
table.StyleL_Frame_ td {
	vertical-align: middle;
}
table.StyleL_Frame_ td.name_ {
	width: 150px;
}
table.StyleL_Frame_ td.g_price_ {
	/*white-space:nowrap;*/
	text-align:right;
}
table.StyleL_Frame_ td.comment_ {
	
}
table.StyleL_Frame_ td.tax_class_name_ {
	text-align: center;
}
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;
	border-style: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #e5f3ff;
}
table.StyleB_Frame_ th.name_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.gprice_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.comment_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ th.stock_ {
	border-right: 1px dotted #CCC;
}
table.StyleB_Frame_ td {
	vertical-align: middle;
}
table.StyleB_Frame_ td.name_ {
	width: 180px;
}
table.StyleB_Frame_ td.g_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 solid #cccccc;
}
.StyleA_Item_ td {
	padding-bottom: 10px;
	vertical-align: top;
}
.StyleA_Item_ td.img_ {
	padding-right: 10px;
	width: 90px;
}
.StyleA_Item_ td.img_ img{
	width: 80px;
}
.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;
}

.StyleA_Frame_ div.price_ span {
	display: inline-block;
}

/* チェックリスト(子商品追加) */
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%;
	overflow: hidden;
}
div.StyleR_Item_ {
	margin: 0;
	float: left;
	display: inline;
	text-align: center;
	width: 33%;
}
div.StyleR_Item_ div.img_ {
	margin-bottom: 5px;
}
div.StyleR_Item_ div.name_,
div.StyleR_Item_ div.price_ {
	margin: 0 10px 5px 10px;
}
div.StyleR_Item_ div.cart_ {
	margin: 0 10px;
}
.StyleR_List_ {
	float: right;
	display: inline;
	width: 66%;
	overflow: hidden;
}
.StyleR_List_ li {
	padding: 5px 5px 5px 0;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;
}
.StyleR_List_ li dl {
	width: 100%;
	overflow: hidden;
}
.StyleR_List_ li dl dt {
	float: left;
	text-align: center;
	font-weight: bold;
	width: 3em;
}
.StyleR_List_ li dl dd {
	margin-left: 3em;
}
.StyleR_List_ #rank1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}
.StyleR_List_ #rank5 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}

/* --------------------------------------------------------------------
	商品一覧　バリエーション
--------------------------------------------------------------------- */
div.cartvariation_ {
	margin-bottom: 10px;
	padding: 5px;
}
table.variation_ {
	margin: auto auto;
	border: 1px solid #cccccc;
	background-color:#ffffff;
	width: 100%;
}
table.variation_ td{
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
table.variation_ td.img_s_ img{
	width: 85px; 
	height: 85px; 
}
table.variation_ td.cartbox_ {
	text-align: right;
	height: 100%;
}
table.variation_ td.cartbox_ div.cartbutton_{
	vertical-align: bottom;
}
table.variation_ td.cartbox_ div.variation_{
	height: 40px;
	vertical-align: top;
	font-weight: bold;
}

/* --------------------------------------------------------------------
	商品一覧　バリエーション（マトリックス）
--------------------------------------------------------------------- */
div.variation_matrix_ {
	margin-bottom: 10px;
	/*border: 5px solid #f0f0f0;*/
	padding: 0;
}
div.variation_matrix_ > table {
	margin: auto auto;
	border: 1px solid #cccccc;
	background-color:#ffffff;
}
div.variation_matrix_ > table td{
	margin: 0;
	padding: 5px;
	width: 130px;
	border: 1px solid #cccccc;
	vertical-align: top;
}
div.variation_matrix_ > table td.col_title_{
	width: auto;
	background-color:#f0f0f0;
}
div.variation_matrix_ > table td.row_title_{
	max-width: 50px;
	background-color:#f0f0f0;
}
div.variation_matrix_ > table td.no_item_{
	text-align: center;
	color: #cccccc;
	font-weight: bold;
	vertical-align: middle;
}
div.variation_matrix_ .soldout_ {
	text-align: center;
	color: #999999;
	border: 1px solid #cccccc;
	margin: 3px;
	vertical-align: middle;
}
div.variation_matrix_ > table td img{
	max-width: 120px;
}
div.variation_matrix_ .cart_qtyinput_{
	padding: 2px 1px;
}
div.variation_matrix_ .cart_qtyinput_ input.input_qty_{
	width: 4em;
	padding: 2px 1px;
}

/* --------------------------------------------------------------------
	商品検索
--------------------------------------------------------------------- */
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: top;
	overflow: hidden;
}
/* 各項目 */
#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;
}
.autopagerize_page_element_ {
    display: inline-block;
}

.top_page_ .cartbox_ {
	display: none !important;
}