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


#privacy{
	width:90%;
	max-width:1000px;
	margin:auto;
	text-align:left;
}

h4{
	font-size:60px;
	font-weight:100;
	margin:100px auto 30px;
}

h4 span{
	font-size:17px;
	vertical-align:middle;
	margin-left:30px;
}


#privacy table{
	margin:50px auto;
	font-size:13px;
}

#privacy table th{
	width:18%;
	font-weight:normal;
	border-bottom:1px dotted #63522c
}

#privacy table td{
	width:78%;
	padding:20px 20px 30px 0;
	line-height:1.8;
	border-bottom:1px dotted #63522c
}


@media only screen and (max-width: 789px) { 
h4{
	font-size:40px;
}

h4 span{
	font-size:17px;
	display:block;
	margin-left:0px;
}


#privacy table{
	margin:20px auto;
	font-size:13px;
}

#privacy table th{
	width:100%;
	display:block;
	padding-top:30px;
	border-bottom:0;
}

#privacy table td{
	width:100%;
	display:block;
	padding:20px 0 30px;
	line-height:1.8;
}




}


