@charset "UTF-8";

/* --------------------------------------------
   init
----------------------------------------------- */

body {
  font: 14px / 1.5 verdana,
          'メイリオ',
          Meiryo,
          'ヒラギノ角ゴ Pro W3',
          'Hiragino Kaku Gothic Pro',
          'ＭＳ Ｐゴシック',
          'MS PGothic';
  margin: 0;
  padding: 0;
  color: #444;
}

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, 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 {
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  color: #444;
}

ul {
  list-style: none;
}

select {
  padding: 5px;
  border: 1px solid #999;
}

input {
  padding: 5px;
  border: 1px solid #999;
}

a {
  color: #0061cc;
  transition: all .2s ease;
}

a:hover {
  text-decoration: none;
}

small {
  font-size: .8em;
}

pre, input, button, select {
  font: 14px / 1.5 verdana,
          'メイリオ',
          Meiryo,
          'ヒラギノ角ゴ Pro W3',
          'Hiragino Kaku Gothic Pro',
          'ＭＳ Ｐゴシック',
          'MS PGothic';
}

/* --------------------------------------------
   heading font-size
----------------------------------------------- */

h1 {
  font-size: 32px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}
