@charset "UTF-8";
/* CSS Document */

html, body, 
h1, h2, h3, h4, h5, h6, 
p, ul, ol, li, dl, dt, dd, 
table, th, tr, td, 
form, fieldset, input, textarea, button, figure, blockquote{
margin:0px;
padding:0px;
}

html{
height:100%;
}

/*-- clearfix --*/
.clearfix:after {   
	content: ".";    
	display: block;    
	height: 0px;    
	clear: both;    
	visibility: hidden;   
}   
  
.clearfix { display: inline-table;zoom:1; }   
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }   
.clearfix { display: block; }   
/* End hide from IE-mac */  
/*-- end clearfix --*/

li {
list-style:none;
}

.ta_c{text-align:center;}
.ta_r{text-align:right;}
/*--  float  --*/

.fl_l{float:left;}
.fl_r{float:right;}
.fl_box{overflow: hidden; *zoom: 1;}
.clear{clear:both;}

.bgFade, .bgFade a {
    transition: all 0.3s ease-in-out 0s;
}

.bold{font-weight:bold;}
