#SideAc *, #SideAc *:before, #SideAc *:after {
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*______________________________________________________*total coordinate*/
div#SideAc, div#SideAc ul.stitemlist li, div#SideAc ul.recipe_large {
	color: #000034;
	background-color: #ffffff;
}
div#SideAc p, div#SideAc h2, div#SideAc h3, div#SideAc h4 {
	color: #000034;
}
/*______________________________________________________*total coordinate*/
#SideAc table {
	margin-right: auto;
	margin-left: auto;
}
#SideAc table td {
	text-align: center;
	color: #000000;
}
/*/-----01-----/*/
#SideAc ul.jumpmenu {
	grid-template-columns: repeat(auto-fit, 24%);
}
#SideAc {
	background-image: url("bg.jpg");
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	color: #281d22;
}
#SideAc h2 {
	background-image: url("h2bg.png");
	background-size: auto;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 3.4em;
	height: 3.4em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
	width: 100%;
}
#SideAc h4 {
	text-align: center;
	background-image: url("h4bg.jpg");
	background-size: cover;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 66px;
	clear: both;
	margin: 18px;
	border: none;
	padding: auto;
}
#SideAc p {
	border-radius: 0.5em;
	padding: 0.5em;
	width: 92%;
}