@charset "utf-8";

/** 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;
  outline: none;
  vertical-align: baseline;
}

html * {
  box-sizing: border-box;
  outline: none;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

input, select {
  vertical-align: middle;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

a, button {
  cursor: pointer;
}
a {
  text-decoration: none;
}
img {
  vertical-align: middle;
}

/** init
========================================================================== */

html {
  font-size: 62.5%;
}
body {
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', "Yu Gothic", Meiryo, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
}

sup {
  position: relative;
  vertical-align: top;
  top: -2.6px;
  top: -0.2rem;
  font-size: 11px;
  font-size: 1.1rem;
}
sub {
  position: relative;
  vertical-align: bottom;
  top: -2.6px;
  top: -0.2rem;
  font-size: 11px;
  font-size: 1.1rem;
}
