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


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/* Base Styles */

body{
	font:12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
}

select,input,button,textarea{
	font: 110% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Helvetica, sans-serif;
   background-color:#fff;
}

pre,code,kbd,samp,tt{
	font-family: monospace;
	line-height: 100%;
}

img{
	border: none;
	vertical-align: bottom;
}

table{
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label{
	cursor: pointer;
}

input,
select,
textarea{
	padding: 2px;
}

ol,ul{
	list-style: none;
}

a,
input{
	outline: none;
}

/*	Basic Text Link	*/
a {
	color: #5d87bc;	text-decoration: underline;
}

a:link {
	color: #5d87bc;	text-decoration: underline;
}
a:visited {
	color: #5d87bc;	text-decoration: underline;
}
a:hover {
	color: #5d87bc;	text-decoration: none;
}
a:focus {
	color: #5d87bc;	text-decoration: underline;
}
a:active {
	color: #5d87bc;	text-decoration: underline;
}



</pre></body></html>