@charset "utf-8";

/*----------------------------------------------------------
  タグ・リセット
----------------------------------------------------------*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
figure,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
address,
ul,
dl,
ol,
th,
strong,
em {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
}

ul,
dl,
ol {
    list-style-type: none;
    list-style-position: outside;
    text-indent: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

th,
td {
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    font-size: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
}
