@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,p,blockquote,th,td,a {
	margin: 0;
	padding: 0;
	line-height: 1;
}

addr,strong,em,address,ins {
	margin: 0;
	padding: 0;
	text-align: left;
}

dl,ul {
	list-style: none;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;	
}

th,td {
	border-collapse: collapse;	
}

hr {
	display: none;	
}

a {
	text-decoration: none;	
}

h1,h2,h3,h4,h5,p {
	font-size: 1rem;
	color: #000000;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */




input,
button,
select,
textarea {
  outline: none;
}

#privacy{
	margin-top: -120px;
	padding-top: 120px;
}