@charset "utf-8";
/* CSS Document */

#sitemap ul li {
	width: 33.333%;
	float: left;
	text-align: center;
	padding: 15px 10px;
	box-sizing: border-box;
}
#sitemap ul li:first-child a:hover,
#sitemap ul li:nth-child(4) a:hover,
#sitemap ul li:nth-child(7) a:hover
 {
	background-color: #F4BBBB;
	background-image: url(../img/nav_bg1.gif) ;
	background-repeat: repeat;
}
#sitemap ul li:nth-child(2) a:hover,
#sitemap ul li:nth-child(5) a:hover,
#sitemap ul li:nth-child(8) a:hover {
	background-color: #CAE9FF;
	background-image: url(../img/nav_bg2.gif);
	background-repeat: repeat;
}
#sitemap ul li:nth-child(3) a:hover,
#sitemap ul li:nth-child(6) a:hover,
#sitemap ul li:last-child a:hover{
	background-color: #F9F2B3;
	background-image: url(../img/nav_bg3.gif);
	background-repeat: repeat;
}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	
}


/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	#sitemap ul li  {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 20px;
	}
}


/* ----------- IE ------ ---------- */
@media all and (-ms-high-contrast:none) {
	#sitemap ul li a {
		padding: 20px 10px 15px;
	}
}