@charset "utf-8";
@import url("common.css");


/*===========================================

    privacy_policy.css
	
===========================================*/

h2 {
	margin-bottom: 20px;
	}

div#contents dl {
	padding: 50px 0 1px 0;
	margin-left: 100px;
	width: 760px;
	}

div#contents dl dt {
	margin-bottom: .3em;
	
	color: #333333;
	font-weight: bold;
	font-size: 160%;
	}

div#contents dl dd {
	margin-bottom: 3.5em;
	margin-left: 2.4em;
	
	line-height: 1.8;
	}

div#contents dl dd ol {
	margin-left: 1.4em;
	list-style: decimal;
	}