@charset "UTF-8";
/* CSS Document */

/* Reset CSS -----------------------------*/




/* The Reset ---------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img, abbr { border: 0; }
address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, strong, th, var { font-style: normal; font-weight: normal; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
a { text-decoration: none; }
button {
	background:none;
	border:none;
	text-decoration: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
input[type="button"]{
	border: none;
}