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

#wrraper #contents {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	overflow: hidden;
	width: 1000px;
}
#wrraper #contents .title {
	margin-top: 35px;
	margin-bottom: 35px;
	clear: both;
}

#wrraper #contents .sub_title {
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
	margin-top: 50px;
}
#wrraper #contents p {
	width: 950px;
	margin-right: auto;
	font-size: 13px;
	margin-left: auto;
}
#wrraper #contents .privacy {
	width: 910px;
	font-size: 13px;
}

#contents .privacy li {
	background-color: #f0f0f0;
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#contents .privacy li .entry {
	background-color: #fff;
	padding: 8px;
	margin-top: 8px;
	font-size: 13px;
}
