@charset "UTF-8";

/* ---------------------------------------------------
 reset
--------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strong, sub, sup, var,
b, u, i,
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: medium;
}

body {
  font: 62.5%/1.5 Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
}

dt, dd, li, caption, th, td, h1, h2, h3, h4, h5, h6, p, address {
  font-size: 1em;
}

dd p, dd dt, dd dd, dd li, dd th, dd td, dd select, dd textarea, dd input, li p,
li dt, li dd, li li, li th, li td, li select, li textarea, li input, td p,
td dt, td dd, td li, td th, td td, td select, td textarea, td input,
p select, p input, p textarea {
  font-size: 1em;
}

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;
}
caption {
  text-align: left;
}
th {
  font-weight: bold;
}
th, td {
  vertical-align: top;
}

input, textarea, select {
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}
input, textarea {
  margin: 0;
  font-size: 100%;
}
input[type="image"] {
  cursor: pointer;
  vertical-align: top;
  /*zoom: 0.5;*/
}
textarea {
  resize: vertical;
}

address {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  /*font-weight: bold;*/
  line-height: 1.2;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  /*zoom: 0.5;*/
}

object, embed, iframe {
  vertical-align: top;
  outline: none;
}

em, strong {
  font-style: normal;
  font-weight: bold;
}

sup, sub {
  font-size: 0.75em;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/* ---------------------------------------------------
 clearfix
--------------------------------------------------- */
header:after,
footer:after,
section:after,
article:after,
aside:after,
nav:after,
#container:after,
#header:after,
#content:after,
#main:after,
#aside:after,
#footer:after,
.two-columns:after,
.three-columns:after,
.article:after,
.section:after,
.box:after,
.row:after,
.item:after {
  content: "";
  display: block;
  clear: both;
}
