/* インポート */
@import "/css/common.css";

/* =============================== legal =============================== */
/* 利用規約 */
#legal div.block{margin:0 auto 40px;}
#legal h2{
	margin:0 auto 12px;
	padding:0;
}
#legal p{margin:0 20px 12px;}


/* =============================== privacy =============================== */
/* プライバシーポリシー */
#privacy{margin:0 auto 50px;}

#privacy dl{margin:0 auto 30px;}

#privacy dt{
	margin:0 0 10px;
	border-bottom:1px solid #000;
	font-weight:bold;
}

#privacy dd{margin:0 0 12px 20px;}

/* 署名 */
#privacy .sign{
	margin:50px 0 40px auto;
	width:220px;
}

#privacy address{
	margin:0 0 0 auto;
	padding:20px 20px;
	border:1px solid #ccc;
	width:390px;
	font-style:normal;
}


/* =============================== sitemap =============================== */
/* サイトマップ：リセット */
#sitemap *{margin:0;padding:0;}

#sitemap a{color:#000;}

#sitemap{
	margin:10px 12px 30px;
	background:url('/common_img/line_dot.gif') repeat-x 0 0;
}

/* サイトマップ：カテゴリ */
#sitemap dl{
	padding:10px 0 8px;
	background:url('/common_img/line_dot.gif') repeat-x 0 100%;
	font-size:15px;
}

/* サイトマップ：第1階層 */
#sitemap dt{font-weight:bold;}

#sitemap dt p,
#sitemap dt a{
	margin-left:10px;
	padding-left:20px;
}
/* テキストのみ */
#sitemap dt p{background:url('/common_img/menu/arrow_gray.gif') no-repeat 0 7px;}

/* リンク */
#sitemap dt a{background:url('/common_img/menu/arrow.gif') no-repeat 0 3px;}

/* サイトマップ：第2階層 */
#sitemap dd p,
#sitemap dd a{
	margin-left:30px;
	padding-left:20px;
}
/* テキストのみ */
#sitemap dd p{background:url('/common_img/menu/arrow_gray.gif') no-repeat 0 7px;}

/* リンク */
#sitemap dd a{background:url('/common_img/menu/arrow.gif') no-repeat 0 3px;}

/* サイトマップ：第3階層 */
#sitemap li{list-style-type:none;}

#sitemap li a{
	margin-left:56px;
	padding-left:15px;
	background:url('/common_img/menu/arrow_sub.gif') no-repeat 0 2px;
}

/* サイトマップ：faq */
#sitemap dl.faq li{
	padding-left:102px;
	text-indent:-102px;
	background:url('/common_img/menu/arrow_sub.gif') no-repeat 56px 6px;
}
#sitemap dl.faq li span{font-weight:bold;}


/* ---------------------  --------------------- */
