@charset "UTF-8";

html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
address, em, img, small, strong, var, a,
dl, dt, dd, ol, ul, li, form, 
table, tbody, tr, th, td,
footer, header, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
footer, header, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width:100%;
	height:auto;
}
/* box-sizing */
/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
 }
 
 /*crearfix*/
 .clearfix {
	 display:block;
	 content:"";
	 clear:both;
}
