body {
	background-color: #ffffff;
}
#SideAc {
	color: #281d22;
	background-color: #ffffff;
}
/*____________________________________________________custom*/
/*新商品一覧のアイテムネーム省略*/
/* 2個以上は全部22%に */
#SideAc ul.stitemlist:not(.recipelist) li.item {
	width: 22% !important;
}
@media screen and (max-width: 800px) {
	#SideAc ul.stitemlist:not(.recipelist) li.item {
		width: 31% !important;
	}
}
/*____________________________________________________custom*/
#SideAc ol.menu li::before {
	/*content: "";*/
}
/*____________________________________________________custom*/
#SideAc h2 {
	width: 1200px;
}
@media screen and (max-width: 1200px) {
	#SideAc h2 {
		width: 100%;
	}
}
#SideAc .pink {
	color: hotpink;
}
/*____________________________________________________カートボタンをオレンジ*/
#SideAc ul.stitemlist li input.cart {
	background-color: #FA9500;
	color: #2a1d09;
	border-color: #ebb15c;
	border-style: outset;
	border-width: 2px;
	font-weight: bold;
	border-radius: 2em;
	line-height: 2em;
}
#SideAc ul.stitemlist li input.cart:hover {
	background-color: #ffad34;
	border-style: inset;
}
/*____________________________________________________*/