@charset "utf-8";

/* basic
--------------------------------------------------------------*/

/* ==========================================================================
 LINK
=========================================================================== */
a,a:link {color:#297acc; text-decoration:none;}
a:hover {color:#297acc; text-decoration:underline;}
a.udl,a.udl:link {color:#297acc; text-decoration:underline;}
a.boldBlack {color:#000; font-weight:bold; }

/* icon/bullet position */
.iconL { display:inline !important;vertical-align:middle;margin:0 5px 0 0 !important; }
.iconR { display:inline !important;vertical-align:middle;margin:0 0 0 5px !important; }


/* ==========================================================================
 text
=========================================================================== */

/* position */
.taL { text-align:left !important; }
.taR { text-align:right !important; }
.taC { text-align:center !important; }

.vaT { vertical-align:top !important; }
.vaM { vertical-align:middle !important; }
.vaB { vertical-align:bottom !important; }

/* break */
.noBr { white-space:nowrap; }
.brBefore { page-break-before:always; }
.wordBreak {word-wrap: break-word;word-break: break-all;white-space:normal !important;}

/* line height */
.lh11 { line-height:1.1 !important; }
.lh14 { line-height:1.4 !important; }
.lh20 { line-height:2 !important; }

/* letter-spacing */
.ls0 { letter-spacing:-1px; }


/* ==========================================================================
 font
=========================================================================== */

/* size */
.fs8 {font-size:77% !important;}
.fs10 {font-size:85% !important;}
.fs12 {font-size:100% !important;}
.fs14 {font-size:116% !important;}
.fs16 {font-size:130% !important;}
.fs20 {font-size:163% !important;}

/* weight */
.fwb { font-weight:bold; }
.fwn { font-weight:normal; }

/* color */
.fcRed {color:#f20000;}
.fcBlue {color:#0041a0;}
.fcOrange {color:#ff6a00}
.fcBrown {color:#b28f47}
.fcGreen {color:#68a611}
.fcGray {color:#666;}
.fcThinGray {color:#999;}
.fcProducts {color:#998a6b}


/* ==========================================================================
 width
=========================================================================== */
.w50 {width:50px !important;}
.w100 {width:100px !important;}
.w150 {width:150px !important;}
.w200 {width:200px !important;}
.w250 {width:250px !important;}
.w300 {width:300px !important;}
.w350 {width:350px !important;}
.w400 {width:400px !important;}
.w450 {width:450px !important;}
.w500 {width:500px !important;}
.w550 {width:550px !important;}
.w600 {width:600px !important;}

/* eq image size */
.w156 {width:156px !important;}
.w162 {width:162px !important;}
.w223 {width:223px !important;}
.w233 {width:233px !important;}
.w245 {width:245px !important;}
.w270 {width:270px !important;}
.w310 {width:310px !important;}
.w335 {width:335px !important;}
.w340 {width:340px !important;}
.w345 {width:345px !important;}
.w360 {width:345px !important;}
.w470 {width:470px !important;}
.w510 {width:510px !important;}
.w530 {width:530px !important;}
.w753 {width:753px !important;}

/* misc */
.w330 {width:330px; !important}

/* ==========================================================================
 list
=========================================================================== */
.resetUL {margin-left:1em;line-height:1.6;}
.resetUL li {list-style-type:disc;}


/* ==========================================================================
 margin and padding
=========================================================================== */

.mhAuto { margin-left:auto !important; margin-right:auto !important; }
.mAuto { margin:auto; !important; }

.mt0 { margin-top:0px !important; }
.mt5 { margin-top:5px !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; }
.mt35 { margin-top:35px !important; }
.mt40 { margin-top:40px !important; }
.mt45 { margin-top:45px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }

.mb0 { margin-bottom:0px !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; }
.mb35 { margin-bottom:35px !important; }
.mb40 { margin-bottom:40px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }

.ml0 { margin-left:0px !important; }
.ml5 { margin-left:5px !important; }
.ml10 { margin-left:10px !important; }
.ml15 { margin-left:15px !important; }
.ml20 { margin-left:20px !important; }
.ml25 { margin-left:25px !important; }
.ml30 { margin-left:30px !important; }
.ml35 { margin-left:35px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.ml60 { margin-left:60px !important; }

.mr0 { margin-right:0px !important; }
.mr5 { margin-right:5px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr25 { margin-right:25px !important; }
.mr30 { margin-right:30px !important; }
.mr35 { margin-right:35px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }
.mr60 { margin-right:60px !important; }

.pt0 { padding-top:0px !important; }
.pt5 { padding-top:5px !important; }
.pt10 { padding-top:10px !important; }
.pt15 { padding-top:15px !important; }
.pt20 { padding-top:20px !important; }
.pt25 { padding-top:25px !important; }
.pt30 { padding-top:30px !important; }
.pt35 { padding-top:35px !important; }
.pt40 { padding-top:40px !important; }
.pt50 { padding-top:50px !important; }
.pt60 { padding-top:60px !important; }

.pb0 { padding-bottom:0px !important; }
.pb5 { padding-bottom:5px !important; }
.pb10 { padding-bottom:10px !important; }
.pb15 { padding-bottom:15px !important; }
.pb20 { padding-bottom:20px !important; }
.pb25 { padding-bottom:25px !important; }
.pb30 { padding-bottom:30px !important; }
.pb35 { padding-bottom:35px !important; }
.pb40 { padding-bottom:40px !important; }
.pb50 { padding-bottom:50px !important; }
.pb60 { padding-bottom:60px !important; }

.pl0 { padding-left:0px !important; }
.pl5 { padding-left:5px !important; }
.pl10 { padding-left:10px !important; }
.pl15 { padding-left:15px !important; }
.pl20 { padding-left:20px !important; }
.pl25 { padding-left:25px !important; }
.pl30 { padding-left:30px !important; }
.pl35 { padding-left:35px !important; }
.pl40 { padding-left:40px !important; }
.pl50 { padding-left:50px !important; }
.pl60 { padding-left:60px !important; }

.pr0 { padding-right:0px !important; }
.pr5 { padding-right:5px !important; }
.pr10 { padding-right:10px !important; }
.pr15 { padding-right:15px !important; }
.pr20 { padding-right:20px !important; }
.pr25 { padding-right:25px !important; }
.pr30 { padding-right:30px !important; }
.pr35 { padding-right:35px !important; }
.pr40 { padding-right:40px !important; }
.pr50 { padding-right:50px !important; }
.pr60 { padding-right:60px !important; }


.nobT {border-top:none !important;}
.nobL {border-left:none !important;}
.nobR {border-right:none !important;}
.nobB {border-bottom:none !important;}
.nobTB {border-top:none !important;border-bottom:none !important;}


/* ==========================================================================
 misc
=========================================================================== */

/* form */
.imeOff { ime-mode:disabled; }

/* text indent */
.ind0 { text-indent:0;padding-left:0;}
.ind05w { text-indent:-0.5em;padding-left:0.5em; }
.ind1w { text-indent:-1em;padding-left:1em; }
.ind15w { text-indent:-1.5em;padding-left:1.5em; }
.ind2w { text-indent:-2em;padding-left:2em; }
.ind25w { text-indent:-2.5em;padding-left:2.5em; }
.ind82w { text-indent:-8.25em;padding-left:8.25em; }

li.numBlock {
	margin-top:3px;
	padding-left:1.5em;
	position:relative;
	zoom:1;
}
li.numBlock2 {
	margin-top:3px;
	padding-left:2.1em;
	position:relative;
	zoom:1;
}

li.numBlock .number,
li.numBlock2 .number {
	position:absolute;
	top:0;
	left:0;
	zoom:1;
}

/* display */
.dispBlock { display:block !important; }
.dispInline { display:inline !important; }
.dispNone { display:none !important; }

/* float */
.floN { float:none !important; }
.floC { clear:both !important; }
.floR { float:right !important; }
.floL { float:left !important; }

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix{display:inline-table;min-height:1%;}
/* \*/
html .clearfix{* height:1%;}
.clearfix{display:block;}
/* */


/* ==========================================================================
 alt text
=========================================================================== */
.altT{
	display:block;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
}
.altT .panel{
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat:no-repeat;
	background-position:0 0;
}