@charset "UTF-8";
@import url("./common.css");

/* サイトマップ */
#sitemap {
	width:100%;
	padding:10px;
}
#sitemap #left {
	float:left;
	width:48%;
	margin:0 10px 0 0;
}
#sitemap #right {
	float:left;
	width:48%;
	margin:0;
}
#sitemap table {
	margin-bottom:20px;
}
#sitemap table td a {
	background:url(../images/common/arrow02.png) left top no-repeat;
	padding:0 0 0 13px;
	margin-left:10px;
}
#sitemap table td p {
	margin:3px 0 3px 10px;
}
#sitemap table td.head {
	color:#F03;
	font-weight:bold;
}
#sitemap table td.head a {
	background:url(../images/common/arrow03.png) left top no-repeat;
	padding:0 0 0 14px;
	margin-left:0;
}
@media screen and (max-width: 766px) {
	#sitemap #left {
		float:none;
		width:100%;
		margin:0;
	}
	#sitemap #right {
		float:none;
		width:100%;
		margin:0;
	}
}