<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);*/
/* reset
-------------------------------------*/
html {background:#fff;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,textarea,p,blockquote,th,td,figure {margin:0;padding:0;}
table {border-collapse:separate;border-spacing:0;}
fieldset,img {border:0;}
img,iframe {vertical-align:top;}
address,caption,em,strong,th {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th,td {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
sup {vertical-align:super; font-size:84%;}
sub {vertical-align:sub; font-size:84%;}
input,textarea,select {font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select {*font-size:100%;}

/* setting
-------------------------------------*/
html {
	font-size: 62.5%;
}

img,iframe{
	max-width: 100%;
	height: auto;
}
main {
	display: block; /* ie用 */
}

a,a:hover {
	text-decoration: none;
}
table {
	width: 100%;
}
input,textarea {
	padding: 3px;
}
input[type="submit"] {
	cursor: pointer;
}</pre></body></html>