<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

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

body {
	color: #444;
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 16px;
	text-align:center;
}

h1,h2,h3,h4,h5,h6,pre,code,address,caption,code,th {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
}

em,strong {
	font-size: 10px;
}

h1,h2,h3,h4,h5,h6,p,li,dt,dd,th,td {
	text-align: left;
}

/* base style
------------------------------------------------------------------------- */

p {
	line-height: 1.6;
	text-align: left;
}
	
li {
	line-height: 1.6;
	list-style: none;
}

fieldset,img,hr {
	border: none;
}

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

th {
	line-height: 1.4;
}

td {
	line-height: 1.4;
	vertical-align: top;
}

a {
	border: none;
	color: tomato;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

label,
input[type='checkbox'],
input[type='radio'],
input[type='button'],
input[type='submit'],
button {
	cursor: pointer;
}

input {
	font-size: 1em;
}

textarea {
	resize: vertical;
	font-size: 1em;
}

/* clear
------------------------------------------------------------------------- */

.clear:after {
	content: '';
	display: block;
	clear: both;
}</pre></body></html>