<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ****************************************************************************************************
   * body
**************************************************************************************************** */

body { margin:0; padding:0; font:14px/1.5 "メイリオ",Meiryo,sans-serif; }

/* ****************************************************************************************************
   * link
**************************************************************************************************** */

a { text-decoration:underline; outline:none; }

a:hover { text-decoration:none; }

a:hover img { opacity:0.7; -webkit-transition:opacity 0.5s ease 0s; -moz-transition:opacity 0.5s ease 0s; transition:opacity 0.5s ease 0s; }

/* ****************************************************************************************************
   * title
**************************************************************************************************** */

h1, h2, h3, h4, h5, h6, small, address { margin:0; padding:0; font-size:100%; font-weight:normal; font-style:normal; }

/* ****************************************************************************************************
   * text
**************************************************************************************************** */

p { margin:0; padding:0; }

p + * { margin-top:1em; }

* + p { margin-top:1em; }

/* ****************************************************************************************************
   * image
**************************************************************************************************** */

img { border:none; vertical-align:bottom; }

/* ****************************************************************************************************
   * table
**************************************************************************************************** */

table { font-size:inherit; font:100%; empty-cells:show; }

/* ****************************************************************************************************
   * form
**************************************************************************************************** */

form { margin:0; padding:0; }

form button:hover,
form input[type="submit"]:hover,
form input[type="image"]:hover { opacity:0.8; }

textarea,
select,
button { font-size:inherit; vertical-align:middle; }
</pre></body></html>