@charset "utf-8";

/* カテゴリ共通フォーマット */
#fmt_cont_detail h2 {
	font-size:16px;
	font-weight:bold;
	line-height:1.3em;
	color:#008000;
	margin:16px 0;
}

#fmt_cont_detail h3 {
	font-size:14px;
	font-weight:bold;
	line-height:1.3em;
	color:#1a2c7a;
	margin:14px 0 0;
}

#fmt_cont_detail h4 {
	font-size:13px;
	font-weight:bold;
	line-height:1.3em;
	color:#494949;
	margin:2px 0 10px;
}



/* プライバシーポリシー・利用規約 */
.privacy_ol_1 {
	margin:10px;
	list-style:outside decimal;
}

.privacy_ol_2 {
	margin:10px;
	list-style:outside circle;
}

.privacy_ol_1 li,
.privacy_ol_2 li {
	margin:6px 0 6px 18px;
	line-height:1.25em;
}


/* サイトマップ */
#sitemap_tbl td {
	padding:0 10px;
	width:50%;
	vertical-align:top;
}

#sitemap_tbl dl {
	margin-bottom:14px;
	padding:5px;
	border:#d6dee9 solid 1px;
}

#sitemap_tbl dt,
#sitemap_tbl dd {
	padding:5px;
	border-bottom:#d6dee9 solid 1px;
}

#sitemap_tbl dt {
	border-top:#d6dee9 solid 1px;
	background:#e5eefa;
}

#sitemap_tbl dd {
	margin-left:20px;
}