@charset "utf-8";
#page-title {
	background: url(../img/privacy/img-title.jpg) no-repeat center top fixed;
}
section{
	max-width: 960px;
	margin: 0 auto;
	width: 96%;
	padding: 50px 2%;
}
section h3{
	font-size: 20px;
	font-weight: 500;
	margin: 30px 0 5px;
}
section h4{
	font-size: 14px;
	font-weight: 500;
	margin: 15px 0 0px;
}
ol{
	margin: 0 0 0 12px;
}
ol li {
	text-align: left;
	counter-increment: dot-step;
	padding-left: 12px;
	position: relative;
	color: #757575;
}
ol li:before {
	content: counter(dot-step)'.';
	position: absolute;
	left: 0;
}
