@charset "UTF-8";

/*横幅769px以上に適応*/
@media screen and (min-width: 769px) {
	
.contents_in_sub {
	border-radius: 5px;
	width: 100%;
	-webkit-box-shadow: inset 0px 0px 2px 2px #CECECE;
	box-shadow: inset 0px 0px 2px 2px #CECECE;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(245,243,243,0.40);
	padding: 40px;
	background-repeat: no-repeat;
	max-width: 1000px;
	font-size: 14px;
	color: #404040;
	margin-bottom: 30px;
}





.eigyousyo-title {
	color: #2171AA;
	font-weight: bold;
}

/* PS Auto Sitemapデザインカスタマイズ */

#sitemap_list ul {
	padding: 0px;
	list-style-type: none;
	margin: 20px;
}


#sitemap_list li {
	display: block;
	border-bottom: 1px dotted #A5C1E3;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/arrow_51.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0% 15px;
	color: hsla(32,36%,21%,1.00);
	text-decoration: none;
	margin-top: 10px;
}
#sitemap_list li a {
	text-decoration: none;
	color: hsla(0,0%,0%,1.00);
}
#sitemap_list li a:hover {
	text-decoration: none;
	color: hsla(205,61%,53%,1.00);
	position: relative;
	left: -1px;
	bottom: -1px;
}



#sitemap_list li li {
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: none;
	font-size: 12px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: hsla(205,61%,53%,1.00);
	background-image: none;
}


}

/*横幅768px以下に適応*/
@media screen and (max-width: 768px) {
	
.contents_in_sub {
	border-radius: 5px;
	width: 98%;
	/* [disabled]-webkit-box-shadow: inset 0px 0px 2px 2px #CECECE; */
	/* [disabled]box-shadow: inset 0px 0px 2px 2px #CECECE; */
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(245,243,243,0.60); */
	padding-right: px;
	padding-left: 0px;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #404040;
}

/* PS Auto Sitemapデザインカスタマイズ */

#sitemap_list ul {
	padding: 0px;
	list-style-type: none;
	margin: 20px;
}


#sitemap_list li {
	display: block;
	border-bottom: 1px dotted #A5C1E3;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../images/arrow_51.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	background-position: 0% 15px;
	color: hsla(32,36%,21%,1.00);
	text-decoration: none;
	margin-top: 10px;
}
#sitemap_list li a {
	text-decoration: none;
	color: hsla(0,0%,0%,1.00);
}
#sitemap_list li a:hover {
	text-decoration: none;
	color: hsla(205,61%,53%,1.00);
	position: relative;
	left: -1px;
	bottom: -1px;
}



#sitemap_list li li {
	display: block;
	padding-top: 2px;
	padding-bottom: 5px;
	border-bottom: none;
	font-size: 12px;
	background-repeat: no-repeat;
	text-decoration: none;
	color: hsla(205,61%,53%,1.00);
	background-image: none;
}


}