@charset "UTF-8";

/*==============================================================
>>> RESET
----------------------------------------------------------------*/
* {
  padding: 0;
  margin: 0;
  font-style: normal;
}

ul, ol {
  list-style-type: none;
}

body, div, pre, p, blockquote, form, fieldset, dl, dt, dd, li, table, th, td, embed, object, button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-weight: normal;
}

body {
  background-attachment: scroll;
  overflow-y: scroll;
}

img {
  border: 0;
  margin: 0px;
  padding: 0px;
}

a img {
  border-style: none;
  border: 0;
}

a {
  cursor: pointer;
  outline: medium none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

a:active {}

a:focus, *:focus {
  outline: none;
}

*:after {
  clear: both;
}

/* input reset */
input,
button,
select,
textarea {
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  font: inherit;
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
