/* ���̃t�@�C���͕ҏW���Ȃ��ł��������B */
@charset "Shift_JIS";
html {
  background: #fff;
  color: #000;
  font-family: inherit;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
dl,
dt,
dd,
ul,
ol,
li,
pre,
embed,
code,
form,
fieldset,
length,
textarea,
input,
blockquote,
font,
th,
td,
tr,
span,
label,
legend,
small,
strike,
strong,
b,
u,
i,
tt,
sup,
var,
caption,
table,
tbody,
thead,
center,
a,
em,
dfn,
big,
cite,
applet,
sub,
del,
kbd,
object,
iframe,
abbr,
hgroup,
img,
button,
mark,
audio,
video,
article,
section,
header,
footer,
menu,
nav,
figure,
ins,
s,
samp,
rudy,
details,
figcaption,
summary,
aside,
acrony,
q {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
fieldset,
img {
  border: 0;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
a {
  color: #36c;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}
