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

/*
 * Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 */

/* Base
------------------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, h6, div, p, dl, dt, dd, ul, ol, li, form, em, img,
small, strike, strong, sub, sup, table, caption, tbody, tfoot, thead, tr, th, td, pre {
	list-style:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	border:none;
	letter-spacing:0;
	line-height:1.7;
}

header, hgroup, nav, main, section, menu, article, aside, footer {
	display:block;
	width:auto;
	height:auto;
}

body {
	background-color:#f5f5f5;
	color:#666666;
	font:normal 75%/1.7em "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

p {
	padding:0.4em 0 0.7em;
}

img {
	vertical-align:middle;
}

strong, em {
	font-weight:bold;
	font-style:normal;
}

address {
	display:inline-block;
}

input, select, textarea {
	margin:2px 0;
	vertical-align:middle;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

input, select {
	padding:5px;
}

address {
	font-style:normal;
}

textarea {
	width:98%;
	height:120px;
	padding:5px;
	font-size:100%;
	resize:none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=search],
select,
textarea {
	position:relative;
	border:1px solid #ccc;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input[type=search] {
	padding:8px 10px;
}

input[readonly=readonly] {
	background:#eee;
}

a {
	color:#000;
	text-decoration:none;
	cursor:pointer;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a:hover img {
	opacity:0.4;
}

table {
	width:100%;
	margin:0 0 20px;
	border:1px solid #cccccc;
	border-collapse:collapse;
}

table th,
table td {
	padding:10px;
	border:1px solid #cccccc;
	font-weight:normal;
	text-align:left;
}

table th {
	background:#f5f5f5;
}</pre></body></html>