body {
	background-color: #ffffff;
}
/*grids kakudai ____________________________________________________*/
#SideAc ul.glids {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(24%, 1fr));
	gap: 8px;
	overflow: hidden;
}
#SideAc ul.glids li {
	border-radius: 5px;
	padding: 3px;
	text-align: left;
	line-height: 1.5em;
}
#SideAc ul.glids li img {
	width: auto;
	height: auto;
}
#SideAc ul.glids li::before {
	content: url("seekgo.png");
	z-index: 1000;
	position: relative;
	top: 30px;
	left: 8px;
}
@media screen and (max-width: 770px) {
	#SideAc ul.glids {
		width: 100%;
		grid-template-columns: repeat(auto-fit, minmax(46%, 1fr));
		gap: 8px;
	}
}
/*____________________________________________________ grids kakudai */
/*/-----01-----/*/
#SideAc ol.beadsitemsarrange {
	display: block;
	justify-content: space-around;
	clear: both;
	width: 950px;
	margin: 24px auto;
	flex-basis: bottom;
}
#SideAc ol.beadsitemsarrange li {
	width: 45%;
	display: flex;
	justify-content: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(odd) {
	display: inline-block;
	float: left;
	text-align: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(even) {
	display: inline-block;
	float: right;
	text-align: center;
}
#SideAc ol.beadsitemsarrange li:nth-child(even) img {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width: 950px) {
	#SideAc ol.beadsitemsarrange {
		width: 100%;
	}
	#SideAc ol.beadsitemsarrange li:nth-child(even) img {
		width: 72%;
		height: auto;
	}
}
#SideAc {
	color: #281d22;
	background-color: #ffffff;
}
#SideAc h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff));
	background: -webkit-linear-gradient(top, #dcdcdc, #ffffff);
	background: -moz-linear-gradient(top, #dcdcdc, #ffffff);
	background: -o-linear-gradient(top, #dcdcdc, #ffffff);
	background: linear-gradient(#dcdcdc, #ffffff);
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	align-items: center;
	text-align: center;
	color: #4A5659;
	margin-top: 84px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 16px;
	clear: both;
	font-weight: bold;
	line-height: 78px;
	vertical-align: bottom;
	padding-left: 8px;
}
@media screen and (max-width: 950px) {
	#SideAc h2 {
		width: 100%;
		line-height: 2em;
	}
}
#SideAc h3 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff));
	background: -webkit-linear-gradient(top, #dcdcdc, #ffffff);
	background: -moz-linear-gradient(top, #dcdcdc, #ffffff);
	background: -o-linear-gradient(top, #dcdcdc, #ffffff);
	background: linear-gradient(#dcdcdc, #ffffff);
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	text-align: left;
	color: #4A5659;
	margin-top: 88px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	padding-left: 0px;
	text-indent: 0;
}
@media screen and (max-width: 950px) {
	#SideAc h3 {
		width: 100%;
		margin-top: 38px;
	}
}
#SideAc h4 {
	background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff));
	background: -webkit-linear-gradient(top, #dcdcdc, #ffffff);
	background: -moz-linear-gradient(top, #dcdcdc, #ffffff);
	background: -o-linear-gradient(top, #dcdcdc, #ffffff);
	background: linear-gradient(#dcdcdc, #ffffff);
	border-radius: 0px;
	border: none;
	border-top: 1px solid #dcdcdc;
	width: 100%;
	text-align: left;
	color: #4A5659;
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	clear: both;
	font-weight: bold;
	letter-spacing: 0em;
	line-height: 2em;
	padding-left: 0px;
	text-indent: 0;
}
@media screen and (max-width: 950px) {
	#SideAc h4 {
		width: 100%;
	}
}
#SideAc p.news {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 16px;
	background: none;
	clear: both;
	padding: 0px;
	width: 880px;
	border: 1px solid #AB9152;
}
#SideAc p strong {
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #000000;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 4px;
	display: block;
}