@charset "UTF-8";

.blind {
	position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}
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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
button {
    padding: 0;
	cursor: pointer;
	border: 0 none;
	background-color:transparent;
    vertical-align: middle;
	outline: 0 none;
}
input[type='button'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
a {
	text-decoration: none;
}
table {
	padding: 0;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}
fieldset, img {
	border: 0;
}
dl, ul, ol, menu, li {
	list-style: none;
}
input, select, textarea, button, label, img, a {
	vertical-align: middle;
	outline: none;
}
textarea {
	resize: none;
}
address, caption, cite, code, dfn, em, var {
	font-style: normal;
	font-weight: normal;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-webkit-textfield-decoration-container {
  display: none;
}