/* --------- generic settings -----------*/
.taLeft{text-align:left;}
.taRight{text-align:right;}
.taCtr{text-align:center;}
.flLeft{float:left;}
.flRight{float:right;}
.flClr{clear:both;}
.psRel{position:relative;}
.psAbs{position:absolute;}
.topMrg0{margin-top:0;}
.topMrg2{margin-top:2px;}
.topMrg5{margin-top:5px;}
.topMrg10{margin-top:10px;}
.topMrg15{margin-top:15px;}
.topMrg20{margin-top:20px;}
.topMrg25{margin-top:25px;}
.topMrg30{margin-top:30px;}
.topMrg40{margin-top:40px;}
.topMrg50{margin-top:50px;}
.topMrg60{margin-top:60px;}
.topMrg80{margin-top:80px;}
.topMrg100{margin-top:100px;}
.topPdd0{padding-top:0px;}
.topPdd5{padding-top:5px;}
.topPdd10{padding-top:10px;}
.topPdd15{padding-top:15px;}
.topPdd20{padding-top:20px;}
.topPdd25{padding-top:25px;}
.topPdd30{padding-top:30px;}
.topPdd40{padding-top:40px;}
.topPdd50{padding-top:50px;}
.topPdd60{padding-top:60px;}
/*=======================================
/*  2014/11/28 add　@HELIOS start
/*=====================================*/
.btmPdd0{padding-bottom:0px;}
.btmPdd5{padding-bottom:5px;}
.btmPdd10{padding-bottom:10px;}
.btmPdd15{padding-bottom:15px;}
.btmPdd20{padding-bottom:20px;}
.btmPdd25{padding-bottom:25px;}
.btmPdd30{padding-bottom:30px;}
.btmPdd40{padding-bottom:40px;}
.btmPdd50{padding-bottom:50px;}
.btmPdd60{padding-bottom:60px;}
/*=======================================
/*  2014/11/28 add　@HELIOS end
/*=====================================*/
.leftSp1{margin-left:1em;}
.leftSp1-5{margin-left:1.5em;}
.leftSp2{margin-left:2em;}
.leftSp2-5{margin-left:2.5em;}
.leftSp3{margin-left:3em;}
.leftSp3-5{margin-left:3.5em;}
.leftSp4{margin-left:4em;}
.leftSp4-5{margin-left:4.5em;}
.leftSp5{margin-left:5em;}
.leftSp5-5{margin-left:5.5em;}
.leftSp6{margin-left:6em;}
.leftSp6-5{margin-left:6.5em;}
.leftSp7{margin-left:7em;}
.mrNone{margin-right:0px!important;}
/* --------- clearfix settings -----------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
}

.clearfix {min-height:1px;}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
