#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 ul.kanren li , #SideAc #trendlist li {
	border:1px solid #3B3B3B;
	background-color: #3B3B3B;
	color: #ffffff;
}
/* jumpmenu -------------------------------------------*/
#SideAc ul.jumpmenu {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}
#SideAc ul.jumpmenu li {
	width: auto;
	align-items: center;
	height: auto;
	margin: 2px auto;
	text-align: center;
	text-indent: 8px;
}
/* dd dt -------------------------------------------*/
#SideAc dl {
	clear: both;
	margin: 0px;
}
#SideAc dt {
	display: block;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	margin: 0px;
	color: #333333;
	background-color: #CBE1DE;
}
#SideAc dd {
	text-align: center;
	background-color: #CBE1DE;
	font-size: 0.8em;
	margin: 0px;
	padding: 8px;
}
/* Recommend -------------------------------------------*/

#SideAc a.arrow::before {
	content: url("/images/design/icon_tech.png");
	margin-right: 3px;
}
/*-----------------------------------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 {
	line-height: 1em;
	font-weight: normal;
	color: #ffffff;
	background-color: #3B3B3B;
	text-align: center;
	background-position: center top;
	background-repeat: repeat;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	background-image: url(bg.gif);
	background-size: contain;
}
#SideAc h2 {
	color: #000000;
	background-color: #f7f7f7;
	font-size: 1.6em;
	/*border: 1px solid #281d22;*/
	background-color: transparent;
	background-image: url("h2bg.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	line-height: 3em;
	height: 3em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc h3 {
	color: #EEEEEE;
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	background-color: transparent;
	background-image: url("h2bg.png");
	font-size: 1.3em;
	line-height: 3em;
	height: 3em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc h4 {
	color: #EEEEEE;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
	border-bottom: 1px solid #BDAAEF;
	height: 2em;
	line-height: 2em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc a {
	color: #cccccc;
}
#SideAc p {
	color: #ffffff;
	background-color: #3B3B3B;
	border: 1px solid #CBE1DE;
	border-radius: 5px;
	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: 98%;
	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: inline-block;
}
#SideAc ul li img {}
#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: 98%;
		height: auto;
	}
}