@charset "UTF-8";

/*******************************************************************
  RESET
*******************************************************************/

*{border:0;margin:0;outline:0;padding:0;background:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;font:inherit;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;text-decoration:none;vertical-align:baseline;}
html{font-size:62.5%;width:100%;height:100%;}
img{vertical-align:bottom;}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ul,li,pre,form,fieldset,input,textarea,blockquote,
th,td {
	margin:0;
	padding:0;
	line-height:160%;
	font-weight:normal;
	font-size:13px;
}
p
{
	margin:0 0 1em 0;
	padding:0;
	line-height:2.5;
	font-weight:normal;
	font-size:13px;
}

ul, ul li { 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 */

