<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å„ãƒ–ãƒ©ã‚¦ã‚¶æ¨™æº–ã®CSSã‚’æ‰“ã¡æ¶ˆã—ã€ã©ã®ãƒ–ãƒ©ã‚¦ã‚¶ã§è¦‹ã¦ã‚‚åŒã˜ã‚ˆã†ã«è¦‹ãˆã‚‹ã‚ˆã†ã«ã™ã‚‹ãŸã‚ã®CSS */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* applet, acronym, big, s, strike, tt, center, embed, output, ruby, å»ƒæ­¢ã®ãŸã‚é™¤å¤– */
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, 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,
figure, figcaption, footer, header, hgroup,
menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;

    font: inherit;
    /* ã§ãã‚Œã°ä¸€æ‹¬æŒ‡å®šã‹ã‚‰å€‹åˆ¥æŒ‡å®šã«å¤‰æ›´ã—ãŸã„ */
    /* font-weight: normal;
    line-height: inherit; */
    font-stretch: inherit; /* #4564 å¤ªå­—ã¨é•·ä½“ã‚’ä½µç”¨ã™ã‚‹ã¨é•·ä½“ãŒç„¡åŠ¹ã«ãªã‚‹ */

    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
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;
}
</pre></body></html>