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

/* --------------------------------------------------
リセット
-------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; line-height:100%; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup,sub { line-height:-1px; vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; }
img { margin:0; padding:0; vertical-align:bottom; }
legend { display:none; }

/* --------------------------------------------------
body
-------------------------------------------------- */
html {
	background: #e6e6e6;
}
body {
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	font-size: 12px;
	line-height: 150%;
	color:#333;
	border-top: 5px solid #38955D;
	background: #fff;
}
*:first-child+html body {
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 75%;
}
* html body {
	font-family: "メイリオ",Meiryo,sans-serif;
	font-size: 75%;
}

/* --------------------------------------------------
フォント
-------------------------------------------------- */
.font10 { font-size:83.3%; }
.font11 { font-size:91.7%; }
.font13 { font-size:108.3%; }
.font14 { font-size:116.7%; }

/* --------------------------------------------------
リンク
-------------------------------------------------- */
a { color:#04A1C1; text-decoration:none; outline:none; }
a:hover { color:#00CBF1; text-decoration:underline; }

/* --------------------------------------------------
マージン
-------------------------------------------------- */
.mgnB05 { margin-bottom:5px; }
.mgnB10 { margin-bottom:10px; }
.mgnB20 { margin-bottom:20px; }
.mgnB30 { margin-bottom:30px; }

/* --------------------------------------------------
見出し
-------------------------------------------------- */
h2 {
	width: auto;
	margin: 0 0 10px 0;
	padding: 2px 0 2px 0;
	font-size: 133.3%;
	background: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h2 span {
	padding: 10px 0 10px 10px;
	background: #D4E7DC;
	display: block;
}
h3 {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 10px;
	background: #D4E4E7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
h4 {
	margin: 0 0 10px 0;
	padding: 0 0 3px 5px;
	font-weight: bold;
	border-left: 5px solid  #C7DCE0;
	border-bottom: 1px solid #C7DCE0;
}
h5 {
	margin: 0 0 5px 0;
	font-weight: bold;
}

/* --------------------------------------------------
テキスト
-------------------------------------------------- */
p.note {
	padding-left: 1em;
	text-indent: -1em;
}

/* --------------------------------------------------
画像
-------------------------------------------------- */
.img100 {
	width: 100%;
}
.img50 {
	width: 50%;
}
.img33 {
	width: 33.33%;
	*width:33.3%;
}

/* --------------------------------------------------
リスト
-------------------------------------------------- */
ul.disc li,
ol.deci ul.disc li {
	margin-left: 1.4em;
	list-style: disc;
}
ol.deci li {
	margin-left: 1.6em;
	*margin-left: 2em;
	_margin-left: 2em;
	list-style: decimal;
}
ul.photo2 {
	margin-right: -10px;
	overflow: hidden;
	zoom: 1;
}
ul.photo2 li {
	width: 200px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
ul.photo3 {
	margin-right: -10px;
	overflow: hidden;
	zoom: 1;
}
ul.photo3 li {
	width: 145px;
	margin-top: 5px;
	margin-right: 10px;
	float: left;
}
ul.photo2 li p,
ul.photo3 li p {
	font-size: 83.3%;
}

/* --------------------------------------------------
定義リスト
-------------------------------------------------- */
dl dt {
	width: 6em;
	float: left;
	clear: left;
}
dl dd {
	margin-left: 7em;
}
dl.dlA dt {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
}
dl.dlA dd {
	margin: 0 0 10px 0;
	padding: 0 0 10px 7em;
	border-bottom: 1px solid #ddd;
}

/* --------------------------------------------------
タブ
-------------------------------------------------- */
#tab .tabNavi {
	margin: 0 0 20px 0;
	overflow: hidden;
	_zoom: 1;
}
#tab .tabNavi li {
	margin: 0 10px 0 0;
	float: left;
	list-style: none;
}
#tab .tabNavi li a {
	padding: 10px 10px 10px 10px;
	background: #eee;
	color: #333;
	display: block;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
#tab .tabNavi li a.current {
	background: #3385AD;
	color: #fff;
}
#tab .tabNavi li a:hover,
#tab .tabNavi li a.current:hover {
	background: #ddd;
	color: #333;
}

/* --------------------------------------------------
clearfix
-------------------------------------------------- */
.clearfix { overflow:hidden; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix { zoom:1; }
*:first-child+html .clearfix { zoom:1; }

/*-----PC-----*/

/*-----tablet-----*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
}
/*-----sp-landscape-----*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/*-----sp-portrait-----*/
@media only screen and (max-width: 479px) {
}
</pre></body></html>