
#privacy {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.privacy_container {
	width: 100%;
	position: relative;
	margin-bottom: 100px;
		background: url("img/bgm.jpg") repeat;
}

.privacy_container>div{
	width: 100%;
	border: 1px solid transparent;
	background-color: white;
	
}
.privacy_container p {
	font-size: .9em;
	margin-bottom: 8px;
	line-height: 1.6em;
	color: black;
	font-weight: 500;
}

.privacy_container .center_text {
	text-align: center;
}