body {
	background-color: #ffffff;
}
#SideAc {
	color: #281d22;
	background-color: #ffffff;
}
/*____________________________________________________custom*/
/*新商品一覧のアイテムネーム省略*/
#SideAc ul.stitemlist#che001 li.item span.itemname {
	display: none;
}
/*____________________________________________________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;
}
/*____________________________________________________*/