@charset "UTF-8";

/**************************************************
 サイトマップ
 **************************************************/
.contents .site-map{
	width: auto;
	max-width: 1000px;
	margin: 60px auto;
	font-size: 12px;
	font-size: 1.2rem;
}
.contents .site-map table{
	width: 100%;
	margin-bottom: 50px;
	text-align: left;
}
.contents .site-map table tr a{
	color: #000000;
}
.contents .site-map table th{
	text-align: left;
}
.contents .site-map table td{
	vertical-align: top;
}
