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;
}

/* カテゴリー画像 */
div#category_image{
	width: 1080px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
}

/* カテゴリー名 */
h2.category_name{
	width:1080px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	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#productlist_content{
}
div#productlist_content ul.item_boxes{
	width: 1080px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 85px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	list-style: none;
}
div#productlist_content ul.item_boxes li.item_box{
	width: calc(100% / 3);
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	min-height: 430px;
	border-bottom-style: solid;
	border-bottom-color: #49443E;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #49443E;
	border-right-width: 1px;
}
div#productlist_content ul.item_boxes li.item_box:nth-of-type(-n+3){
	border-top-style: solid;
	border-top-color: #49443E;
	border-top-width: 1px;
}
div#productlist_content ul.item_boxes li.item_box:nth-of-type(3n){
	border-right-style: none;
}
div#productlist_content ul.item_boxes li.item_box img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 286px;
	height: auto;
}
div#productlist_content ul.item_boxes li.item_box a{
	color: #49443E;
	text-decoration: none;
	display: inline-block;
	width: 296px;
}
div#productlist_content ul.item_boxes li.item_box a span{
	color: #9ABEC9;
}
div#productlist_content ul.item_boxes li.item_box span.sold_alert{
	color: #DC5514;
	display: block;
	font-size: 1.2rem;
}
div#productlist_content ul.item_boxes li.item_box span.item_value{
	color: #777;
	font-size: 0.8rem;
}

/* バナー箱 */
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;
}

/* BANNER */
div#banner_box1{
	padding-bottom: 30px;
}

