@charset "utf-8";

/*------------------------------------------------------

	common

------------------------------------------------------*/

#sitemap .title-a a { text-decoration: none;  color: #5C2E7E;  }
#sitemap .title-a a:hover { text-decoration: underline; }

#sitemap .title-c a {  text-decoration: none;  color: #333;  }
#sitemap .title-c a:hover { text-decoration: underline; }

#sitemap .title-d a { text-decoration: none;  color: #5C2E7E;  }
#sitemap .title-d a:hover { text-decoration: underline; }

#sitemap .title-e a { color: #333; text-decoration: none; }
#sitemap .title-e a:hover { text-decoration: underline; }

#sitemap .list-a { margin-top: 0px; margin-bottom: 0px; }

#sitemap section > section { }


@media (min-width: 768px) {
	#sitemap section > section { margin-bottom: 50px; }

}

@media (max-width: 767px) {
	#sitemap section > section { margin-bottom: 25px; }
	#sitemap #cooperation-sitemap .list-a { margin-bottom: 10px; }

}
