@charset "utf-8";

/***************************************************
	Reset
***************************************************/

html{
	overflow-y: scroll;
	background: #fff;
	color: #333;
	}

body{
	margin: 0;
	padding: 0;
	line-height: 1em;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: 13px;
	}

abbr,
acronym,
img{
	border: 0;
	}

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var{
	font-weight: normal;
	font-style: normal;
	}

blockquote,
pre,
div,
p,
span,
th,
td,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6{
	margin: 0;
	padding: 0;
	}

caption,
th{
	text-align: left;
	}

code,
kbd,
pre,
samp,
tt{
	line-height: 100%;
	font-family: monospace;
	}

q:before,
q:after{
	content:'';
	}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	}

h1,
h2,
h3,
h4,
h5,
h6{
	font-size: 100%;
	font-weight: normal;
	}

ul{
	list-style: none;
	}

table{
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
	}
