<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{
	font-family:Verdana, Arial, Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
	color:#333;
	text-align:center;
	font-size:13px;
}
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%;}
table{
  font-size:inherit;
	font:100%;
}
fieldset,img {border: 0;}
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;}

a{color:#66ccff;}
a:hover{text-decoration:none;}

.txt11{font-size:11px !important;}
.txt12{font-size:12px !important;}
.txt13{font-size:13px !important;}
.line-no{border:none !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 !important;}

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

/**margin**/
.ma0{margin:0 !important;}
.ma0b{margin-bottom:0 !important;}
.ma5b{margin-bottom:5px !important;}
.ma10b{margin-bottom:10px !important;}
.ma15b{margin-bottom:15px !important;}

.pa0{padding:0 !important;}
.pa30b{padding-bottom:30px !important;}


</pre></body></html>