@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
p, table, tr, td, div, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, span, textarea {
	margin: 0;
	padding: 0;
	font-feature-settings: "palt";
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
img {
	border: none;
	margin: 0;
	padding: 0;
}
ul {
	text-decoration: none;
	list-style: none;
}
.clear {clear: both;}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: block;}

