@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;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
}

mark {
    background-color: transparent;
}

fieldset {
    border: none;
}

input,
textarea,
button {
    margin: 0;
    outline: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type="search"],
input[type="number"] {
    appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]:focus {
    outline-offset: -2px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    appearance: none;
    display: none;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    appearance: none;
    margin: 0;
}

legend,
hr {
    display: none;
}

a {
    outline: none;
    background-color: transparent;
}

img {
    vertical-align: top;
}

img,
a img {
    border: none;
}

ul,
ol {
    list-style-type: none;
}

table {
    border: none;
    border-collapse: separate;
    border-spacing: 0;
}

th,
td {
    border: none;
    text-align: left;
}

del,
s {
    text-decoration: line-through;
}

/* SCSSネストを展開 */
blockquote[align="center"] {
    text-align: center;
}

blockquote[align="right"] {
    text-align: right;
}

blockquote table {
    border-spacing: 1px;
}

blockquote th {
    font-weight: bold;
    text-align: center;
}

blockquote th,
blockquote td {
    padding: 8px;
}
