@charset "utf-8";

/* reset */

html, body, div, header, nav, section, article, footer,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li,
table, caption, tr, th, td, iframe,
strong, small, span, a, img {
	background: transparent;
	border: 0;
	font-size: 100%;
  line-height: 1;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: bottom;
}

strong, small, span, a {
	vertical-align: baseline;
}

html{
	overflow-y: scroll;
}

header, nav, section, article, footer {
	display: block;
}

li {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

address, th {
	font-style: normal;
}

a:focus, *:focus {
	outline: none;
}

br {
	letter-spacing: normal;
}

img {
  max-width: 100%;
}