@charset "utf-8";

/* text */
/* -------------------------------------------------------------------------------- */

bold,
.bold{
	font-weight:bold !important;
}

em,
.em{
	font-style:italic !important;
}

address{
	font-weight:normal !important;
}

.normal{
	font-weight:normal !important;
}

/* fontsizeup */
/* ---------------------------------------- */

.oneUp{
	font-size:1.2em !important;
}

.twoUp{
	font-size:1.3em !important;
}

.threeUp{
	font-size:1.4em !important;
}

/* fontsizedown */
/* ---------------------------------------- */

.oneDown{
	font-size:0.8em !important;
}

.twoDown{
	font-size:0.7em !important;
}

.threeDown{
	font-size:0.6em !important;
}

/* line-height */
/* ---------------------------------------- */

.lhA{
	line-height:1em;
}

.lhB{
	line-height:1.25em;
}

.lhC{
	line-height:1.5em;
}

.lhD{
	line-height:1.75em;
}

.lhE{
	line-height:2em;
}

/* indent */
/* ---------------------------------------- */

.indentA{
	text-indent:1em !important;
}

.indentB{
	text-indent:-1em !important;
	margin-left:1em !important;
}

.indentC{
	text-indent:-1.5em !important;
	margin-left:1.5em !important;
}

.indentD{
	text-indent:-2em !important;
	margin-left:2em !important;
}

.indentE{
	text-indent:-2.5em !important;
	margin-left:2.5em !important;
}

.indentF{
	text-indent:-3em !important;
	margin-left:3em !important;
}

.indentG{
	text-indent:-3.5em !important;
	margin-left:3.5em !important;
}

.indentH{
	text-indent:-4em !important;
	margin-left:4em !important;
}

/* link */
/* -------------------------------------------------------------------------------- */

a{
	color:#0080C0;
}

a:link{
	color:#0080C0;
	text-decoration:underline;
}

a:visited{
	color:#0080C0;
	text-decoration:underline;
}

a:hover{
	color:#0080C0;
	text-decoration:none;
}

a:active{
	color:#0080C0;
	text-decoration:none;
}

/* color */
/* -------------------------------------------------------------------------------- */

.whiteA{
	color:#FFF !important;
}

.blackA{
	color:#333 !important;
}

.greyA{
	color:#999 !important;
}

.redA{
	color:#F00 !important;
}

.blueA{
	color:#0080C0 !important;
}

.greenA{
	color:#90B535 !important;
}

.orangeA{
	color:#EC9500 !important;
}

.purpleA{
	color:#939 !important;
}

.orangeA{
	color:#EA5432 !important;
}

.pinkB{
	color:#EF8585 !important;
}

.yellowA{
	color:#feed01 !important;
}

/* list */
/* -------------------------------------------------------------------------------- */

li img{
	vertical-align:bottom;
}

.listNone,
.listNone li{
	list-style:none !important;
}

.listIconDisc,
.listIconDisc li{
	list-style:disc !important;
}

.listIconCircle,
.listIconCircle li{
	list-style:circle !important;
}

/* tableline */
/* -------------------------------------------------------------------------------- */

.bNone{
	border:none !important;
}

.bTNone{
	border-top:none !important;
}

.bBNone{
	border-bottom:none !important;
}

.bLNone{
	border-left:none !important;
}

.bRNone{
	border-right:none !important;
}

/* layout */
/* -------------------------------------------------------------------------------- */

/* clear */
/* ---------------------------------------- */

.clearFix:after{
	content:".";
	display:block; 
	height:0; 
	clear:both;
	visibility:hidden;
}

.clearFix{
	display:inline-table;
}

*html .clearFix{
	height:1%;
}

.clearFix{
	display:block;
}

.clearFix{
	zoom:1;
}

.clearBoth{
	clear:both;
}

.clearLeft{
	clear:left !important;
}

.clearRight{
	clear:right !important;
}

/* float */
/* ---------------------------------------- */

.fLeft{
	float:left !important;
}

.fRight{
	float:right !important;
}

/* align */
/* ---------------------------------------- */

.xCenter,
table td.xCenter,
table th.xCenter,
table tr.xCenter td,
table tr.xCenter th{
	text-align:center !important;
}

.xLeft,
table td.xLeft,
table th.xLeft,
table tr.xLeft td,
table tr.xLeft th{
	text-align:left !important;
}

.xRight,
table td.xRight,
table th.xRight,
table tr.xRight td,
table tr.xRight th{
	text-align:right !important;
}

.yTop,
table td.yTop,
table th.yTop,
table tr.yTop td,
table tr.yTop th{
	vertical-align:top !important;
}

.yMiddle,
table td.yMiddle,
table th.yMiddle,
table tr.yMiddle td,
table tr.yMiddle th{
	vertical-align:middle !important;
}

.yBottom,
table td.yBottom,
table th.yBottom,
table tr.yBottom td,
table tr.yBottom th{
	vertical-align:bottom !important;
}

/* form */
/* -------------------------------------------------------------------------------- */

option{
	margin-right:5px;
}

label{
	margin-right:15px;
}

/* table */
/* -------------------------------------------------------------------------------- */

/* text */
/* ---------------------------------------- */

.nowrapA{
	white-space:nowrap !important;
}

table th.bold,
table td.bold{
	font-weight:bold !important;
}

/* width */
/* ---------------------------------------- */

th.w1em,
td.w1em{
	width:1em !important;
}

th.w1pc,
td.w1pc{
	width:1% !important;
}

th.w2pc,
td.w2pc{
	width:2% !important;
}

th.w3pc,
td.w3pc{
	width:3% !important;
}

th.w4pc,
td.w4pc{
	width:4% !important;
}

th.w5pc,
td.w5pc{
	width:5% !important;
}

th.w10pc,
td.w10pc{
	width:10% !important;
}

th.w13pc,
td.w13pc{
	width:13% !important;
}

th.w15pc,
td.w15pc{
	width:15% !important;
}

th.w20pc,
td.w20pc{
	width:20% !important;
}

th.w25pc,
td.w25pc{
	width:25% !important;
}

th.w30pc,
td.w30pc{
	width:30% !important;
}

th.w33pc,
td.w33pc{
	width:33% !important;
}

th.w34pc,
td.w34pc{
	width:34% !important;
}

th.w35pc,
td.w35pc{
	width:35% !important;
}

th.w40pc,
td.w40pc{
	width:40% !important;
}

th.w45pc,
td.w45pc{
	width:45% !important;
}

th.w50pc,
td.w50pc{
	width:50% !important;
}

th.w55pc,
td.w55pc{
	width:55% !important;
}

th.w60pc,
td.w60pc{
	width:60% !important;
}

th.w65pc,
td.w65pc{
	width:65% !important;
}

th.w70pc,
td.w70pc{
	width:70% !important;
}

th.w75pc,
td.w75pc{
	width:75% !important;
}

th.w80pc,
td.w80pc{
	width:80% !important;
}

th.w85pc,
td.w85pc{
	width:85% !important;
}

th.w90pc,
td.w90pc{
	width:90% !important;
}

th.w95pc,
td.w95pc{
	width:95% !important;
}

th.w100pc,
td.w100pc{
	width:100% !important;
}

/* margin padding */
/* -------------------------------------------------------------------------------- */

/* margin-top */
/* ---------------------------------------- */

.mt0{
	margin-top:0px !important;
}

.mt1{
	margin-top:1px !important;
}

.mt2{
	margin-top:2px !important;
}

.mt3{
	margin-top:3px !important;
}

.mt4{
	margin-top:4px !important;
}

.mt5{
	margin-top:5px !important;
}

.mt6{
	margin-top:6px !important;
}

.mt7{
	margin-top:7px !important;
}

.mt8{
	margin-top:8px !important;
}

.mt9{
	margin-top:9px !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;
}

.mt55{
	margin-top:55px !important;
}

.mt60{
	margin-top:60px !important;
}

.mt65{
	margin-top:65px !important;
}

.mt70{
	margin-top:70px !important;
}

.mt75{
	margin-top:75px !important;
}

.mt80{
	margin-top:80px !important;
}

.mt85{
	margin-top:85px !important;
}

.mt90{
	margin-top:90px !important;
}

.mt95{
	margin-top:95px !important;
}

.mt100{
	margin-top:100px !important;
}

/* margin-bottom */
/* ---------------------------------------- */

.mb0{
	margin-bottom:0px !important;
}

.mb1{
	margin-bottom:1px !important;
}

.mb2{
	margin-bottom:2px !important;
}

.mb3{
	margin-bottom:3px !important;
}

.mb4{
	margin-bottom:4px !important;
}

.mb5{
	margin-bottom:5px !important;
}

.mb6{
	margin-bottom:6px !important;
}

.mb7{
	margin-bottom:7px !important;
}

.mb8{
	margin-bottom:8px !important;
}

.mb9{
	margin-bottom:9px !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;
}

.mb45{
	margin-bottom:45px !important;
}

.mb50{
	margin-bottom:50px !important;
}

.mb55{
	margin-bottom:55px !important;
}

.mb60{
	margin-bottom:60px !important;
}

.mb65{
	margin-bottom:65px !important;
}

.mb70{
	margin-bottom:70px !important;
}

.mb75{
	margin-bottom:75px !important;
}

.mb80{
	margin-bottom:80px !important;
}

.mb85{
	margin-bottom:85px !important;
}

.mb90{
	margin-bottom:90px !important;
}

.mb95{
	margin-bottom:95px !important;
}

.mb100{
	margin-bottom:100px !important;
}

/* margin-right */
/* ---------------------------------------- */

.mr0{
	margin-right:0px !important;
}

.mr1{
	margin-right:1px !important;
}

.mr2{
	margin-right:2px !important;
}

.mr3{
	margin-right:3px !important;
}

.mr4{
	margin-right:4px !important;
}

.mr5{
	margin-right:5px !important;
}

.mr6{
	margin-right:6px !important;
}

.mr7{
	margin-right:7px !important;
}

.mr8{
	margin-right:8px !important;
}

.mr9{
	margin-right:9px !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;
}

.mr45{
	margin-right:45px !important;
}

.mr50{
	margin-right:50px !important;
}

.mr55{
	margin-right:55px !important;
}

.mr60{
	margin-right:60px !important;
}

.mr65{
	margin-right:65px !important;
}

.mr70{
	margin-right:70px !important;
}

.mr75{
	margin-right:75px !important;
}

.mr80{
	margin-right:80px !important;
}

.mr85{
	margin-right:85px !important;
}

.mr90{
	margin-right:90px !important;
}

.mr95{
	margin-right:95px !important;
}

.mr100{
	margin-right:100px !important;
}

/* margin-left */
/* ---------------------------------------- */

.ml1em{
	margin-left:1em !important;
}

.ml0{
	margin-left:0px !important;
}

.ml1{
	margin-left:1px !important;
}

.ml2{
	margin-left:2px !important;
}

.ml3{
	margin-left:3px !important;
}

.ml4{
	margin-left:4px !important;
}

.ml5{
	margin-left:5px !important;
}

.ml6{
	margin-left:6px !important;
}

.ml7{
	margin-left:7px !important;
}

.ml8{
	margin-left:8px !important;
}

.ml9{
	margin-left:9px !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;
}

.ml45{
	margin-left:45px !important;
}

.ml50{
	margin-left:50px !important;
}

.ml55{
	margin-left:55px !important;
}

.ml60{
	margin-left:60px !important;
}

.ml65{
	margin-left:65px !important;
}

.ml70{
	margin-left:70px !important;
}

.ml75{
	margin-left:75px !important;
}

.ml80{
	margin-left:80px !important;
}

.ml85{
	margin-left:85px !important;
}

.ml90{
	margin-left:90px !important;
}

.ml95{
	margin-left:95px !important;
}

.ml100{
	margin-left:100px !important;
}

/* padding-top */
/* ---------------------------------------- */

.pt0{
	padding-top:0px !important;
}

.pt1{
	padding-top:1px !important;
}

.pt2{
	padding-top:2px !important;
}

.pt3{
	padding-top:3px !important;
}

.pt4{
	padding-top:4px !important;
}

.pt5{
	padding-top:5px !important;
}

.pt6{
	padding-top:6px !important;
}

.pt7{
	padding-top:7px !important;
}

.pt8{
	padding-top:8px !important;
}

.pt9{
	padding-top:9px !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;
}

.pt45{
	padding-top:45px !important;
}

.pt50{
	padding-top:50px !important;
}

.pt55{
	padding-top:55px !important;
}

.pt60{
	padding-top:60px !important;
}

.pt65{
	padding-top:65px !important;
}

.pt70{
	padding-top:70px !important;
}

.pt75{
	padding-top:75px !important;
}

.pt80{
	padding-top:80px !important;
}

.pt85{
	padding-top:85px !important;
}

.pt90{
	padding-top:90px !important;
}

.pt95{
	padding-top:95px !important;
}

.pt100{
	padding-top:100px !important;
}

/* padding-bottom */
/* ---------------------------------------- */

.pb0{
	padding-bottom:0px !important;
}

.pb1{
	padding-bottom:1px !important;
}

.pb2{
	padding-bottom:2px !important;
}

.pb3{
	padding-bottom:3px !important;
}

.pb4{
	padding-bottom:4px !important;
}

.pb5{
	padding-bottom:5px !important;
}

.pb6{
	padding-bottom:6px !important;
}

.pb7{
	padding-bottom:7px !important;
}

.pb8{
	padding-bottom:8px !important;
}

.pb9{
	padding-bottom:9px !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;
}

.pb45{
	padding-bottom:45px !important;
}

.pb50{
	padding-bottom:50px !important;
}

.pb55{
	padding-bottom:55px !important;
}

.pb60{
	padding-bottom:60px !important;
}

.pb65{
	padding-bottom:65px !important;
}

.pb70{
	padding-bottom:70px !important;
}

.pb75{
	padding-bottom:75px !important;
}

.pb80{
	padding-bottom:80px !important;
}

.pb85{
	padding-bottom:85px !important;
}

.pb90{
	padding-bottom:90px !important;
}

.pb95{
	padding-bottom:95px !important;
}

.pb100{
	padding-bottom:100px !important;
}

/* padding-right */
/* ---------------------------------------- */

.pr0{
	padding-right:0px !important;
}

.pr1{
	padding-right:1px !important;
}

.pr2{
	padding-right:2px !important;
}

.pr3{
	padding-right:3px !important;
}

.pr4{
	padding-right:4px !important;
}

.pr5{
	padding-right:5px !important;
}

.pr6{
	padding-right:6px !important;
}

.pr7{
	padding-right:7px !important;
}

.pr8{
	padding-right:8px !important;
}

.pr9{
	padding-right:9px !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;
}

.pr45{
	padding-right:45px !important;
}

.pr50{
	padding-right:50px !important;
}

.pr55{
	padding-right:55px !important;
}

.pr60{
	padding-right:60px !important;
}

.pr65{
	padding-right:65px !important;
}

.pr70{
	padding-right:70px !important;
}

.pr75{
	padding-right:75px !important;
}

.pr80{
	padding-right:80px !important;
}

.pr85{
	padding-right:85px !important;
}

.pr90{
	padding-right:90px !important;
}

.pr95{
	padding-right:95px !important;
}

.pr100{
	padding-right:100px !important;
}

/* padding-left */
/* ---------------------------------------- */

.pl0{
	padding-left:0px !important;
}

.pl1{
	padding-left:1px !important;
}

.pl2{
	padding-left:2px !important;
}

.pl3{
	padding-left:3px !important;
}

.pl4{
	padding-left:4px !important;
}

.pl5{
	padding-left:5px !important;
}

.pl6{
	padding-left:6px !important;
}

.pl7{
	padding-left:7px !important;
}

.pl8{
	padding-left:8px !important;
}

.pl9{
	padding-left:9px !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;
}

.pl45{
	padding-left:45px !important;
}

.pl50{
	padding-left:50px !important;
}

.pl55{
	padding-left:55px !important;
}

.pl60{
	padding-left:60px !important;
}

.pl65{
	padding-left:65px !important;
}

.pl70{
	padding-left:70px !important;
}

.pl75{
	padding-left:75px !important;
}

.pl80{
	padding-left:80px !important;
}

.pl85{
	padding-left:85px !important;
}

.pl90{
	padding-left:90px !important;
}

.pl95{
	padding-left:95px !important;
}

.pl100{
	padding-left:100px !important;
}