@charset "utf-8";
/* CSS Document */

.privacy_dl {
	padding-bottom: 16px;
	line-height: 2em;
}
.privacy_dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #006;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E2E2E2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
}
.privacy_dl dd {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

.privacy_ul {
	padding-left: 30px;
	padding-top: 10px;
}
.privacy_ul li {
	list-style-type: disc;
}
#privacy_ol {
	font-weight: bold;
	padding-top: 15px;
	padding-left: 40px;
}
#privacy_ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
.privacy_ul {
	text-align: right;
}
.privacy_ul li {
	list-style-type: none;
}
.privacy_title {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E5E5E5;
}
.privacy_p {
	padding-top: 15px;
	padding-bottom: 15px;
}
#privacy_table_ol {
	padding-left: 25px;
}
#privacy_table_ol li {
	list-style-position: outside;
	list-style-type: decimal;
}
#privacy_contact {
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	background-color: #F2F2F2;
	border: 1px solid #EAEAEA;
}
.mailto a {
	color: #006;
	text-decoration: underline;
	font-weight: bold;
}
.mailto a:hover {
	color: #006;
	text-decoration: none;
}
