@charset "utf-8";

/* normalize
---------------------------------- */

@import url("normalize.css");



/* reset
---------------------------------- */

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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}



/* base
---------------------------------- */

html {
  line-height: 1.6;
  font-family: Verdana, '游ゴシック', YuGothic, 'HiraKakuProN-W3', Meiryo, sans-serif;
  /* -ms-text-size-adjust: 100%; */
  /* -webkit-text-size-adjust: 100%; */
}

body, form, div, p,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd, hr {
  margin: 0;
  padding: 0;
  color: #666464;
}

h1, h2, h3, h4, h5, h6 {font-size: 100%;}
li {list-style-type: none;}
table {border-collapse: collapse;}
table, th, td {margin: 0; padding: 0;}
img {vertical-align: bottom; border: none;}