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

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a:link{
	color: #039;
}

a:hover{
	color:#0CF;
	text-decoration:none;
}

a:visited{
	color: #039;
}

.mg5{margin-bottom:5px;}
.mg10{margin-bottom:10px;}
.mg15{margin-bottom:15px;}
.mg20{margin-bottom:20px;}
.mg25{margin-bottom:25px;}
.mg30{margin-bottom:30px;}
.mg40{margin-bottom:40px;}
.mg50{margin-bottom:50px;}
.mg60{margin-bottom:60px;}
.mg70{margin-bottom:70px;}
.mg80{margin-bottom:80px;}
.mg90{margin-bottom:90px;}
.mg100{margin-bottom:100px;}
.mg_em{ margin-bottom: 1em;}


.pt30{padding-top:30px;}
.pt50{padding-top:50px;}
.pb50{padding-bottom:50px;}
.pb80{padding-bottom:80px;}

.flL{ float:left; width:43%; padding:30px; background-color:#F2F2F2; border:1px dotted #EEE; }
.flR{ float:right; width:43%; padding:30px; background-color:#F2F2F2; border:1px dotted #EEE; }
.event{ width:80%; margin:0 auto 20px; padding:30px; background-color:#F2F2F2; border:1px dotted #EEE; }
.event2{ width:80%; margin:0 auto 20px; padding:30px; background-color:#F2F2F2; border:1px dotted #EEE; position:relative; }
.event2 .event_img{
	position: absolute;
	top: 24px;
	right: 19px;
	width: 300px;
	text-align: center;
}
.event2 .event_txt{
	font-size: 90%;
	text-align: center;
}



.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}
/* End Hack */ 

#mainContents{
	width:1000px;
	margin:50px auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	line-height:1.5em;		
}

.imgL{
	float:left;
	width:500px;
}

.txtarea{
	float:right;
	width:470px;
	text-align:left;
	font-size:16px;
}

.fw_b{
	font-weight:bold;
}

.fs30{
	font-size:30px;	
}

.fs20{
	font-size:20px;	
}

.fs18{
	font-size:18px;	
}

.fs14{
	font-size:14px;
}

.fs_S{
	font-size: 70%;
}

.info{
	border:1px solid #CCC;
	background-color:#F7F7F7;
	padding:20px;
	margin:30px 0 100px 0;
}

#mainContents h1{
	font-size:50px;
	font-weight:bold;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:40px 0;
	margin-bottom:40px;
	text-align:center;
	line-height:1.2em;
}

#mainContents h2{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.2em;
}

.bnr{
	text-align:center;
}

.copy{
	text-align:right;
	font-size:12px;
}

.note{
	color:#FF0004;
	width:900px;
	margin:0 auto 30px;
	border:#FF0004 1px solid;
	padding:25px;
}

.red{ color:#FF0004; }
.center{ text-align:center; }
.txt_non{ display:none;}
hr{ margin:50px 0;}
.boder{ border-bottom:1px solid #CCC; padding:0 0 20px 0; margin-bottom:20px; }

.w800 { width:800px; margin:40px auto; }

ul.list_num{ margin:10px 0;}
ul.list_num li{ text-indent: -1.2em; padding-left: 1.2em; margin-bottom: 0.2em;}

.indent{ text-indent: -1em; padding-left: 1em;}
</pre></body></html>