/* 1:reset ------------------ */
html {
  color: #000;
  background: #FFF;
  overflow-y: scroll;
}

body,
div,
p,
dl, dt, dd,
pre, code,
blockquote {
  margin: 0;
  padding: 0;
}

abbr {
  border: none;
}

/* *heading */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

/* *list */
ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* *table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  margin: 0;
  padding: 0;
}

/* *image */
img {
  border: 0;
}

/* *form */
form,
fieldset,
legend,
input,
button,
textarea,
label {
  margin: 0;
  padding: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}
