@charset "utf-8";

/* ///////////////////////////////////////////////////////////////////

[privacy]

-- FontSize --
  BASE:  75% (12px)

 SMALL:  83% (10px)
 LARGE: 133% (16px)
XLARGE: 166% (20px)

/////////////////////////////////////////////////////////////////// */

@import url(import/reset.css);
@import url(import/common.css);
@import url(import/parts.css);
@import url(import/sub.css);

@import url(import/clear.css);

/* =========================================================
■privacy
========================================================= */

div#main h2 {
	margin: 0 0 20px;
	padding: 5px 10px;
	border: none;
	background-color: #FFFFFF;
	color: #990000;
	font-weight: bold;
	font-size: 133%;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

div#main h3 {
	margin: 0 10px 5px;
	padding: 0;
	background: none;
	color: #990000;
	font-weight: bold;
	font-size: 100%;
}

div#main p {
	margin: 0 10px 30px;
}

div#main div.section div.section p {
	margin-left: 40px;
}


div#main div.section div.section ol {
	margin: 0 10px 30px 70px;
}

div#main div.section div.section ol li {
}

div#main div.section div.section dl {
	margin: 0 10px 30px 40px;
}

div#main div.section div.section dl dt {
	margin: 0 0 5px;
	font-weight: bold;
}

div#main div.section div.section dl dd {
	margin: 0 0 15px 10px;
}

div#main div.section div.section dl dd p {
	margin: 0 0 15px;
}

div#main div.section div.section dl dd ol {
	margin: 0 0 15px 20px;
	*margin: 0 0 15px 25px;
}


