@charset "utf-8";

* {
	box-sizing: border-box;
}
body, div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, p, blockquote,
table, th, td,
a {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	}

table, th, td {
	border-collapse: collapse;
	font-weight: normal;
	}

fieldset, img, iframe {
	border: 0;
	line-height: 0;
	vertical-align: bottom;
	}

object, embed {
	line-height: 0;
	vertical-align: middle;
	}

iframe {
	background-color: transparent;
	}

ol, ul {
	clear: both;
	list-style-type: none;
	}

br {
	letter-spacing: 0;
	}

h1, h2, h3, h4, h5, h6, p {
	display: block;
	font-weight: normal;
	}

a {
	outline: none;
	text-decoration: none;
	}

a:link,
a:visited {
	}

input {
	border: 0;
	line-height: 1;
	}
