@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, pre, table, caption, th, td, address, form, input, textarea{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
}

header, main, article, section, footer, address, copyright{
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
html {
	height:100%;
}
body {
	height:100%;
}
img {
	vertical-align: bottom;	
}
a {
	display: inline-block;
	color: #333;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	text-decoration: none;
}
a img {
	border: none;
}
a img:hover {
	opacity: 0.8;
	transition-duration: 0.5s;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}