@charset "utf-8";

/************************************************

	reset

*************************************************/
* {
	margin: 0;
	padding: 0;
}

body{
	width:100%;
	text-align:center;
}

body,
h1,h2,h3,h4,h5,h6,
p,
ul,ol,
dl,dt,dd,
form,fieldset{
	margin:0;
	padding:0;
}

ul{
	list-style:none;
}

img{
	border:0;
	vertical-align:top;
}

td img{
	vertical-align:baseline;
}

table{
 border-collapse:collapse;
 border-spacing:0;
}

fieldset{
	border:0;
}


/* clearfix
---------------------------------------------------------- */
.clearfix:after,
.section:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearfix,
.section{
	display: block;
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
* html .clearfix {
	display: block;
}
/* End hide from IE-mac */