@charset "UTF-8";
/*==================================================
 CLASS 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; }
.none { display: none; }
.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; }
.f15px { font-size: 15px !important; }
.f16px { font-size: 16px !important; }
.f18px { font-size: 18px !important; }
.f20px { font-size: 20px !important; }
.f24px { font-size: 24px !important; }

/* WIDTH
------------------------------------------------- */
.w300px { width: 300px !important; }
.w400px { width: 400px !important; }
.w550px { width: 550px !important; }

/* HEIGHT
------------------------------------------------- */
.h100px { height: 100px !important; }

/* MARGIN
------------------------------------------------- */
.mT5 { margin-top: 5px !important; }
.mT7 { margin-top: 7px !important; }
.mT9 { margin-top: 9px !important; }
.mT10 { margin-top: 10px !important; }
.mT15 { margin-top: 15px !important; }
.mT19 { margin-top: 19px !important; }
.mT20 { margin-top: 20px !important; }
.mT21 { margin-top: 21px !important; }
.mT23 { margin-top: 23px !important; }
.mT25 { margin-top: 25px !important; }
.mT30 { margin-top: 30px !important; }
.mT31 { margin-top: 31px !important; }
.mT40 { margin-top: 40px !important; }
.mT50 { margin-top: 50px !important; }
.mT60 { margin-top: 60px !important; }
.mT70 { margin-top: 70px !important; }
.mT100 { margin-top: 100px !important; }
.mT150 { margin-top: 150px !important; }

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

.mB5 { margin-bottom: 5px !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; }
.mB40 { margin-bottom: 40px !important; }
.mB50 { margin-bottom: 50px !important; }


/* PADDING
------------------------------------------------- */
.pA10 { padding: 10px !important; }
.pD10 { padding: 10px 0px !important; }

.pL20 { padding-left: 20px !important; }
.pL30 { padding-left: 30px !important; }

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