@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, abbr, address, cite, code,
em, img, q, small, strong, sub, sup, b, i,
dl, dt, dd, ol, ul, li, th, td
fieldset, form, label, legend,article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	-webkit-text-size-adjust:none;
	color: #000000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

img {
	border:none;
	vertical-align:bottom;
}

ul,ol,li{
	list-style:none;
	text-align:left;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}

table, caption, tbody, tfoot, thead, tr, th, td{
 	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:middle;

}

/* ------ clear ------ */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	} 
.clearfix {
	display:inline-block;
	}
* html .clearfix {
	height:1%;
	}
.clearfix {
	display:block;
	}
