

div#contents_area{
	background-image: url(https://img07.shop-pro.jp/PA01416/526/etc_base64/YmFja2dyb3VuZA.jpg?cmsp_timestamp=20230704120237);
	background-repeat: repeat;
	width: 100%;
}
div#contents_area div#contents{
	width: 100%;	/* パンくずのために上書き */
	margin-left: auto;
	margin-right: auto;
}


/* パンくず */
div#bread{
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #49443E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #49443E;
	background-color: #FFF;
}
div#bread ul{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}
div#bread ul li{
	margin: 0;
	padding: 0;
	display: inline-block;
	line-height: 40px;
	font-size: 0.8rem;
}
div#bread ul li a{
	color: #49443E;
}

/* 商品 */
form{
	margin: 0;
}
div.product_area{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 45px;
	padding-bottom: 60px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}


/* 商品画像 */
div.product_area div#image_area{
	width: 640px;
}

/* 商品画像メイン画像 */
div.product_area div#image_area ul.product_image{
	width: 640px;
	height: auto;
	margin: 0;
	padding: 0;
}
div.product_area div#image_area .bx-wrapper {
    background-color: transparent;
    margin: 0px auto;
    border: none;
    box-shadow: none;
}
div.product_area div#image_area .bx-wrapper img {
    display: block;
    margin: 0px auto;
	width: 640px;
	height: auto;
}
div.product_area div#image_area .bx-viewport{
	border: none !important;
	left: 0 !important;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
}


/* 商品画像サムネイル */
div.product_area div#image_area ul.bxslider_thumbnail{
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-top: 13px;
}
div.product_area div#image_area ul.bxslider_thumbnail li{
	width: 113px;
	height: 113px;
	display: inline-block;
	margin-bottom: 4px;
}
div.product_area div#image_area ul.bxslider_thumbnail li img{
	object-fit: cover;
}

/* 商品情報 */
div.product_area div.product_order{
	width: 385px;
}
div.product_area div.product_order h2{
	color: #49443E;
	font-weight: 400;
}
div.product_area div.product_order h2 span{
	display: block;
	color: #9ABEC9;
}
div.product_area div.product_order div#num_price_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 385px;
	padding-bottom: 25px;
}
div.product_area div.product_order div#num_price_box div#num_box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 120px;
}
div.product_area div.product_order div#num_price_box div#num_box input{
	width: 105px;
	height: 60px;
	line-height: 60px;
	border-style: solid;
	border-width: 1px;
	border-color: #49443E;
	border-radius: 15px;
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: center;
	font-size: 2rem;
}
div.product_area div.product_order div#num_price_box div#num_box div#up_down_box{
	width: 50px;
	display: inline-block;
}
div.product_area div.product_order div#num_price_box div#num_box div#up_down_box a{
	display: block;
	color: #49443E;
	padding: 7px;
	padding-left: 10px;
}
div.product_area div.product_order div#num_price_box div#price_box{
	width: 260px;
	text-align:right; 
	font-size: 1.4rem;
	padding-top: 30px;
}
div.product_area div.product_order div#num_price_box div#price_box span{
	font-size: 1.0rem;
}

div.product_area div.product_order button{
	display: block;
	color: #49443E;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #E3AE8E;
	text-align: center;
	padding: 0;
}
div.product_area div.product_order button img{
	display: inline-block;
	margin-right: 10px;
}

div.product_area div.product_order div.inq_box{
	text-align: center;
}
div.product_area div.product_order div.inq_box a{
	color: #49443E;
}

div.product_area div.product_order div.prduct-option{
	margin-bottom: 20px;
}

/* 冷凍冷蔵注意書き */
div.alert_box_item{
	width: 385px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	margin-top: 30px;
	background-image: url(https://file003.shop-pro.jp/PA01416/526/images/common_alert_bg_02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EAE5E3;
	padding-top: 95px;
	border-color: #E8472F;
	border-style: solid;
	border-width: 1px;
	background-size: 385px auto;
}
div.alert_box_item h3{
	margin: 0;
	padding: 0;
	color: #E8472F;
	font-size: 1.25rem;
	font-weight: 400;
	width: 330px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top-color: #E8472F;
	border-top-style: solid;
	border-top-width: 2px;
}
div.alert_box_item p{
	margin: 0;
	padding: 0;
	color: #49443E;
	font-size: 1.0rem;
	line-height: 1.6em;
	width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 15px;
}
div.alert_box_item p a{
	color: #BB9263;
}

/* バナー箱 */
div.banner_content_box{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* alert */
div#alert_box1{
	margin-bottom: 35px;
}

/* 商品説明 */
div#explain_area{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
}
div#explain_area h2{
	width:100%;
	height: 60px;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-left: 25px;
	line-height: 60px;
	background-color: #D2CAC4;
	color: #49443E;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1.2rem;
}
div#explain_area table{
	width:100%;
}
div#explain_area table tr th,
div#explain_area table tr td{
	padding: 15px;
	font-weight: 400;
	text-align: left;
	border-top-color:#49443E;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color:#49443E;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	vertical-align: top;
}
div#explain_area table tr th{
	background-color: #E9EAEA;
}
div#explain_area table tr td{
	background-color: #FFF;
}


div#explain_area p{
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

/* 最近チェックした商品 */
h2.content-border{
	font-weight: 400;
	font-size: 1.2rem;
}

div#history_content{
	width: 1080px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	padding-top: 30px;
	padding-bottom: 60px;
}
div#history_content ul.item_boxes{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
	background-color: #FFF;
}
div#history_content ul.item_boxes li.item_box{
	width: calc(100% / 5 - 50px);
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	min-height: 265px;
	padding-left: 10px;
	padding-right: 10px;
}
div#history_content ul.item_boxes li.item_box img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 100%;
	height: auto;
}
div#history_content ul.item_boxes li.item_box a{
	color: #49443E;
	text-decoration: none;
	display: inline-block;
}
div#history_content ul.item_boxes li.item_box a span{
	color: #9ABEC9;
}
div#history_content ul.item_boxes li.item_box span.sold_alert{
	color: #DC5514;
	display: block;
	font-size: 1.2rem;
}
div#history_content ul.item_boxes li.item_box span.item_value{
	color: #777;
	font-size: 0.8rem;
}















