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

/* IME
------------------------------------------------- */
.ime_on { ime-mode: active !important; }
.ime_off { ime-mode: disabled !important; }
.ime_alpha { ime-mode: inactive !important; }

/* IMG
------------------------------------------------- */
.imgHover:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}

/* BOX
------------------------------------------------- */
.leftBox { float: left !important; }
.centerBox { margin-left: auto; margin-right: auto; }
.rightBox { float: right !important; }

/* CLEAR
------------------------------------------------- */
.clearFix { clear: both; }


/* TEXT
------------------------------------------------- */
.leftText { text-align: left !important; }
.rightText { text-align: right !important; }
.centerText { text-align: center !important; }
.middleText { vertical-align: middle !important; }

.wordBreak { word-wrap: break-word; }

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.readonly { background: #CCCCCC; }
.sortOn { color: #191970 !important; }
.error { color: #FF0000 !important; }
.required { color: #FF0000 !important; }

/* INPUT
------------------------------------------------- */
.input4 { width: 4em; }
.input5 { width: 5em; }
.input8 { width: 8em; }
.input15 { width: 15em; }
.input20 { width: 20em; }
.input30 { width: 30em; }
.input40 { width: 40em; }
.input50 { width: 50em; }


/* SCROLL
------------------------------------------------- */
.scroll { overflow-y: scroll; }

/* SPACE TAGS
------------------------------------------------- */
.hr hr { display: none; font-size: 0px; }
.br br { display: none; font-size: 0px; }

/* BLOCK
------------------------------------------------- */
.inline { display: inline !important; }
.block { display: block !important; }
.none { display: none !important; }
.boxWrap { overflow: hidden; zoom: 1;}

/* FONT
------------------------------------------------- */
.f10px { font-size: 10px !important; }
.f12px { font-size: 12px !important; }
.f13px { font-size: 13px !important; }
.f14px { font-size: 14px !important; }
.f16px { font-size: 16px !important; }
.f20px { font-size: 20px !important; }
.f24px { font-size: 24px !important; }

/* WIDTH
------------------------------------------------- */
.w420px { width: 420px !important; }
.w580px { width: 580px !important; }
.w660px { width: 660px !important; }
.w690px { width: 690px !important; }

/* MARGIN
------------------------------------------------- */
.mT3 { margin-top: 3px !important; }
.mT4 { margin-top: 4px !important; }
.mT5 { margin-top: 5px !important; }
.mT8 { margin-top: 8px !important; }
.mT10 { margin-top: 10px !important; }
.mT15 { margin-top: 15px !important; }
.mT20 { margin-top: 20px !important; }
.mT25 { margin-top: 25px !important; }
.mT30 { margin-top: 30px !important; }
.mT50 { margin-top: 50px !important; }

.mR10 { margin-right: 10px !important; }

.mB5 { margin-bottom: 5px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB15 { margin-bottom: 15px !important; }

/* DEBUG
------------------------------------------------- */
.debug{
	text-align: left !important;
	z-index:2147483600;
	position: relative;
	z-index: 2147483647;
	max-width: 680px;
	background-color: rgba(255,255,255,0.8);
	color: rgb(0,0,0);
}

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