@charset "utf-8";
/*---------------------------------------------
 プライバシーポリシー
---------------------------------------------*/
#privacy {
	text-align: left;
	font-size: 13px;
	line-height: 150%;
}
#privacy h2 {
	text-align: center;
	margin-top: 15px;
}
#privacy dl dt {
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
	color: #384b67;
	font-weight: bold;
}
#privacy dl dd {
	margin-top: 1em;
	margin-right: 30px;
	margin-bottom: 3em;
	margin-left: 40px;
}
#privacy dl dd img {
	vertical-align: middle;
}

