@charset "UTF-8";

/*******************************************************************
  RESET
*******************************************************************/

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,ol,pre,form,fieldset,input,textarea,p,blockquote,
th,td {
	margin:0;
	padding:0;
	line-height:1.4;
	font-weight:normal;
	font-size:100%;
}

ul,li,ol { list-style-type:none; }

table {
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}

caption,th { text-align:left; }

img { border:none; vertical-align:bottom; }

em,address { font-style:normal; }

a { text-decoration:none; } 

hr { display:none; }


/*-------------------------------------------------------------------
 .CLEAR FIX
-------------------------------------------------------------------*/
.clear{
	clear:both;
	height:0px;
	font-size:0px;
	line-height:0;
	margin:0;
	padding:0;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both;
	visibility: hidden;
	zoom: 1;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

