<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {

}

a:visited {

}

a:hover {

}

a:active {

}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	font-size: 12px;
	color: #595757;
	-webkit-background-size: 320px 50px;
	background-color: #FFF;
}

#container {
	background: url(../../img/common/template/bg_image.png) no-repeat center 82px;
	-webkit-background-size: 320px 227px;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	text-align: center;
	padding: 3px 0 7px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 10px;
}

#gFooter .pageTop {
	border: 1px solid #B5B5B6;
	border-radius: 10px;
	padding: 5px 0 5px 20px;
	background-color: #fff;
	color: #0099D9;
	display: block;
	width: 130px;
	position: relative;
	text-decoration: none;
	float: right;
	margin: 0 10px 10px 0;
}

#gFooter .pageTop:before {
	background: url(../../img/common/template/list_icon01.png) no-repeat;
	-webkit-background-size: 7px 10px;
	
	width: 7px;
	height: 10px;
	display: block;
	content: "";
	position: absolute;
	left: 11px;
	top: 9px;
}

#gFooter p {
	clear: both;
	text-align: center;
	border-top: 4px solid #008DD7;
	border-bottom: 4px solid #E60012;
	padding: 7px 0;
	background-color: #FFFFFF;
}

#gFooter p a {
	color: #0099D9;
	text-decoration: none;
}

#gFooter address {
	padding: 6px 0;
	text-align: center;
	color: #595757;
	font-style: normal;
}

input.off {
	color: #999;
}
</pre></body></html>