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

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, brockquote, pre, table, caption, th, td, address, form, fieldset, legend, object,a{
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}

/* --------------------------------------------------
	align float
-------------------------------------------------- */
.align_left{text-align: left!important;}
.align_center{text-align: center!important;}
.align_right{text-align: right!important;}
.fl_left{float: left;}
.fl_right{float: right;}
.clear{clear: both; height: 0; _height:1px; overflow: hidden;}
.clearfix{display:inline-block;}
.clearfix:after{clear: both; display: block; content: "."; visibility: hidden; height: 0;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* --------------------------------------------------
	margin
-------------------------------------------------- */
.mgauto{	margin:0 auto;}
.mg0top {	margin-top:0px!important;}
.mg5top {	margin-top:5px!important;}
.mg10top {	margin-top:10px!important;}
.mg15top {	margin-top:15px!important;}
.mg20top {	margin-top:20px!important;}
.mg30top {	margin-top:30px!important;}
.mg40top {	margin-top:40px!important;}
.mg50top {	margin-top:50px!important;}
.mg60top {	margin-top:60px!important;}
.mg70top {	margin-top:70px!important;}
.mg80top {	margin-top:80px!important;}
.mg90top {	margin-top:90px!important;}
.mg100top {	margin-top:100px!important;}

.mg0right {	margin-right:0px!important;}
.mg0left {	margin-left:0px!important;}

/* ----------------------------------------------------------------------
	other
---------------------------------------------------------------------- */
.imgtxt{
	text-indent:-9999px;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
	vertical-align:bottom;
}

#contents img{
	font-size:0px;
	line-height:0px;
	vertical-align:bottom;
}</pre></body></html>