@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.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.pngFix {
	zoom: 1;
}

/* BOX
------------------------------------------------- */
.pRel { position: relative; }
.pAbs { position: absolute; }
.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; }

.underline { text-decoration: underline !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; }
.cOrange01 { color: #F15A24 !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;}

/* FONT
------------------------------------------------- */
.f10px { font-size: 10px !important; }
.f11px { font-size: 11px !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; }
.w550px { width: 550px !important; }
.w650px { width: 650px !important; }
.w700px { width: 700px !important; }
.w850px { width: 850px !important; }

/* HEIGHT
------------------------------------------------- */
.h250px { height: 250px !important; }
.h270px { height: 270px !important; }
.h300px { height: 300px !important; }
.h600px { height: 600px !important; }

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

.mL20 { margin-left: 20px; !important; }


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

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

.pR20 { padding-right: 20px !important; }

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