<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* åŸºæœ¬çš„ãªãƒªã‚»ãƒƒãƒˆ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  
  /* ãƒªãƒ³ã‚¯ã®è£…é£¾ã‚’ãƒªã‚»ãƒƒãƒˆ */
  a {
    text-decoration: none;
    color: inherit;
  }
  
  /* ãƒªã‚¹ãƒˆã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’ãƒªã‚»ãƒƒãƒˆ */
  ul, ol {
    list-style: none;
  }
  
  /* ç”»åƒã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«ã‚’èª¿æ•´ */
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* ãƒ†ãƒ¼ãƒ–ãƒ«ã®ã‚¹ã‚¿ã‚¤ãƒ«ã‚’ãƒªã‚»ãƒƒãƒˆ */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /* ãƒ•ã‚©ãƒ¼ãƒ&nbsp;è¦ç´&nbsp;ã®ãƒªã‚»ãƒƒãƒˆ */
  input, button, textarea, select {
    font: inherit;
    border: none;
    background: none;
    outline: none;
  }
  
  /* ãƒœã‚¿ãƒ³ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã‚¹ã‚¿ã‚¤ãƒ«ã‚’èª¿æ•´ */
  button {
    cursor: pointer;
  }
  
  /* HTMLã¨bodyã®åŸºæœ¬è¨­å®š */
  html {
    font-size: 16px;
  }
  
  body {
    line-height: 1.5;
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  </pre></body></html>