@charset "utf-8";

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, table, tr, th, td, address, form {
	padding: 0;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	line-height: 1.8;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

html, body {
	height: 100%;
}

body {
	font-size: 100%;
}

p, ul, ol, dl {
	font-size: 1.4em;
}

li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: top;
}

table {
	font-size: 1.4em;
	border-collapse: collapse;
}

td, th {
	vertical-align: top;
}

th {
	text-align: left;
}

