@charset "utf-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* Display
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html.win,
html.mac {
  overflow-y: scroll;
}
/* Fonts
   ========================================================================== */
html {
  font-size: 16px;
  *font-size: medium;
}
html.msie {
  font-size: medium;
}
body {
  font: 62.5%/1.6 Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  *font-family: "Meiryo", "MS PGothic", sans-serif !important;
  -webkit-text-size-adjust: 100%;
}
html.win body {
  font-family: Arial, "Meiryo", "MS PGothic", sans-serif;
}
dt,
dd,
li,
caption,
th,
td,
col,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address {
  font-size: 120%;
}
dd p,
dd dt,
dd dd,
dd li,
dd th,
dd td,
dd col,
li p,
li dt,
li dd,
li li,
li th,
li td,
li col,
th p,
th dt,
th dd,
th li,
th th,
th td,
th col,
td p,
td dt,
td dd,
td li,
td th,
td td,
td col {
  font-size: 100%;
}
input,
textarea,
select {
  font-size: 100%;
  font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  *font-family: "Meiryo", "MS PGothic", sans-serif !important;
}
html.win input,
html.win textarea,
html.win select {
  font-family: Arial, "Meiryo", "MS PGothic", sans-serif;
}
/* Style
   ========================================================================== */
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[type="text"],
input[type="password"],
input[type="number"] {
  margin: 0;
  line-height: auto;
  *font-size: 12px;
}
input[type="image"] {
  cursor: pointer;
  vertical-align: top;
}
label > input[type="checkbox"],
label > input[type="radio"] {
  margin-right: 6px;
}
html.firefox label > input[type="checkbox"],
html.firefox label > input[type="radio"] {
  margin-left: 0;
}
html.win label > input[type="checkbox"],
html.win label > input[type="radio"] {
  vertical-align: middle;
}
html.win.chrome label > input[type="checkbox"],
html.win.chrome label > input[type="radio"] {
  margin-top: 1px;
}
html.msie label > input[type="checkbox"],
html.msie label > input[type="radio"] {
  margin: -2px 3px -2px -2px;
}
textarea {
  margin: 0;
  vertical-align: top;
  resize: vertical;
}
address {
  font-style: normal;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}
object,
embed,
iframe {
  vertical-align: top;
  outline: none;
  max-width: 100%;
}
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,
main:after,
section:after,
article:after,
aside:after,
nav:after,
#container:after,
#site-header:after,
#site-footer:after,
#content:after,
.column-main:after,
.column-sub:after,
.article:after,
.section:after,
.box:after,
.row:after,
.item:after {
  content: "";
  display: block;
  clear: both;
}
header,
footer,
main,
section,
article,
aside,
nav,
#container,
#site-header,
#site-footer,
#content,
.column-main,
.column-sub,
.article,
.section,
.box,
.row,
.item {
  zoom: 1;
}
