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

	* This file initializes the setting of each browser.
	*Written by Parnas. 09.03

----------------------------------------------------------------------- */

/* reset.css */
* {
  margin: 0;
  padding: 0;
}
html, body {
	height: 100%;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 100%;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
	border: none;
	outline: 0;
	font-style:normal;
}
*, *::before, *::after {
  box-sizing: border-box;
}
li {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
table, td, th {
	line-height: 1!important;
	vertical-align: middle;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
	outline: none;
}
a:hover, a:visited {
	border: none;
	outline: none;
}
ol, ul {
    list-style: none;
}
img {
  max-width: 100%;
}

