@charset "utf-8";
ul.sitemap {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
ul.sitemap li {
	background-image: url(../../common/images/arrow003.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	padding-left: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	font-size: 90%;
}
ul.sitemap li ul {
	clear: both;
	padding-top: 10px;
}
ul.sitemap li ul li {
	font-size: 90%;
	font-weight: normal;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../../common/images/arrow002.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 3px;
}
.privacy_txt {
	clear: both;
	padding-right: 30px;
	padding-left: 30px;
}
.privacy_txt li {
	font-size: 75%;
	line-height: 140%;
	clear: both;
	margin-bottom: 5px;
	background-image: url(../../common/images/arrow004.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
.XXX:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

@media screen and (max-width:640px) {
	td.sp {
		display: block;
		width: 100%;
		border: none;
	}
	td.sp a {
		color: #CC0000;
	}
	ul.sitemap {
		width: 100%;
		line-height: 1.7;
	}
}
