@charset "utf-8";

/* clearfix
--------------------------------------------------*/
.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 /* IE6 */
* html .cf { zoom:1;}
 /* IE7 */
*:first-child+html .cf {zoom:1;}
.red{
	color:red;
}
.blue{
	color:#2980D1;
}
.green{
	color:#57A44A;
}
.inline{
	display:inline-block;
}
.clear {
	clear: both;
}

.noOverflow {
	overflow: hidden;
}
.inline{
	display:inline !important;
}
.vaBottom {
	vertical-align: bottom;
}

.vaTop {
	vertical-align: top;
}
.indent{
	padding-left: 1em;
	text-indent: -1em;
}
.noBorder {
	border: none !important;
}
.noBg {
	background: none !important;
}
.noBogp{
	border: none !important;
	background: none !important;
	padding: 0 !important;
		
}
.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

.center {
	text-align: center !important;
}

.right {
	text-align: right !important;
}

.left {
	text-align: left !important;
}

.fs10{
	font-size:10px !important;
}
.fs11{
	font-size:11px !important;
}
.fs13{
	font-size:13px !important;
}
.fs14{
	font-size:14px !important;
}
.fs16{
	font-size:16px !important;
}
.fs17{
	font-size:17px !important;
}
.spfs70{
	font-size:70% !important;
}
.spfs80{
	font-size:80% !important;
}
.fwb{
	font-weight:bold !important;
}
.tdu{
	text-decoration:underline !important;
}
.autoH{
	height:auto !important;
}
.height50{
	height:50px !important;
}
.height100{
	height:100px !important;
}
.height150{
	height:150px !important;
}
.height200{
	height:200px !important;
}
.w250{
	width:250px !important;
}
.w300{
	width:300px !important;
}
/* padding
--------------------------------------------------*/
.noPadding {
	padding: 0 !important;
}
.noMargin {
	margin: 0 !important;
}
.pl10{
	padding-left:10px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pt15 {
	padding-top: 15px !important;
}

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

.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}


/* margin
--------------------------------------------------*/
/* margin-top */
.mt-15 {
	margin-top: -15px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt05 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt17 {
	margin-top: 17px !important;
}

.mt19 {
	margin-top: 19px !important;
}


.mt20 {
	margin-top: 20px !important;
}

.mt22 {
	margin-top: 22px !important;
}
.mt24 {
	margin-top: 24px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt40 {
	margin-top: 40px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt150 {
	margin-top:150px !important;
}

/* margin-right */
.mr00 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}

.mr40 {
	margin-right: 40px !important;
}

/* margin-bottom */
.mb00 {
	margin-bottom: 0 !important;
}

.mb1em {
	margin-bottom: 1em !important;
}

.mb15em {
	margin-bottom: 1.5em !important;
}

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

.mb10 {
	margin-bottom: 10px !important;
}
.mb12 {
	margin-bottom: 12px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20{
	margin-bottom: 20px !important;
}

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

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

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

.mb120 {
	margin-bottom: 120px !important;
}
/* margin-left */
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}


/* padding-left */
.pl00{
	padding-left:0px !important;
}
.pr00{
	padding-right:0px !important;
}