@charset "UTF-8";
/* ---------------------------RESET------------------------------ */

*{
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, tr{
	margin: 0px;
	padding: 0px;
}
a img{
	border:0;
}
a{
	outline: none;
}
li{
	list-style:none;
}
div:after,
ul:after{
	display: block;
	clear: both;
	content: "";
}

.clearboth{
	clear: both !important;
}

a {
	transition: 0.7s ease 0s;
	-webkit-transition: 0.7s ease 0s;
	-moz-transition: 0.7s ease 0s;
	-ms-transition: 0.7s ease 0s;
	text-decoration:none;
}
a:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}





.alc{text-align:center;}
.all{text-align:left;}
.alr{ text-align:right;}
.floatL{
	float: left;	
}
.floatR{
	float: right;	
}

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

.R-mrgn-20{margin-right:20px !important;}

.R-mrgn-30{margin-right:30px !important;}

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

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

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

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

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

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


.L-mrgn-10{margin-left:10px !important;}

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

.L-mrgn-30{margin-left:30px !important;}

.L-mrgn-40{margin-left:40px !important;}

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

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

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

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

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


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

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

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

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

.top-mrgn-40{margin-top:40px !important;}
.top-mrgn-45{margin-top:45px !important;}

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

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

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


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

.top-mrgn-110{margin-top:110px !important;}

.top-mrgn-120{margin-top:120px !important;}

.top-mrgn-130{margin-top:130px !important;}

.top-mrgn-140{margin-top:140px !important;}

.top-mrgn-160{margin-top:160px !important;}


.bottom-mrgn-10{margin-bottom:10px !important;}

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

.bottom-mrgn-30{margin-bottom:30px !important;}

.bottom-mrgn-40{margin-bottom:40px !important;}

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

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

.bottom-mrgn-120{margin-bottom:120px !important;}

.top-mrgn-S{margin-top:20px;}

.clearboth{
	clear: both !important;
}




.top-pad-10{ padding-top:10px !important;}
.top-pad-15{ padding-top:15px !important;}
.top-pad-20{ padding-top:20px !important;}
.top-pad-25{ padding-top:25px !important;}
.top-pad-30{ padding-top:30px !important;}
.top-pad-40{ padding-top:40px !important;}
.top-pad-50{ padding-top:50px !important;}



.w-540{ width:540px !important; }



.txt_orange{color:#ec6941;}