/*--------------------------------------------------
 プライバシーポリシー
--------------------------------------------------*/
#privacy {
	position: relative;
	width: 550px;
}

#privacy h2 {
	/*width: 550px;
	height: 45px;*/
	margin-bottom: 20px;
	/*background-image: url(../privacy/img/tit_privacy.gif);
	background-position: left bottom;
	background-repeat: no-repeat;*/
}
#privacy h3 {
    font-size:16px;
    margin-top: 20px;
    white-space:normal;
}
#privacy p, #privacy ol, #privacy ul {
	margin: 0;
	line-height: 1.4;
}
/*#privacy ol {
	margin-bottom: 1.5em;
}*/
#privacy p.lead {
	margin-bottom: 1.5em;
}

#privacy ol.Num li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
#privacy ul.Dis li {
	list-style-type: disc;
	margin-left: 1.5em;
}
