@charset "UTF-8";

* {box-sizing: border-box; margin: 0; padding: 0;}


header, footer, main,
article, section, aside,
figcaption, figure, nav,
img
{display: block;}


body,
table, tr, td, thead, th, tfoot, tbody,
p
{margin: 0; padding: 0; border: 0;}


table {border-collapse: collapse; table-layout: fixed;}
td {vertical-align: top;}

html,body {
	width: 100%; height: 100%;
	min-width: 100%; min-height: 100%;
}

body {
	background-color: #fff;
	color: #000;

	font-size: 16px;
}

html, body,
div, span,
h1, h2, h3, h4, h5, h6, p,
blockquote, cite, figcaption,
dl, dd,
figure, img,
ol, ul, li,
header, main, footer,
article, section, aside,
em, strong,
address, nav
{
	background: transparent;
	margin: 0; padding: 0;
	vertical-align: baseline;
}

nav ul {
	list-style: none;
	list-style-image: none;
}
nav a 
{text-decoration: underline;}
