@charset "utf-8";
/* RESET SHEET */

* {
	margin: 0 auto;
	padding: 0;
	border: none;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	color: #454f4f;
	}
	
body, html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 10pt;
	}

ul {
	list-style: none;
	}

a {
	text-decoration: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, label {
	display: block;
}