@charset "UTF-8";
.wrapper .contents p {
	margin-bottom: 30px;
	width: 760px;
	margin-left: 20px;
	font-size: 90%;
}
.wrapper .contents .privacy_ul {
	list-style-position: inside;
	list-style-image: url(../../common/images/mark_02.jpg);
	text-indent: 3px;
	margin-right: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}
.wrapper .contents .privacy_ul li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-weight: bold;
	font-size: 90%;
}

