@charset "utf-8";

header,footer,nav,aside,section,article,hgroup,figure,small {
    display: block;
}

html,
body{
	margin: 0;
	padding: 0;
}

div,span,
table,thead,tbody,caption,tr,th,td,
form,fieldset,legend,label,
h1,h2,h3,h4,h5,h6,
ul,ol,li,
dl,dt,dd,
p,
blockquote,q,
pre,
img,
a,
strong,em,strike,i,u,sup,sub,
address,
map,area,
abbr,acronym,
header,footer,section,article,hgroup,figure,small
{
	margin: 0;
	padding: 0;
	background: transparent none no-repeat scroll left top;
	border: none;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

ul,ol{
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
select,
textarea{
	margin: 0;
	padding: 0;
	border-style: none;
	font-size: 100%;
}

hr,legend{
	display: none;
	margin: 0;
	padding: 0;
}



/* add free 
------------------------------------------------*/
a{
	outline: none;
}

br{
	letter-spacing: 0;
}