


/* sitemap
----------------------------------------------------------------------------------*/
.sitemap-ttl{
	color: #003200;
	font-size: 128.571%;
	font-weight: bold;
	padding: 0 0 0 18px;
	background: url(../img/square.gif) no-repeat 0 12px;
}
#top-ttl{
	margin: 0 0 20px;
	padding: 0 0 20px 18px;
	border-bottom: 1px dotted #c8c8c8;
}
.sitemap{
	margin: 0 0 20px;
	padding: 0 0 20px;
	border-bottom: 1px dotted #c8c8c8;
}
.nobd{
	padding: 0;
	border-bottom: none;
}
.sitemap li{
	padding: 5px 0 5px 45px;
	background: url(../img/arrow02.png) no-repeat 20px 11px;
}
@media only print, only screen and (min-width: 481px){
.sitemap{
	letter-spacing: -0.4em;
}
.sitemap li{
	display: inline-block;
	width: 50%;
	padding: 5px 25px 5px 45px;
	letter-spacing: normal;
	vertical-align: top;
}
}



/* policy
----------------------------------------------------------------------------------*/
h3.sbttl{
	color: #339933;
	font-size: 142.857%;
	font-weight: bold;
}

.list-ttl{
	margin: 30px 0 0;
	color: #339933;
	font-weight: bold;
}
.policy-list{margin-left: 2em;}
#privacy{margin: 70px 0 10px;}