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

/**************************************
 *all
**************************************/
html, body, h1, h2, h3, h4, h5, h6, p, address, dl, dt, dd, ol, ul, li, table, tr, th, td, form, input{
  margin:0;
  padding:0;
}
h1, h2, h3, h4, h5, h6{
  font-weight:normal;
  font-size:100%;
}
th, td{font-size:100%;}
a img, img, table{border:0;}
ul{list-style:none;}

body{
  font-size:85%;
  color:#333;
  text-align:center;
  font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight:normal;
  line-height:1.6;
}

/**************************************
 *text
**************************************/
a{color:#0069b3;}
a:link, a:visited{text-decoration:underline;}
a:hover, a:active{text-decoration:none;}

.txt-s{font-size:90%;}
.txt-b{color:#0d51df;}
/**************************************
 *clearfix
**************************************/
.clearfix:after{  
	content: ".";  
	display:block;  
	visibility:hidden;  
	height:0.1px;
	font-size:0.1em;  
	line-height:0;  
	clear:both;
}
.clearfix{display:inline-block;}  

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

.align-c{text-align:center;}
/**************************************
 *margin
**************************************/
.ma5b{margin-bottom:5px !important;}
.ma15b{margin-bottom:15px;}
.ma10b{margin-bottom:10px !important;}
.ma40b{margin-bottom:40px;}
</pre></body></html>