#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;
}
#SideAc #trendlist {
	display: flex;
	justify-content: space-around;
}
#SideAc #trendlist li {
	margin: 4px;
}
/*-----------------------------------Recipe*/
#SideAc #swiffycontainer {
	margin: 0px auto;
}
#SideAc ul.recipe_large {
	width: 88%;
	margin: 24px auto;
}
#SideAc ul.recipe_large li.recipe_name {
	list-style: none;
}
#SideAc ul.recipe_large li.recipe_name a, #SideAc ul.recipe_large li.recipe_text a {}
/*/-----01-----/*/
#SideAc {
	font-size: 14px;
	margin-right: auto;
	margin-left: auto;
	background-image: url("bg.jpg");
	background-position: center top;
	background-size: contain;
	color: #281d22;
}
#SideAc h2 {
	color: #fff;
	font-size: 1.6em;
	background-color: transparent;
	background-image: url("p_h2bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	line-height: 3em;
	height: 3em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc h3 {
	color: #281d22;
	background-color: transparent;
	background-image: url("h2bg.gif");
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	font-size: 1.6em;
	height: 56px;
	line-height: 56px;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc a {
	color: #281d22;
}
#SideAc p {
	background-color: #EABABA;
	border-radius: 5px;
	color: #000;
	font-size: 1.2em;
	margin: 24px auto;
	padding: 12px;
	overflow: hidden;
	width: 88%;
}
#SideAc p.line {
	width: 100%;
	margin: 24px 0px;
	padding: 0px;
	background: none;
}
#SideAc p.line img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: auto;
}
#SideAc img.fit {
	width: 100%;
	height: auto;
}
#SideAc img.left {
	margin-right: 8px;
}
#SideAc img.right {
	margin-left: 8px;
}
#SideAc ul {
	display: flex;
	justify-content: space-around;
	text-align: center;
	flex-wrap: wrap;
	width: 100%;
}
#SideAc ul li {
	display: flex;
	flex-direction: column;
}
#SideAc ul li img {
	max-width: 100%;
	height: auto;
}
#SideAc a.go_special {
	background-color: #d9d0c7;
	border: 1px solid #D6D6D6;
	border-radius: 6px;
	color: #000000;
	display: block;
	text-decoration: none;
	height: 3em;
	line-height: 3em;
	margin-right: auto;
	margin-left: auto;
	width: 68%;
}
#SideAc a.go_special::after {
	content: url("../images/icon_tech.png");
}
#SideAc a.go_special:hover {
	background-color: #C1A46C;
	color: #FFFFFF;
}
@media screen and (min-width:771px) {
	#SideAc {
		width: 728px;
	}
}
@media screen and (max-width: 770px) {
	#SideAc {
		wdith: 100%;
	}
	#SideAc h2, #SideAc h3, #SideAc h4, #SideAc h5, #SideAc p {
		font-size: 1em;
		width: 100%;
		height: auto;
		font-weight: 500;
		padding: 8px;
	}
	#SideAc p.line img {
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: auto;
	}
}