@charset "UTF-8";

/* プライバシーポリシーページ */
#contents{
	width:1000px;
	height:auto;
	margin:0px auto 0px;
	text-align:justify;
	background:#fff;
}

#privacy{
	width:880px;
	height:auto;
	margin:0px auto;
	padding:160px 0 500px;
	text-align:justify;
}

#privacy h1{
	font-size: 18px;
}

#privacy h2{
	font-size: 17px;
	margin-top:30px;
}

#privacy h3{
	font-size: 17px;
	margin-top:30px;
}

#privacy dl{
	width:400px;
	margin-left:0;
	text-align:left;
}

#privacy dl dt{
	float:left;
	padding-right:10px;
}