/*-----------base---------*/
img{
	border:0;
	display:inline-block;
	vertical-align: bottom;
}
input{
	outline:0;
}
input:focus{
	outline:0;
}
input::placeholder{
	color:#c0c0c0;
}
input:-ms-input-placeholder{
	color:#c0c0c0;
}
input::-ms-input-placeholder{
	color:#c0c0c0;
}
select{
	background-color:#ffffff;
	padding:0 5px 0 5px;
}
option{
	background-color:#ffffff;
}

/*-----------product---------*/



/*--------------*/
.product_main {
	width: 100%;
	height: auto;
	margin: 0px 0px 70px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.product_main_img {
	width: 35%;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.product_main_info {
	width: 40%;
	padding: 0px 30px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.product_main_cart {
	width: 25%;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #e8e8e8;
}



.product_related{
	width:100%;
}
.product_related_title{
	font-size:20px;
	line-height:24px;
	font-weight:500;
	color:#ff9900;
}
.product_link_normal{
	color:#0056b3;

}
.product_imc_point{
	font-size:12px;
	color:#0056b3;

}
.product_desc{
	width:100%;
}
.product_desc_dtl{
	width:100%;
	padding:10px;
	margin-top:10px;
	/*border:solid 1px #eeeeee;*/
}
.product_main_desc_3{
	font-size:80%;
}
.product_recommend{
	width:100%;
	margin-top:20px;
	padding:10px;
	overflow:hidden;
}
.product_recommend_title{
	font-size:20px;
	line-height:24px;
	font-weight:500;
	color:#ff9900;
}
.product_recommend_list{
	width:100%;
	padding:10px 0 10px 10px;
	display:table;
}
.product_recommend_list_product{
	display:table-cell;
	width:16.6%;
	height:240px;
	padding-right:10px;
	overflow:hidden;
}
.product_recommend_list_product_link{
	width:100%;
	height:160px;
	text-align:center;
	display:block;
	margin-bottom:10px;
}
.product_recommend_list_product_img{
	display:block;
	max-width:100%;
	max-height:160px;
	margin:0 auto;
}
.product_recommend_list_product_title{
	width:100%;
	min-height:32px;
	max-height:80px;
	overflow:hidden;
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#0056b3;
}
.product_recommend_list_product_amount{
	width:100%;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#ff3300;
}

.product_review{
	width:100%;
	margin-top:20px;
	padding:3.5em 3.5em;
}
.product_review_title{
	font-size:20px;
	line-height:24px;
	font-weight:500;
	color:#ff9900;
	padding: 0.8em 0;
}
.product_review_list{
	padding-top:20px;
	width:100%;
	display:table;
	list-style-type:none;
}
.product_review_list_li{
    border: 1px solid #eee;
    padding: 1.5em;
}
.product_review_usr_nickname{
	color: #666;
    font-size: 80%;
}
.product_review_desc{
	display:table;
	width:500px;
	margin:0 auto 0 0;
}
.product_review_num{
	display:table-cell;
	width:200px;
	padding:10px;
}
.product_review_txt{
	display:table-cell;
	width:300px;
	padding:10px;
}
.product_review_btn{
	display:inline-block;
	text-align:center;
	border:solid 1px #ffc107;
	background-color:#ffc107;
	border-radius:5px;
	margin-top:20px;
	padding:5px 15px 5px 15px;
	color:#000000;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
}
.product_review_btn:hover{
	background-color:#f1a007;
}

.product_review_comment_open {
	height:auto;
}
.product_review_comment_btn {

}
.product_review_comment_btn::before {
	content: "続きを読む";
	color:#7a7191;
}
.product_review_comment {
	position: relative;
	overflow: hidden;
	height: 80px;
}
.product_review_comment::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
}

.open_close_trigger {
	display: none; /*チェックボックスは常に非表示*/
}
.open_close_trigger:checked ~ .product_review_comment_btn::before {
	content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.open_close_trigger:checked ~ .product_review_comment {
	height: auto; /*チェックされていたら、高さを戻す*/
}
.open_close_trigger:checked ~ .product_review_comment::before {
	display: none; /*チェックされていたら、product_review_commentのbeforeを非表示にする*/
}

.product_checked{
	width:100%;
	margin-top:10px;
	padding:10px;
}

.product_checked_list{
	width:100%;
	padding:10px 0 10px 10px;
}
.product_checked_list_product{
	float:left;
	width:16.6%;
	height:240px;
	padding-right:10px;
	overflow:hidden;
}
.product_checked_list_product_link{
	width:100%;
	height:160px;
	text-align:center;
/*	display:block;*/
	margin-bottom:10px;
}
.product_checked_list_product_img{
	display:block;
	max-width:100%;
	max-height:160px;
	margin:0 auto;
}
.product_checked_list_product_title{
	width:100%;
	min-height:32px;
	max-height:48px;
	overflow:hidden;
	display:block;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#0056b3;
}
.product_checked_list_product_amount{
	width:100%;
	font-size:16px;
	font-weight:700;
	line-height:20px;
	color:#ff3300;
}




/***** 商品画像 ******/

#product_main_fl_win {
	width: 100%;
	height: 500px;
	padding: 15px 15px 15px 15px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #cacaca;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

#product_main_fl_win_inner {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: center;
}

#product_main_fl {
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
	cursor: pointer;
}

.product_main_sub_fl_win {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.product_main_sub_fl_outer {
	width: 16.66%;
	height: auto;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_main_sub_fl_box {
	width: 100%;
	height: 70px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #cacaca;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}

.product_main_sub_fl {
	width: auto;
	height: auto;
	max-height: 100%;
	margin: 0px 0px 0px 0px;
	display: block;
}

#product_main_fl_win .sp_img_zoomup{
display:none;
}



/*--------------*/

#product_img_subwin {
	width: 100%;
	height: auto;
	max-width: 1000px;
	padding: 50px 50px 50px 50px;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	border-radius: 10px;
	overflow-y: unset;
}

#product_img_swiper {
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#product_img_swiper_main {
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	display: block;
}

#product_img_swiper_main .swiper-wrapper {
	width: 100%;
}

#product_img_swiper_main .swiper-wrapper .swiper-slide {
	width: 100%;
	padding: 0px 0px 0px 0px;
}

.ec_product_images_main {
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #e8e8e8;
	border-radius: 10px 10px 10px 10px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec_product_images_main img {
	width: auto;
	height: auto;
	max-height: 600px;
	margin: 0px 0px 0px 0px;
	display: block;
}

#product_img_swiper_thum {
	width: 100%;
	height: auto;
}

.product_img_swiper_thum_box {

}

#product_img_swiper_thum .swiper-wrapper {
	width: 100%;
}

#product_img_swiper_thum .swiper-wrapper .swiper-slide {
	width: auto !important;
	padding: 5px 5px 5px 5px !important;
	marigin: 0px 0px 0px 0px !important;
}

.ec_product_images_thumbnail {
	width: 75px;
	height: 75px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #e8e8e8;
	border-radius: 5px 5px 5px 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ec_product_images_thumbnail img {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
}




#product_img_swiper_left {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	width: 50px;
	height: 100%;
	padding: 0px 0px 0px 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

#product_img_swiper_right {
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	right: 0;
	width: 50px;
	height: 100%;
	padding: 0px 0px 0px 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_img_swiper_arrow_1 {
	width: 30px;
	height: 30px;
	margin: 0px 0px 0px 0px;
	border-radius: 50%;
	background-color: #cc001d;
	overflow: hidden;
	cursor:pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#product_img_swiper_arrow_1_l {
	position: relative;
	left: -1px;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 0px;
	border-top: 7px solid transparent;
	border-right: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
	border-left: 0px solid transparent;
	display: block;
}

#product_img_swiper_arrow_1_r {
	position: relative;
	right: -1px;
	width: 0;
	height: 0;
	margin: 0px 0px 0px 0px;
	border-top: 7px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 7px solid transparent;
	border-right: 0px solid transparent;
	display: block;
}




.product_img_subwin_fl {

}



.product_img_swiper_thum_box_tbl{
	width:100%;
	height:100%;
	display:table;
}
.product_img_swiper_thum_box_td{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
}
.product_img_swiper_thum_fl{
	display:block;
	margin:0 auto;
	max-width:58px !important;
	max-height:58px !important;
}



/***** バナーセクション / ADD_20210410 *****/

.index-im_product_1 {
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 30px 0px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.index-im_product_1 a {
	width: 50%;
	margin: 0px 0px 0px 0px;
}

.index-im_product_1 a img {
	width: 100%;
	max-width: 800px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.index-im_product_1 img {
	width: 50%;
	max-width: 800px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	display: block;
}


/***** 商品情報 *****/

.product_main_info_icon {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
}

.main_product_icon {
	width: auto;
	margin: 0px 10px 0px 0px;
	display: block;
}

.product_main_info_title {
	width: 100%;
	color: #212529;
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	text-indent: 0px;
	letter-spacing: 2px;
	margin: 0px 0px 20px 0px;
}

.product_main_info_tbl {
	width: 100%;
	padding: 5px 0px 5px 0px;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.product_main_info_td_1 {
	width: 35%;
	color: #212529;
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 1px dotted #2f2f2f;
}

.product_main_info_td_2 {
	width: 65%;
	color: #212529;
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 1px;
	line-height: 24px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
}

.product_main_info_price {
	color: #ff0000;
	font-size: 24px;
	font-weight: 900;
	line-height: 32px;
	padding: 0px 10px 0px 0px;
}

.product_main_info_stock_status {
	color: #ff9900;
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
}



/*--------------*/
.product_main_dialog_title{
	font-size:20px;
	font-weight:500;
	line-height:30px;
	color:#212529;
	border-bottom:solid 1px #cccccc;
	padding:15px;
}
.product_main_dialog_update{
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#007bff;
	padding:15px 15px 0px 15px;
}
.product_main_dialog_desc{
	font-size:12px;
	font-weight:400;
	line-height:24px;
	color:#ff6600;
	padding:15px;
}
.product_main_dialog_desc>a{
	color:#ff3300;
}
.product_main_dialog_tbl{
	width:100%;
	display:table;
	border-bottom:solid 1px #dfdfdf;
	padding:10px;
	margin-bottom:20px;
}
.product_main_dialog_tbl_hr{
	border-bottom:dotted 1px #333333;
}
.product_main_dialog_tbl_tr{
	display:table-row;
}
.product_main_dialog_tbl_td{
	display:table-cell;
	padding:5px;
	overflow-wrap: break-word;
}
.product_main_dialog_btn{
	width:100%;
	height:100%;
	display:inline-block;
	border-radius:5px;
	text-align:center;
	border:solid 1px #dddddd;
	background-color: rgba(221,221,221,1);
	cursor:pointer;
	padding-top:2px;
	color:#555555;
}
.product_main_dialog_btn:hover{
	opacity:0.7;
}


/*--------------*/
.product_main_cart_option{
	width:100%;
	box-sizing:border-box;
	border:solid 1px #17a2b8;
	margin-bottom:10px;
}

.product_main_cart_option_title{
	width:100%;
	text-align:center;
	color:white;
	font-size:15px;
	box-sizing:border-box;
	padding:12px;
	background-color:#17a2b8;
}

.product_main_cart_option_selected{
	width:100%;
	font-size:14px;
	box-sizing:border-box;
	padding:5px;
	background-color:#f7f7f7c7;
	margin-top:3px;
}

.product_main_cart_option_notice{
	width:100%;
	font-size:12px;
	box-sizing:border-box;
	padding:5px;
}

/*--------------*/
.product_main_cart_add{
	width:100%;
	background-color:#eeeeee;
	border:solid 1px #dee2e6;
	padding:15px;
}
.product_main_cart_num{
	width:100%;
	text-align:center;
}
.product_main_cart_num_select{
	outline:0;
	border:solid 1px #cccccc;
	font-size:16px;
	line-height:24px;
}
.product_main_cart_add_btn{
	width:100%;
	background-color:#ff4444;
	text-align:center;
	margin-top:20px;
	padding:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.product_main_cart_add_btn:hover{
	opacity:0.7;
}
.product_main_restock_notice_btn{
	width:100%;
	background-color:#e3b672;
	text-align:center;
	margin-top:10px;
	padding:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.product_main_restock_notice_btn:hover{
	opacity:0.7;
}
.product_main_restock_notice_row_1{
	width:100%;
	text-align:center;
	margin-top:20px;
	color:#fb0004;
	font-size:18px;
	font-weight:600;
}
.product_main_restock_notice_row_2{
	width:100%;
	margin-top:20px;
	color:#fb0004;
	font-size:11px;
	font-weight:600;
}
.product_main_restock_notice_row_3{
	width:100%;
	text-align:center;
	margin-top:10px;
	color:#000000;
	font-size:18px;
	font-weight:600;
}
#product_main_favorite_add{
	margin-top:20px;
	height:33px;
	text-align:center;
	line-height:20px;
}

.product_main_favorite_add_btn{
	width:100%;
	text-align:center;
	border:solid 1px #17a2b8;
	border-radius:5px;
	padding:5px;
	color:#17a2b8;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	cursor:pointer;
}
.product_main_favorite_add_btn:hover{
	background-color:#17a2b8;
	color:#ffffff;
}
.product_main_favorite_added_btn{
	width:100%;
	text-align:center;
	background-color:#17a2b8;
	border:solid 1px #17a2b8;
	border-radius:5px;
	padding:5px;
	color:#ffffff;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	cursor:pointer;
}
.product_main_favorite_added_btn:hover{
	background-color:transparent;
	color:#17a2b8;
}

.product_main_moving{
	margin-top:20px;
	width:100%;
	font-size:14px;
	font-weight:400;
	line-height:20px;
	color:#212529;
	padding:10px;
	text-align:center;
	border-radius:5px;
	display:table;
	background-color:#ffffff;
}
.product_main_moving_txt{
	display:table-cell;
	width:60%;
	vertical-align:top;
	text-align:left;
}
.product_main_moving_btn{
	display:table-cell;
	width:60%;
	vertical-align:top;
	text-align:center;
	padding-left:10px;
}
.product_main_moving_img{
	display:inline-block;
	width:100%;
	border-radius:5px;
	border:solid 1px #ff0000;
}

.add_warranty_txt_1{
	display:inline-block;
	padding-left:5px;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#212529;
	cursor:pointer;
}
.add_warranty_txt_2{
	display:inline-block;
	padding-left:10px;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#0056b3;
}
.add_warranty_amt{
	display:inline-block;
	padding-left:5px;
	font-size:16px;
	font-weight:700;
	line-height:24px;
	color:#ff3300;
	white-space:nowrap;
}
.product_main_cart_shop_title{
	width:100%;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#212529;
	padding:10px;
	text-align:center;
	border:solid 1px #dee2e6;
	border-top:0;
}
.product_main_cart_shop_row{
	width:100%;
	font-size:16px;
	font-weight:400;
	line-height:24px;
	color:#212529;
	display:table;
	border:solid 1px #dee2e6;
	border-top:0;
}
.product_main_cart_shop_cell_1{
	width:40%;
	display:table-cell;
	vertical-align:middle;
	padding:5px;
	position:relative;
}
.product_main_cart_shop_cell_1_hover{
	width:100%;
	height:0;
}
.product_main_cart_shop_cell_1_hover_win{
	display:none;
	width:205px;
	max-height:200px;
	position:absolute;
	left:-205px;
	top:-55px;
	z-index:1;
}
.product_main_cart_shop_cell_1_hover_box{
	width:200px;
	min-height:200px;
	background-color:#ffffff;
	border:solid 1px #ff4444;
	padding:10px;
	cursor:pointer;
}
.product_main_cart_shop_cell_1_hover_box > img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:0 auto;
}
.product_main_cart_shop_cell_1_hover_dia{
	width:10px;
	height:10px;
	border:solid 1px #ff4444;
	border-width:1px 1px 0 0;
	background-color:#ffffff;
	position:absolute;
	right:-2px;
	top:70px;
	z-index:2;
	transform: rotate(45deg);
}
.product_main_cart_shop_cell_2{
	width:20%;
	display:table-cell;
	vertical-align:middle;
	white-space: nowrap;
	text-align:center;
	padding:5px;
}
.product_main_cart_shop_cell_3{
	width:40%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
.product_main_cart_add_btn_s{
	width:90%;
	background-color:#ff4444;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	border-radius:3px;
}
.product_main_cart_add_btn_s:hover{
	opacity:0.7;
}
.product_main_cart_shop_cell_1_txt{
	font-size:13px;
	line-height:19px;
}
.product_main_cart_shop_rest{
	width:100%;
	font-size:12px;
	line-height:17px;
	color:#0056b3;
	padding:15px;
	border:solid 1px #dee2e6;
	border-top:0;
	cursor:pointer;
}

.product_main_cart_inquiry{
	width:100%;
	text-align:center;
	background-color:#eeeeee;
	border:solid 1px #5a6268;
	border-radius:5px;
	margin-top:15px;
	padding:10px;
	color:#5a6268;
	cursor:pointer;
}
.product_main_cart_inquiry:hover{
	background-color:#5a6268;
	color:#ffffff;
}
.product_main_cart_sns{
	padding:20px;
}
.product_main_cart_sns > img{
	width:30px;
}
.product_main_valiation{
	padding:15px;
}
.product_main_valiation_item{
	width:48%;
	margin-right:2%;
	margin-bottom:5px;
	display:inline-block;
	border:solid 1px #cccccc;
	border-radius:5px;
	padding:5px 5px 0px 5px;
	font-size:14px;
	line-height:22px;
	color:#0056b3;
	vertical-align:top;
}
.product_main_valiation_item_img{
	width:40px;
	height:40px;
	border:solid 1px #cccccc;
	display:inline-block;
}
.product_main_valiation_item_img > img{
	display:block;
	max-width:38px;
	max-height:38px;
	margin:0 auto;
}
.product_main_valiation_item > span{
	position:relative;
	top:-15px;
}
.product_main_shop_list{
	margin-top:10px;
	padding:5px;
	font-size:14px;
	line-height:22px;
	border:solid 1px #cccccc;
	border-radius:5px;
	text-align:center;
	color:#666;
}
.product_main_shop_list a{
	color:#0056b3;
}
.product_main_shop_list_2{
	font-size:12px;
	color:#000;
}
.product_main_buying{
	margin-top:10px;
	padding:5px;
	font-size:14px;
	line-height:22px;
	border:solid 1px #cccccc;
	border-radius:5px;
	text-align:center;
}
.product_main_buying{
	padding:5px;
	font-size:14px;
	line-height:22px;
	border:solid 1px #cccccc;
	border-radius:5px;
	text-align:center;
}
.product_main_buying_price{
	width:100%;
	display:table;
}
.product_main_buying_price_1{
	width:30%;
	height:50px;
	display:table-cell;
	vertical-align:top;
}
.product_main_buying_price_2{
	width:40%;
	display:table-cell;
	vertical-align:middle;
	font-size:18px;
	font-weight:700;
	line-height:27px;
	color:#ff6600;
}
.product_main_buying_price_3{
	width:30%;
	display:table-cell;
	vertical-align:middle;
}
.product_main_buying_btn{
	display:inline-block;
	color:#ffffff;
	border-radius:3px;
	text-align:center;
	background-color:#6c757d;
	padding:2px 10px 2px 10px;
	cursor:pointer;
}
.product_main_buying_btn:hover{
	background-color:#5a6268;
}
.product_main_desc_1{
	width:100%;
	border:solid 1px #17a2b8;
	padding:10px;
	margin-top:10px;
}
.product_main_desc_2{
	width:100%;
	border:solid 1px #17a2b8;
	padding:10px;
	margin-top:10px;
}
.product_main_cart_desc{
	width:100%;
	border:solid 1px #17a2b8;
	padding:10px;
	margin-top:10px;
}

/*--------------------------*/
.product_shop_list{
	width:100%;
}
#product_shop_list_product{
	width:100%;
	display:table;
}
#product_shop_list_product_cell_1{
	width:200px;
	height:200px;
	display:table-cell;
	vertical-align:middle;
}
#product_shop_list_product_cell_1 > img{
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
}
#product_shop_list_product_cell_2{
	width:calc(100% - 200px);
	display:table-cell;
	padding:10px;
	vertical-align:top;
}
#product_shop_list_product_name{
	width:100%;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	color:#0056b3;
	cursor:pointer;
}
#product_shop_list_product_price{
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#ff3300;
}
#product_shop_list_product_review{
	width:100%;
	font-size:15px;
	line-height:21px;
	font-weight:400;
}
#product_shop_list_product_icon{
	width:100%;
}
.product_shop_list_bar{
	width:100%;
	padding-top:20px;
	border-bottom:solid 1px #c0c0c0;
}
#product_shop_list_bar_all{
	width:120px;
	float:left;
	padding:10px 15px 10px 15px;
	text-align:center;
	cursor:pointer;
}
#product_shop_list_bar_new{
	width:120px;
	float:left;
	padding:10px 15px 10px 15px;
	text-align:center;
	cursor:pointer;
}
#product_shop_list_bar_used{
	width:120px;
	float:left;
	padding:10px 15px 10px 15px;
	text-align:center;
	cursor:pointer;
}
.product_shop_list_bar_on{
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	border:solid 1px #c0c0c0;
	border-width:1px 1px 0 1px;
	cursor:normal;
}
.product_shop_lists{
	width:100%;
	display:table;
}
.product_shop_lists_outer{
	width:100%;
	min-height:600px;
}
.product_shop_lists_hr{
	width:100%;
	display:table-row;
}
.product_shop_lists_hr_img{
	width:20%;
	display:table-cell;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_price{
	width:20%;
	display:table-cell;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_cond{
	width:20%;
	display:table-cell;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_shop{
	width:20%;
	display:table-cell;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_cart{
	width:20%;
	display:table-cell;
	text-align:center;
	padding:10px;
}
.product_shop_lists_row{
	width:100%;
	display:table-row;
}
.product_shop_lists_row_img{
	width:270px;
	height:130px;
	display:table-cell;
	padding:10px;
	border-top:solid 1px #cccccc;
	cursor:pointer;
}
.product_shop_lists_row_img > img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
}
.product_shop_lists_row_price{
	width:270px;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	border-top:solid 1px #cccccc;
	text-align:center;
}
.product_shop_lists_row_amt{
	display:inline-block;
	font-size:18px;
	line-height:24px;
	font-weight:700;
	color:#ff3300;
}
.product_shop_lists_row_send{
	display:inline-block;
	font-size:15px;
	line-height:21px;
	font-weight:400;
}
.product_shop_lists_row_cond{
	width:270px;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	border-top:solid 1px #cccccc;
	text-align:center;
}
.product_shop_lists_row_cond_type{
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#212529;
}
.product_shop_lists_row_shop{
	width:270px;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	border-top:solid 1px #cccccc;
	text-align:center;
}
.product_shop_lists_row_cart{
	width:270px;
	display:table-cell;
	padding:10px;
	vertical-align:middle;
	border-top:solid 1px #cccccc;
	text-align:center;
}
.product_shop_lists_row_cart_btn{
	background-color:#ff4444;
	text-align:center;
	color:#ffffff;
	font-size:14px;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	padding:5px 20px 5px 20px;
	border-radius:3px;
}
.product_shop_lists_row_cart_btn:hover{
	opacity:0.7;
}

/*--------------*/
#product_dialog {
	position: fixed;
	z-index: 5000;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: 0.3s;
}

#product_dialog.ec_product_modal_act1 {
	top: 0 !important;
}

#product_dialog_box {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 80px 80px 80px 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#product_dialog_close{
	display:none;
	margin:20px 20px 0 auto;
	width:20px;
	height:20px;
	cursor:pointer;
}
#product_dialog_close_btn{
	width: 100%;
	height:2px;
	display:block;
	transform: rotate(45deg);
	background-color:#ffffff;
	position:relative;
	top:50%;
}
#product_dialog_close_btn::after{
	content:"";
	background-color:#ffffff;
	display:block;
	width:100%;
	height:2px;
	transform: rotate(90deg);
	position:relative;
	top:0%;
	left:0%;
}

/*--------------*/
/* 削除 220510
.item-spec-table{
    border-spacing: 0;
    width: 100%;
    color : #444;
    font-size : 14px;
    border : none;
    border-collapse: separate;
}
.item-spec-table thead tr:first-child th{
    border-top: 1px solid #ccc;
    background : #ccc;
    border-radius: 6px 6px 0px 0px;
    color : #fefefe;
}
.item-spec-table td,
.item-spec-table th{
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0.6rem 0.9rem;
    text-align: left;
}
.item-spec-table td{
    padding: 0.4rem 0.7rem;
    text-align: left;
}
.item-spec-table td:last-child,
.item-spec-table th:last-child{
    border-right: 1px solid #ccc;
}

.item-spec-table tbody tr:last-child td{
    border-radius: 0 0 6px 0;
}
.item-spec-table tbody th{
    width: 25%;
}

.item-spec-table tbody tr:last-child th{
    border-radius: 0 0 0 6px;
}
*/

/** 2022-10-17 追記分 **/
.isb-item-table,
.item-spec-table{
    border-spacing: 0;
    width: 100%;
    font-size : 14px;
    border : none;
    border-collapse: separate;
}
.isb-item-table thead tr:first-child th,
.item-spec-table thead tr:first-child th{
    border-left: 10px solid #cc001d;
    border-bottom: 0;
}
.isb-item-table td,
.isb-item-table th,
.item-spec-table td,
.item-spec-table th{
    border-bottom: 1px solid #efefef;
    padding: 0.6rem 0.9rem;
    text-align: left;
}
.isb-item-table td,
.item-spec-table td{
    padding: 0.4rem 0.7rem;
    text-align: left;
}
.isb-item-table tbody tr:last-child td,
.item-spec-table tbody tr:last-child td{
    border-radius: 0;
}
/*.isb-item-tabl tbody th ,*/ /* 20221013 */
.isb-item-table tbody th ,
.item-spec-table tbody th{
    width: 25%;
}
.isb-item-capt{
    padding : 0.6rem
}
.isb-item-capt-h1,
.isb-item-capt-h2,
.isb-item-capt-h3,
.isb-item-capt-h4,
.isb-item-capt-h5,
.isb-item-capt-h6
{
    width: 100%;
    font-weight: 700;
    line-height:2;
    padding: 0 0 0 0.4em;
    /* margin: 0.6em 0 1.2em 0; */ /* 20221013 */
    margin: 1.2em 0 1.2em 0;
    border-left: 10px solid #cc001d;
    box-sizing: border-box;
}
.isb-item-capt-h1 p,
.isb-item-capt-h2 p,
.isb-item-capt-h3 p,
.isb-item-capt-h4 p,
.isb-item-capt-h5 p,
.isb-item-capt-h6 p
{
    margin:0
}
.isb-item-capt-h1{ font-size:1.6rem}
.isb-item-capt-h2{ font-size:1.2rem}
.isb-item-capt-h3{ font-size:1.0rem; border-color:#000080 }
.isb-item-capt-h4{ font-size:1.0rem; border-color:#000080 }
.isb-item-capt-h5{ font-size:1.0rem; border-color:#000080 }
.isb-item-capt-h6{ font-size:1.0rem; border-color:#000080 }
.isb-item-capt p {
    margin : 0 0.2em 0.6em 0.6em
}
.isb-item-hr{
    border: solid #efefef;
    border-width: 1px 0 0 0;
    /*margin : 1em 1rem 1.5em 6em */ /* 20221013 */
    margin : 2em 1rem 2em 1rem;   
}


.staffchoice {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.staffchoice-icon {
    width: 200px;
    height: auto;
    margin-right: 10px;
    padding: 80px 0 0 0;
    text-align: center;
}

.staffchoice-icon.staff-icon-m {
    height: auto;
    background: no-repeat url("https://www2.ishibashi.co.jp/img/store/05/staff_m_m.png");
    background-position: 25% 50%;
    background-size: 100%;
    margin-right: 10px;
    padding: 80px 0 0 0;
    text-align: center;
}

.staffchoice-icon.staff-icon-w {
    height: auto;
    background: no-repeat url("https://www2.ishibashi.co.jp/img/store/05/staff_w_m.png");
    background-position: 25% 50%;
    background-size: 100%;
    margin-right: 10px;
    padding: 80px 0 0 0;
    text-align: center;
}

.staffchoice-balloon {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 16px;
    border: 2px solid #000000;
    border-radius: 8px;
    background-color: #d6fdff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.staffchoice-balloon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #000000 transparent transparent;
    translate: -100% -50%;
}

.staffchoice-balloon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 2.8px 5.5px 2.8px 0;
    border-color: transparent #d6fdff transparent transparent;
    translate: -100% -50%;
}


.staffchoice-balloon2 {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    padding: 16px;
    border-radius: 8px;
    background-color: #f0daa0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
}

.staffchoice-balloon2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #f0daa0 transparent transparent;
    translate: -100% -50%;
}