@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6,
fieldset, form, fieldset, input, textarea, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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, "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, "Helvetica Neue", 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", "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ 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;
}