@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :ucar-net.com
 style info :プライバシーポリシー
 
=================================================================== */

#privacyContainer {
	margin-top:10px;
	font-size: 90%;
	line-height: 150%;
}
#privacyContainer p {
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
