/* created by paizai */

/* reset */

html {
	/*overflow-y: hidden;*/
	/*overflow-x: hidden;*/
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 11px; font-family: inherit; vertical-align: baseline;
}
html, body {
	height: inherit; line-height: 1;
}
:focus { outline: 0; }
img { border: 0; margin: 0; padding: 0; }
img { -ms-interpolation-mode: bicubic }
ul, ul li { list-style: none; }
table {
	border-collapse: separate; border-spacing: 0;
}
caption, th, td {
	text-align: left; font-weight: normal;
}

/* clearfix */

.clearfix:after {
	content: ""; display: block; clear: both; height: 0; visibility: hidden;
}
.clearfix {
	min-height: 0; height: 1%;
}
