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

h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-style: normal;
	font-size: 18px;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol, li {
	list-style-type: none;
	list-style-image: none;
	list-style:none;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	width:100%;
}
a {
	text-decoration: none;
}
a:link {
	color: #508fbc;
}
a:active {
	color: #508fbc;
}
a:hover {
	color: #96c3e2;
	outline:none;
	text-decoration: none;
}
a:visited {
	color: #508fbc;
}

.notice{
	color: #d74628;
}

/*-- リンクの点線を消去 --*/
body div a:active, body div a:focus {
	outline: none;
}

.ui-dialog-titlebar-close{
    position: absolute;
    right: 5px;
}</pre></body></html>