@charset "utf-8";
/*--京home.css--*/

/*--------PC--------*/
#sitemap_box {
	width: 780px;
	margin: 0 auto;
	background: url(../sitemap/images/sitemap_bg.png) right 10px bottom 10px no-repeat;
	background-size: 200px;
}
	#sitemap_box ul {}
		#sitemap_box ul li {
			background: url(../shared/icon_01.gif) 0 5px no-repeat;
			padding-left: 25px;
			margin-bottom: 10px;
		}
		#sitemap_box ul li:last-child {
			margin-bottom: 0;
		}
			#sitemap_box ul li a {
				color: #222;
				text-decoration: underline;
			}
			#sitemap_box ul li a:hover {
				color: #337ab7;
				text-decoration: underline;
			}
			#sitemap_box ul li ul {}
				#sitemap_box ul li ul li {
					background: url(../shared/icon_02.gif) 0 10px no-repeat;
					padding-left: 15px;
					margin-bottom: 3px;
				}

/*--------SP--------*/
@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
#sitemap_box {
	width: inherit;
	margin: 0 auto;
	background-size: 100px;
}
	#sitemap_box ul {}
		#sitemap_box ul li {
			background: url(../shared/icon_01.gif) 0 0px no-repeat;
			padding-left: 25px;
			margin-bottom: 10px;
			background-size: 13px;
		}
		#sitemap_box ul li:last-child {
			margin-bottom: 0;
		}
			#sitemap_box ul li a {
				color: #222;
				text-decoration: underline;
			}
			#sitemap_box ul li a:hover {
				color: #337ab7;
				text-decoration: underline;
			}
			#sitemap_box ul li ul {
				margin-top: 5px;
			}
				#sitemap_box ul li ul li {
					background: url(../shared/icon_02.gif) 0 5px no-repeat;
					padding-left: 15px;
					margin-bottom: 3px;
				}

}