@charset "UTF-8";
/* privacy
===================================*/

#privacy {
	overflow: hidden;
	text-align: left;
	width: 100%;
	background-color: #FFF;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#privacy .inner {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 3em;
	padding-right: 1em;
	padding-left: 1em;
}
#privacy h3 {
	float: none;
	margin-bottom: 3em;
	margin-top: 3em;
}
#privacy p.read {
	margin-bottom: 3em;
	font-size: 16px;
	font-weight: bold;
}
#privacy p.credit {
	margin-bottom: 3em;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
#privacy dl {
	width: 100%;
	margin-bottom: 3em;
	overflow: hidden;
}
#privacy dt {
	margin-bottom: 1em;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DBDBDB;
	padding-bottom: 2px;
}
#privacy ul {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#privacy li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
