#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 {
	margin-right: auto;
	margin-left: auto;
	background-color: #143C0E;
	color: #ffffff;
}
#SideAc h2 {
	color: #FFFF66;
	background-color: #FFEBD6;
	background-image: url("t_h2bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	line-height: 3em;
	height: 3em;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
	width: 100%;
}
#SideAc h3 {
	color: #FFFF66;
	background-color: transparent;
	background-image: url("t_h3bg.gif");
	background-repeat: no-repeat;
	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 h4 {
	color: #FFFF66;
	background-color: transparent;
	background-image: url("t_h4bg.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	font-size: 1.4em;
	height: 56px;
	line-height: 56px;
	text-align: center;
	text-indent: 0px;
	padding: auto;
	margin: auto;
}
#SideAc a {
	color: #cccccc;
}
#SideAc p {
	background-color: #588352;
	border-radius: 5px;
	color: #000000;
	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 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: 100%;
		height: auto;
	}
}
#SideAc ul.item li {
	width: 24%;
	margin: 0.5em;
	padding: 0.2em;
	border: 1px solid #666666;
	border-radius: 0.2em;
}