html {
	overflow-y: scroll;
	height: 100%;
    font-size: 62.5%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
    padding: 0;
}

img, iframe, table {
	border: 0;
	padding: 0;
	margin: 0;
}

div, form, input, textarea, iframe, table, th, td, p, a {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body, td, th, p {
	font-size: 16px; font-size: 1.6rem;
	line-height: 1.231;
	/* for IE6/7 */
	*font-size: small;
	/* for IE Quirks Mode */
	*font: x-small;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
	color: #333;
}

table {
	border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
    font-weight: 500;
    -webkit-text-size-adjust: 100%;
	color: #333;
}

textarea:focus {
    outline: none;
}

input[type=text]:focus {
    outline: none;
}

@-ms-viewport {
    width: device-width;
    initial-scale: 1;
}

@viewport {
    width: device-width;
    initial-scale: 1;
}

.clear {
	clear:both;
}

.clear hr {
	display:none;
}

.spacer {
    height: 40px;
}

.top_spacer {
    margin-top: 40px;
}

.bottom_spacer {
    margin-bottom: 40px;
}

a, a:link {
	color: #36C; text-decoration: none;
}

a:visited {
	color: #36C; text-decoration: none;
}

a:hover {
	color: #69F; text-decoration: none;
}

a:active {
	color: #69F; text-decoration: none;
}
