/* reset.css */

html { font-size: 62.5%; }

/* ブラウザのデフォルトスタイルをリセットする */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6{
  font-weight: normal;
}

/* ブロック要素での余分なマージンをリセットする */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

/* 行の高さを正確に設定する */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* リストのスタイルをリセットする */
ul, ol {
  list-style: none;
}

/* リンクのデフォルトスタイルをリセットする */
a {
  text-decoration: none;
}

/* ボタン要素のスタイルをリセットする */
button {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}

/* その他の要素に必要に応じて追加のスタイルを指定する */
/* 例: input, textarea, select, etc. */

img {
  width: auto;
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}
