@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------

sitemap

---------------------------------------------------------- */
#sitemap-nav{
	width: 700px;
	margin: 20px 0 20px;
}

#sitemap-nav li{
	float: left;
	width: 139px;
	text-align: center;
	font-weight: 100;
	border-left: 1px solid #ccc;
}

#sitemap-nav li:first-child{
	border: none;
}

h4{
	border-bottom: 1px solid #999;
	font-size: 16px;
	font-weight: 400;
	margin: 50px 0 30px;
	padding-bottom: 10px;
	font-family: monospace;
}

.s_box{
	border-bottom: 1px solid #eee;
}

.s_font{
	font-weight: 200;
}

.s_btn{
	font-size: 14px;
}

.last_btn{
	font-size: 12px;
	font-weight: 100;
	margin-top: 20px;
	text-align: right;
}

.s_list li{
	float: left;
	margin: 0 20px 0
}
