@charset "Shift_JIS"; 

/*
	サイトマップ用CSS
	適用範囲：総合案内所、エラーページ
	Nov.05, 2012 :	初版
	Sep.03, 2014 :	<span>と<h3>を<dl.sitemap>・<dt>・<dd>に変更
	Oct.01, 2014 :	@importをhtml内の<link>に移動
	Jul.24, 2015 :	.error_titleのmargin-topを削除
	Aug.18, 2015 :	#sitemap_leftと#sitemap_rightにmargin-bottomを追加
	Aug.18, 2021 :	line-heightの1.4→1.5および表示フォント変更に伴う修正
*/

.error_title {
	font-family: 'Limelight', 'Segoe UI', Meiryo, 'MS PGothic', sans-serif;
	font-weight: normal;
}

dl.sitemap {
	margin-top: 0;
}

dl.sitemap dt {
	font-weight: bold;
	border-left: solid 0.5em #20b2aa;
	border-bottom: solid 1px #20b2aa;	
	padding: 0.2em 0 0.2em 0.5em;
	margin-bottom: 0.5em;
}

dl.sitemap dt.separate {
	margin-top: 1.5em;	/* line-height分 */
}

dl.sitemap dd {
	margin: 0;
	padding: 0;
}

dl.sitemap ul {
	margin: 0 auto 0 2.5em;
	padding: 0;
}

/* 段組 */
#sitemap_left {
/* 左側 */
	width: 48%;
	float: left;
	margin-bottom: 1em;
}

#sitemap_right {
/* 右側 */
	width: 48%;
	float: right;
	margin-bottom: 1em;
}
