<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* reset css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; text-decoration: none; background: transparent; }
html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; min-width: 320px;word-break: break-all; font-variant-numeric: tabular-nums; -webkit-font-feature-settings: "tnum"; -moz-font-feature-settings: "tnum"; font-feature-settings: "tnum"; }

*, *::before, *::after { box-sizing: border-box; }
header, footer, section, main, article, aside, menu, nav, details, figcaption, figure { display: block; }
input,select { vertical-align: bottom; max-width: 100%; height: auto; border-style: none; }

img { max-width: 100%; height: auto; vertical-align: bottom; border-style: none; outline: none;}

ul, ol { list-style: none; }

hr { display: none; }
/* clearfix (modern) */
.cl::after { content: ""; clear: both; display: block; }

table {border-collapse:collapse;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
button{outline: 0;margin: 0;padding: 0;}

h1,h2,h3,h4,h5,h6{font-weight: normal;}

/*クリック禁止*/
.cannot{user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;cursor: default;}
</pre></body></html>