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


/* Universal Reset
----------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} 

ol,ul{ list-style-type:none; }

/* Font
----------------------------------------- */
body {
	font-family:'メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	color:#333;
	font-size:12px;
	line-height:150%;
	background-color: #FFF;
}

table{
	font-size:inherit;
	font:100%;
}

select,input,textarea{
	font-size: 99%;
}

/* Body etc
----------------------------------------- */
body {
	margin:0;
	padding:0;
	text-align:center;
}

body , html { height: 100%; }

td,th { vertical-align:top; }

img { border: none; }
br.clear { clear:both; }

/* Link
----------------------------------------- */
a:link{
	color:#FF6500;
	text-decoration:none;
}

a:visited{
	color:#FF6500;
	text-decoration:none;
}

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

a:active{
	color:#FFA86F;
	text-decoration:none;
}


/* 共通class floatblock
----------------------------------------- */

.floatblock {
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	vertical-align: top;
}


/* 共通class Clearfix
----------------------------------------- */
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility: hidden;
	line-height:0;
}
.clearfix { display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }</pre></body></html>