@charset "utf-8";
/* CSS Information ====================
File name: privacy.css
description: メインコンテンツプライバシーポリシーページ部分CSS
Editors: Makoto Watanabe
LastDate: 2011,11,11

目次
*インポートunderlayer.css（下層ページ共通レイアウト）

*レフトコンテンツ（会社概要）
==================================== */

@import url("../../common/css/underlayer.css");	/* リセットスタイル */

/* ここから個別レイアウト設定（レフトカラム部分）----------------------------------------------------------------- */
#primary-contents h3 {
	margin-bottom: 20px;
}

#primary-contents p {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: #CCCCCC solid 1px;
	font-size: 12px;
	line-height: 1.6em;
}

#primary-contents dl {
	margin: 0 0 60px 12px;
	font-size: 120%;
	line-height: 1.6em;
}

#primary-contents dl dt {
	background: url(../images/privacy_list_icon.gif) no-repeat 0 0;
	padding-left: 30px;
}

#primary-contents dl dd {
	padding-left: 30px;
}
#primary-contents dl dd.mb10 {
	margin-bottom: 10px;
}

#primary-contents dl dd.mb20 {
	margin-bottom: 20px;
}
