@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; }

/* IME
------------------------------------------------- */
.imgHover:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* BOX
------------------------------------------------- */
.inline { display: inline; }
.block { display: block; }
.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; }

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

.normal { font-weight: normal; }
.bold { font-weight: bold; }
.readonly { background: #CCCCCC; }

.error { color: #FF0000 !important; }
.required { color: #FF0000 !important; }
.link { color: #0033CC !important; }

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

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

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

/* FORM
------------------------------------------------- */
.input4 { width: 4em; !important; }
.input8 { width: 8em; !important; }
.input10 { width: 10em; !important; }
.input15 { width: 15em; !important; }
.input20 { width: 20em; !important; }
.input25 { width: 25em; !important; }
.input30 { width: 30em; !important; }

/* 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; }
.f18px { font-size: 18px !important; }
.f20px { font-size: 20px !important; }
.f24px { font-size: 24px !important; }

/* WIDTH
------------------------------------------------- */
.w100px { width: 100px !important; }
.w200px { width: 200px !important; }
.w265px { width: 265px !important; }
.w300px { width: 300px !important; }
.w350px { width: 350px !important; }
.w380px { width: 380px !important; }
.w400px { width: 400px !important; }
.w450px { width: 450px !important; }
.w530px { width: 530px !important; }
.w550px { width: 550px !important; }
.w650px { width: 650px !important; }
.w700px { width: 700px !important; }

/* MARGIN
------------------------------------------------- */
.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; }
.mT100 { margin-top: 100px !important; }

.mB5 { margin-bottom: 5px !important; }
.mB8 { margin-bottom: 8px !important; }
.mB10 { margin-bottom: 10px !important; }
.mB15 { margin-bottom: 15px !important; }
.mB20 { margin-bottom: 20px !important; }
.mB25 { margin-bottom: 25px !important; }
.mB30 { margin-bottom: 30px !important; }
.mB50 { margin-bottom: 50px !important; }
.mB100 { margin-bottom: 100px !important; }

.mL10 { margin-left: 10px !important; }
.mL20 { margin-left: 20px !important; }
.mL30 { margin-left: 30px !important; }

/* PADDING
------------------------------------------------- */

.pT5 { padding-top: 5px !important; }
.pT10 { padding-top: 10px !important; }
.pT20 { padding-top: 20px !important; }

.pL10 { padding-left: 10px !important; }
.pL20 { padding-left: 20px !important; }

/* DEBUG
------------------------------------------------- */
pre.debug{
	text-align: left !important;
}
