/*reset.css*/
@charset "utf-8";
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video, button, input, textarea { margin: 0; padding: 0; border: 0; outline: none; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; }
	* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; font-family: inherit; color: inherit; }
	body { -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; word-break: break-all; word-wrap: break-word; }
	ul, ol, li { list-style: none;}
	table, thead, tbody, tfoot { border-collapse: collapse; border-spacing: 0; border: 0; }
	img, fieldset { border: 0; vertical-align : middle; }
	img { display: block; max-width: 100%; margin: 0; }
	a, a:link, a:visited, a:hover, a:focus { color: inherit; text-decoration: none; }
	button, label { background: none; cursor: pointer; }
	input[type="button"] { cursor: pointer; }
    input[type="text"] { background: none; outline: none; }
    input[type="checkbox"], input[type="radio"] ,input[type="file"] { display: none; outline: none; }
    select { background: none; outline: none; }
	textarea { outline: none; resize: none; }

	input[type="number"]::-webkit-outer-spin-button,
	input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
	input:-webkit-autofill,
	input:-webkit-autofill:hover,
	input:-webkit-autofill:focus,
	input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; -webkit-transition: background-color 9999s ease-out; -webkit-box-shadow: 0 0 0px 1000px white inset !important; -webkit-text-fill-color: #222 !important; }


