@charset "Shift_JIS";
/* CSS Document */


/**************************************************************************************/
/*サイトマップ*/
/**************************************************************************************/

/*link color*/
.sitemap .box_1 a:link {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.sitemap .box_1 a:visited {
	text-decoration:underline!important;
	color: #007ad8!important;
}
.sitemap .box_1 a:hover {
	text-decoration:none!important;
	color:#cd0000!important;
}
.sitemap .box_1 a:active {
	text-decoration:none!important;
	color:#007ad8!important;
}

@media (min-width: 751px) {/*ビューエリアの最小幅。このサイズより大きい場合に適用//PC用*/

.sitemap .box_1 {
	overflow:auto;/*float対策*/
	border-top: 1px solid #666;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 60px;
	line-height: 2.5em;
}

/**/
	* html .sitemap div #right_column .box_1 {overflow: visible;}/*float対策*/
/**/

.sitemap .box_1 li {
	list-style-type: disc !important;
}

.sitemap .box_1 li.txt_1 {
	list-style-type: none !important;
	background-image: url("../../img/sitemap/sitemap_line_2.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px -30px;
}

.sitemap .box_1 li.txt_2 {
	list-style-type: none !important;
	background-image: url("../../img/sitemap/sitemap_line_1.gif");
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px -30px;
}

.sitemap .box_1 .box_2 {
	width: 45%;
	float: left;
}

.sitemap .box_1 .box_2_2 {
	width: 42%;
	float: left;
}

.sitemap .box_1 .box_2 p,
.sitemap .box_1 .box_2_2 p {
	margin-left: -25px;
	font-weight: 700;
}

.sitemap .box_1 ul.box_3 {
	margin-left: 30px;
	text-indent: 2em;
}

.sitemap .box_4 {
	border-bottom: 1px solid #666;
}

}



@media (max-width: 750px) {/*ビューエリアの最大幅。このサイズより小さい場合に適用//SP用*/

.sitemap .box_1 {
	width: 85%;
	max-width: 85%;
	font-size: 4.5vw;
	border-top: 1px solid #666;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 6%;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}

.sitemap .box_1 li {
	list-style-type: disc !important;
}

.sitemap .box_1 li.txt_1,
.sitemap .box_1 li.txt_2
{
	list-style-type: none !important;
	padding-left: 0;
}

.sitemap .box_1 .box_2 {
	width: 100%;
}

.sitemap .box_1 .box_2_2 {
	width: 100%;
}

.sitemap .box_1 .box_2 p,
.sitemap .box_1 .box_2_2 p {
	margin-left: -25px;
	font-weight: 700;
}

.sitemap .box_1 .box_2 p {
	margin-top: 20px;
}

.sitemap .box_1 .box_2_2 p {
	margin-top: 12px;
}

.sitemap .box_1 ul.box_3 {
	margin-left: 30px;
	text-indent: 2em;
}

.sitemap .box_4 {
	border-bottom: 1px solid #666;
}

.sitemap .box_5 {
	padding-left: 25px;
}

}