*, html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/*This adjusts things so that 1em equals 10px, instead of the default 16px.*/
html { font-size: 62.5%; } 
body { font-size: 14px; font-size: 1.4rem; } /* =14px for IE8*/
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px for IE8*/

/* CSS reset */
body, 
header, section, article, footer, nav,
figure, figcaption 
div,dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,
textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

html,body {
	margin:0;
	padding:0;
}

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

fieldset { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding: 0.5em;
	color:#474747;
	width:100%;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol, ul, li {
	list-style:none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img {
	border: 0;
	max-width: 100%;
}