@charset "utf-8";
body,ul,li,form,p,h1,h2,h3,h4,h5,h6,input {
	padding: 0;
	margin: 0;
}
html,body {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	font-family: arial;
}
a {
	text-decoration: none;
	color: #000000;
}
ul,li {
	list-style-type: none
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input {
	outline: none;
	border: none;
}
.clearfix {
	clear: both;
}
.clearfix:after {
	display: block;
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
}