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

/*---------------------------------------------------------
 privacy
---------------------------------------------------------*/
#privacy{
	margin: 30px 10px 40px;
}
#privacy .section{
	margin-bottom: 30px;
}
#privacy .section h3{
	padding-bottom: 3px;
	border-bottom: 1px solid #CCC;
}

#copyNotice{
	margin: 30px 10px;
}
#copyNotice p{
	font-weight: bold;
}

.contactInfo {
	font-weight: bold;
}
#privacy ul {
	margin-left: 20px;
}
#privacy li {
	list-style: disc;
}