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


/*--------------------------------------------------


    PRIVACY POLICY
	

---------------------------------------------------*/


.privacy-cont{
	width:1200px;
	margin:0 auto;
	padding:50px 0px 100px 0px;
}

.privacy-cont > h3{
	color:#1F437F;
	font-size:16px;
	font-weight:bold;
	line-height:1.2;
	margin-top:50px;
	margin-bottom:20px;
}

.privacy-cont > h4{
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}

.privacy-cont ol li{
	list-style:decimal;
	margin-left:1.5em;
}

.no8{
	width:100%;
	border:1px #3388E1 solid;
	padding:25px;
	margin-bottom:30px;
}

.no8 > h5{
	width:170px;
	height:35px;
	background-color:#3388E1;
	color:#FFFFFF;
	text-align:center;
	line-height:35px;
	margin-bottom:25px;
}

.no8 > p{
	font-size:18px;
}

.privacy-cont > h6{
	width:170px;
	height:35px;
	text-align:center;
	line-height:35px;
	margin-top:50px;
	margin-bottom:20px;
	border:1px #000000 solid;
}



@media screen and (max-width: 960px) {
.privacy-cont{
	width:90%;
	padding:0px 0px 50px 0px;
}

.privacy-cont > h3{
	margin-top:30px;
	margin-bottom:10px;
}

.privacy-cont > h4{
}

.privacy-cont ol li{
}

.no8{
	padding:2%;
	margin-bottom:15px;
}

.no8 > h5{
	width:100%;
	margin-bottom:15px;
}

.no8 > p{
	font-size:15px;
}

.privacy-cont > h6{
	width:100%;
}
}