<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ---------------------------------------------
	index
	- Base font
	- font Style
	- clearfix
	- float
	- preset margin
	- inline align
	- block align
	- tools
--------------------------------------------- */

/*
* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
*/

/* ---------------------------------------------
	Base font
--------------------------------------------- */
body {
	font-size: 12px;
}
/*ie7*/
*: first-child+html body {
	font-size: 75%;
}
/*ie5-6*/
* html body {
	font-size: 75%;
}

/* safari only \*/
html[xmlns*=""] body: last-child body {
 font-size: 75%;
}
/* ---------------------------------------------
	font Style
--------------------------------------------- */
.fBold {
	font-weight: bold;
}
.fBoldB {
	font-weight: bold;
	color: #443D38;
	font-size: 20px;
}
.fBoldR {
	font-weight: bold;
	color: #F00;
}
.fItalic {
	font-style: italic;
}
.fXXS {
	font-size: 70%;
}
.fXS {
	font-size: 78%;
}
.fXSs {
	font-size: 78%;
	line-height: 150%;
	margin-bottom: 5px;
}
.fS {
	font-size: 85%; /* base 12px = 10px */
}
.fL {
	font-size: 115%; /* base 12px = 14px */
}
.fXL {
	font-size: 130%; /* base 12px = 16px */
}
.fXXL {
	font-size: 143%; /* base 12px = 18px */
}
.fgb {
	font-size: 130%; /* base 12px = 14px */
	font-weight:bold;
	color: #060;
}
.fred {
	color:#C00;
}
.fredB {
	color:#C00;
	font-weight:bold;
}
.orange {
	color:#F30;
}
.orangeG {
	color:#F30;
	font-size:13px;
	font-weight:bold;
}
.fgray {
	color:#666;
}
.fpink {
	color:#ff1493;
}
.fblue {
	color:#00F;
}
.fblueB {
	color:#00F;
	font-weight:bold;
}

/* ---------------------------------------------
	clearfix
--------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix: after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
/* ---------------------------------------------
	float
--------------------------------------------- */
.fltL {
	float: left;
}
.fltR {
	float: right;
}
.ft {
	overflow: hidden;
	zoom: 1;
}
/* ---------------------------------------------
	tools
--------------------------------------------- */
.clear {
	clear: both;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.none {
	display: none;
}
</pre></body></html>