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

body{
	background-color:#d01213;
	font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#fff;
	text-align:center;
	font-size:13px;
  font-size: 81.25%\9;/* for IE8 */
	*font-size:small;
  *font:x-small;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{color:#FFF;}
table{
  font-size:inherit;
	font:100%;
}
fieldset, img, a img, table{border:none;}
address,caption,cite,code,dfn,em,th,var {
	font-weight: normal;
	font-style: normal;
}
ol, ul{list-style: none;}
caption,th {text-align:left;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

/**txt size**********************************/
.txt10 { font-size:77%; }
.txt11 { font-size:85%; }
.txt12 { font-size:93%; }
.txt13 { font-size:100%; }
.txt14 { font-size:108%; }
.txt15 { font-size:116%; }
.txt16 { font-size:123.1%; }
.txt17 { font-size:131%; }
.txt18 { font-size:138.5%; }
.txt19 { font-size:146.5%; }
.txt20 { font-size:153.9%; }
.txt21 { font-size:161.6%; }
.txt22 { font-size:167%; }
.txt23 { font-size:174%; }
.txt24 { font-size:182%; }
.txt25 { font-size:189%; }
.txt26 { font-size:197%; }

/**txt color**********************************/
.txt-gr{color:#339900 !important;}
.txt-pu{color:#6600cc !important;}
.txt-bl{color:#3366ff !important;}
.txt-re{color:#ff3333 !important;}
.txt-pi{color:#ff3399 !important;}
.txt-lpi{color:#ff66cc !important;}
.txt-or{color:#ff6600 !important;}
.txt-lg{color:#99cc00 !important;}
.txt-lb{color:#00ccff !important;}
.txt-br{color:#663300 !important;}
.txt-gl{color:#333 !important;}
.txt-gl02{color:#666 !important;}
.txt-lgl{color:#8a8a8a !important;}
.txt-y{color:#ffb400 !important;}


/**********************************************
*common
***********************************************/
/**clearfix**/
.clearfix:after{  
	content: ".";  
	display:block;  
	visibility:hidden;  
	height:0.1px;  
	font-size:0.1em;  
	line-height:0;  
	clear:both;
}
.clearfix{display:inline-block;}  

.left{float:left !important;}
.right{float:right;}

.align-r{text-align:right;}
.align-c{text-align:center;}

/**margin**/
.ma0b{margin-bottom:0 !important;}
.ma10b{margin-bottom:10px !important;}
.ma15b{margin-bottom:15px !important;}
.ma20b{margin-bottom:20px !important;}
.ma30b{margin-bottom:30px !important;}
.ma35b{margin-bottom:35px !important;}
.ma40b{margin-bottom:40px !important;}

.pa0{padding:0 !important;}
.pa15b{padding-bottom:15px;}
.pa25b{padding-bottom:27px;}
.pa20t{padding-top:20px;}
.pa60t{padding-top:60px;}

.bg-no{background:none !important;}


address{
	background:#d01213 url(../img/common/footer_bg.gif) repeat-x top;
	padding:15px 0 25px 0;
}</pre></body></html>