@charset "UTF-8";
/*---------------------------
 reset
---------------------------*/
html, body {
	padding: 0;
	margin: 0;
    font-size: 0;
	border:0;
	text-decoration:none;
	font-weight:normal;
	font-style: normal;
}
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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	padding: 0;
	margin: 0;
	border:0;
	text-decoration:inherit;
	font-weight:inherit;
	font-style:inherit;
}

/* ul | ol */
ul, ol {
	list-style: none;
}
li{
	list-style:none;
}

/* dl */
dl,dt,dd{
	margin:0;
	padding:0;
	-webkit-margin-start:0;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

/* table */
table {
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}
/* input */
input[type="text"],
input[type="password"],
button,
textarea,
select {
    outline: none;
}

/* img */
img{
	max-width:100%;
	height: auto;
	vertical-align: top;
	border: 0;
}

/* code | kbd | pre | samp */
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
iframe{
	vertical-align:bottom;
	border:0;
}

/* audio | canvas | video */
audio,
canvas,
video {
	display: inline-block;
}
[hidden],
template {
	display: none;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/* svg */
svg:not(:root) {
	overflow: hidden;
}

/* fieldset */
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/* legend */
legend {
	border: 0;
}