@charset "UTF-8";
/* Reset CSS */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img { border: 0;vertical-align: bottom;}

ul, li, ol {
  list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

li img, dt img, dd img { vertical-align: top; }
a { outline: none; }
:focus { -moz-outline-style: none; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a,
address, dfn, em, img, small, i,
dl, dt, dd, ol, ul, li,
form, label, button, input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure,
footer, header, menu, nav, section,
time, video {
  box-sizing: border-box;
  line-height: 1;
  margin: 0;
  padding: 0;
}

input, textarea {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
    display: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance:textfield;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
label {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}