/*-----------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%;
	display:block;/*display:table;*/
	table-layout:fixed;
}

.product_main_img{
	width:100%;
}
.product_main_info{
	width:100%;/*width:42%;*/
	display:block;/*display:table-cell;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	vertical-align:top;
}
.product_main_cart{
	width:100%;/*width:25%;*/
	display:block;/*display:table-cell;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	vertical-align:top;
}
.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_movie_view iframe{
	width:100%;
}

.product_desc{
	width:100%;
	padding: 0px 0px 0px 0px;
}
.product_desc_dtl{
	width:100%;
	padding: 0px 0px 0px 0px;
	margin: 30px 0px 0px 0px;
	/*border:solid 1px #eeeeee;*/
}
.product_main_desc_3{
	font-size:80%;
}

.product_recommend{
	width:100%;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}
.product_recommend_title{
	color:#ff9900;
	font-size:16px;
	font-weight:500;
	line-height:26px;
	margin: 0px 0px 20px 0px;
}
.product_recommend_list{
	width:100%;
	padding:10px 0 10px 10px;
}
.product_recommend_list_product{
	/*width:33.33% !important;*/
	height:240px;
	padding-right:10px;
	overflow:hidden;
}
.product_recommend_list_product_link{
	width:100%;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #e8e8e8;
	border-radius: 5px 5px 5px 5px;
	object-fit: cover;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product_recommend_list_product_img{
	width: auto;
	max-height:160px;
	margin:0 auto;
	display:block;
}
.product_recommend_list_product_title{
	width:100%;
	min-height:32px;
	max-height:65px;
	color:#2d2d2d;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	margin: 0px 0px 5px 0px;
	overflow:hidden;
	display:block;
}
.product_recommend_list_product_amount{
	width:100%;
	font-size:14px;
	font-weight:700;
	line-height:20px;
	color:#ff3300;
}

.product_review{
	width:100%;
	margin-top:10px;
	/*border:solid 1px #eeeeee;*/
	padding: 3em 0.5em;
}
.product_review_title{
	font-size:16px;
	line-height:24px;
	font-weight:500;
	color:#ff9900;
	padding: 0.8em 0;
}
.product_review_list{
	width:100%;
	padding:10px 0 10px 10px;
	display:table;
	list-style-type:none;
}
.product_review_list_li{
    border: 1px solid #eee;
    padding: 0.5em;

}
.product_review_usr_nickname{
	color: #666;
    font-size: 80%;
}
.product_review_desc{
	display:table;
	width:100%;/*width:500px;*/
}
.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:50%;
	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;
	line-height:160px;
}
.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%;
	padding:10px;
}
#product_main_fl_win:before{

}
#product_main_fl_win_inner{
	width:100%;
}
#product_main_fl_win_inner img{
	margin:auto;
	height: auto;
	max-height:300px;
}
#product_main_fl{
	display:block;
	width:auto;
	height: auto;
	max-width:100%;
	max-height:100%;
	cursor:pointer;
}

.product_main_sub_fl_win{
	/*display:none;*/
	width:100%;
	text-align:left;
}
.product_main_sub_fl{
	width:auto;
	height: auto;
	max-width:100%;
	max-height:100%;
}
.product_main_sub_fl_outer{
	float:left;
	display:table;
	margin-top:10px;
	margin-right:10px;
	cursor:pointer;
	border:solid 1px #000000;
}
.product_main_sub_fl_box{
	display:table-cell;
	width:48px;
	height:48px;
	text-align:center;
	vertical-align:middle;
}
#product_main_fl_win .sp_img_zoomup{
    display: flex;
    justify-content: right;
    align-items: right;
    cursor: pointer;
    position: relative;
    top: -40px;
    left: 35%;
    opacity: 0.5;
}

/*--------------*/
#product_img_subwin{
	margin:0 auto;
	width:calc(100% - 20px);
	background-color:#ffffff;
	border-radius:5px;
	padding:20px;
}
#product_img_swiper{
	width:100%;
}
#product_img_swiper_main{
	display:block;
	width:100% !important;
	height:100% !important;
}
#product_img_swiper_wrapper{
	width:100%;
}
#product_img_swiper_left{
	display:none;
}
#product_img_swiper_right{
	display:none;
}
.swiper-slide{
	height:auto !important;
}
.product_img_subwin_fl{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
}
#product_img_swiper_thum{
	width:280px;
	height:60px !important;
	margin:0 auto;
	margin-top:20px;
}
.product_img_swiper_thum_box{
	width:60px !important;
	height:60px !important;
	border:solid 1px #cccccc;
}
.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;
}

.product_img_swiper_arrow_1{
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#cccccc;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
#product_img_swiper_arrow_1_l{
	display:block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 15px solid #ffffff;
	border-bottom:10px solid transparent;
	border-left: 0px solid transparent;
	position:relative;
	top:5px;
	left:5px;
}

#product_img_swiper_arrow_1_r{
	display:block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #ffffff;
	border-bottom:10px solid transparent;
	border-right: 0px solid transparent;
	position:relative;
	top:5px;
	left:9px;
}

/*--------------*/
.product_main_info_icon{
	width:100%;
	margin-bottom:10px;
	line-height:23px;
}
.main_product_icon{
	margin-right:5px;
}

.product_main_info_title{
	width:100%;
	margin-bottom:20px;
	font-size:19px;
	font-weight:500;
	line-height:23px;
	color:#212529;
}
.product_main_info_tbl{
	width:100%;
	display:table;
}
.product_main_info_td_1{
	width:50%;/*width:30%;*/
	display:table-cell;
	text-align:right;
	padding:5px;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#212529;
}
.product_main_info_td_2{
	width:80%;
	display:table-cell;
	padding:5px;
	font-size:14px;
	font-weight:400;
	line-height:22px;
	color:#212529;
}
.product_main_info_price{
	font-size:21px;
	font-weight:500;
	line-height:32px;
	color:#ff0000;
}
.product_main_info_stock_status{
	font-size:17px;
	font-weight:400;
	line-height:26px;
	color:#ff9900;
}
/*--------------*/
.product_shop_list_dialog_main_2{
	overflow:scroll;
	height:100%;
}
.product_main_dialog_title{
	font-size:16px;
	font-weight:500;
	line-height:22px;
	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;
	font-size:13px;
}
.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;
	vertical-align: middle;
}
.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:10px;
	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_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_restock_notice_btn{
	width:100%;
	background-color:#e3b672;
	text-align:center;
	margin-top:20px;
	padding:10px;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	cursor:pointer;
}
.product_main_restock_notice_btn:hover{
	opacity:0.7;
}
#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:14px;
	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;
}
.product_main_cart_shop_cell_1_hover{
	width:100%;
	height:0;
	overflow:hidden;
}
.product_main_cart_shop_cell_1_hover_win{
	display:none;
}
.product_main_cart_shop_cell_1_hover_box{
	display:none;
}
.product_main_cart_shop_cell_1_hover_box > img{
	display:none;
}
.product_main_cart_shop_cell_1_hover_dia{
	display:none;
}
.product_main_cart_shop_cell_2{
	width:20%;
	display:table-cell;
	vertical-align:middle;
	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:10px;
	font-weight:400;
	cursor:pointer;
	display:inline-block;
	border-radius:3px;
	padding: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;*/
	min-height:400px;
}
.product_shop_lists_outer{
	width:100%;
	min-height:300px;
}
.product_shop_lists_hr{
	width:100%;
	display:none;
}
.product_shop_lists_hr_img{
	width:20%;
	display:none;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_price{
	width:20%;
	display:none;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_cond{
	width:20%;
	display:none;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_shop{
	width:20%;
	display:none;
	text-align:center;
	padding:10px;
}
.product_shop_lists_hr_cart{
	width:20%;
	display:none;
	text-align:center;
	padding:10px;
}
.product_shop_lists_row{
	width:100%;
	display:table-row;
}
.product_shop_lists_row_img{
	width:100px;/*width:270px;*/
	height:130px;
	display:block;/*display:table-cell;*/
	padding:10px;
	border-top:solid 1px #cccccc;
	cursor:pointer;
	float:left;
}
.product_shop_lists_row_img > img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
}
.product_shop_lists_row_price{
	width: calc(100% - 100px);
    /* width: 270px; */
    display: table;
    /* display: table-cell; */
    padding: 5px;
    vertical-align: middle;
    border-top: solid 1px #cccccc;
    text-align: center;
    float: left;
}
.product_shop_lists_row_amt{
    display: table-cell;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #ff3300;
}
.product_shop_lists_row_send{
	display: table-cell;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
}
.product_shop_lists_row_cond{
    width: calc(100% - 100px);
    /* width: 270px; */
    display: block;
    /* display: table-cell; */
    padding: 5px;
    vertical-align: middle;
    /* border-top: solid 1px #cccccc; */
    text-align: center;
    float: left;
}
.product_shop_lists_row_cond_type{
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#212529;
}
.product_shop_lists_row_shop{
    width: calc(100% - 100px);
    /* width: 270px; */
    display: block;
    /* display: table-cell; */
    padding: 5px;
    vertical-align: middle;
    /* border-top: solid 1px #cccccc; */
    text-align: center;
    float: left;
}
.product_shop_lists_row_cart{
    width: calc(100% - 100px);
    /* width: 270px; */
    display: block;
    /* display: table-cell; */
    padding: 5px;
    vertical-align: middle;
    /* border-top: solid 1px #cccccc; */
    text-align: center;
    float: left;
}
.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;
	padding: 30px 30px 30px 30px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	transition: 0.3s;
	overflow: hidden;
}

#product_dialog.ec_product_modal_act1 {
	top: 0%;
}

#product_dialog_box {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#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%;
}



/***** バナーセクション / ADD_20210410 *****/

.index-im_product_1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
}

.index-im_product_1 a {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.index-im_product_1 a img {
	width: 100%;
	max-width: 800px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

.index-im_product_1 img {
	width: 100%;
	max-width: 800px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
}


/*--------------*/
/*
.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: 100px;
	height: auto;
	margin-right: 10px;
	padding:80px 0 0 0 ;
	text-align:center;
}
  .staffchoice-icon.staff-icon-m{
	width: 100px;
	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{
	width: 100px;
	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%;
}
/* 768px以下の場合のスタイル */
@media screen and (max-width: 768px) {
.staffchoice {
  flex-direction: column; /* 要素を縦方向に並べる */
  align-items: flex-start; /* 要素を左揃えにする */
}
div.staffchoice div.staffchoice-icon,
div.staffchoice .staffchoice-icon.staff-icon-m,
div.staffchoice .staffchoice-icon.staff-icon-w {
  margin-right: 0; /* アイコンの右マージンを削除 */
  margin-bottom: 5px; /* アイコンの下マージンを追加 */
  text-align: left; /* テキストを左揃えにする */
  background-size: 15%; /* 背景画像を半分にする */
  padding:20px 0 0 0 ;
  width:100%;
}

.staffchoice-icon div {
  margin-left:80px;
  padding:0 0 20px 0 ;
}

.staffchoice-balloon,
.staffchoice-balloon2 {
  margin-left: 0; /* 吹き出しの左マージンを削除 */
  margin-top: 0; /* 吹き出しの上マージンを削除 */
}

.staffchoice-balloon:before,
.staffchoice-balloon2::after {
  top: 0;
  left: 10%; /* 吹き出しの起点を左側に設定 */
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.staffchoice-balloon2::after {
  border-color: transparent transparent #f0daa0;
}
}