<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================================================================
Chrome/Firefox/Edgeãªã©ã€å„ãƒ–ãƒ©ã‚¦ã‚¶ã¯ãã‚Œãžã‚Œãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§åŠ¹ãCSSã‚’æŒã£ã¦ã„ã¾ã™ã€‚
ä½•ã‚‚ã—ãªã„ã¨è¦‹ãˆæ–¹ãŒå¾®å¦™ã«å¤‰ã‚ã‚‹ã®ã§ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®CSSã‚’ãƒªã‚»ãƒƒãƒˆã—ã¦
ãƒ–ãƒ©ã‚¦ã‚¶ã”ã¨ã®è¡¨ç¤ºã®å·®ç•°ã‚’ãªãã™ãŸã‚ã«æ›¸ãã®ãŒã€Œãƒªã‚»ãƒƒãƒˆCSSã€ã§ã™ã€‚
================================================================*/
*, ::before, ::after {
    -webkit-box-sizing: border-box;
    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;
    list-style-type: none;
  }
  
  img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
  }
  
  a {
    color: inherit;
    text-decoration: none;
  }</pre></body></html>