@charset "utf-8";
/*!
 * Figure eight button v2.1
 * Copyright 2011-2026 Figure eight by toyoda-eng.com
 * Licensed under MIT
 *
 *                             Last Update 2026-04-22
 *
 * Support & Donation: https://toyoda-eng.com
 * 
 * [Notice]
 * This software is provided "AS IS". Support and bug fixes are 
 * performed at the author's discretion and are not guaranteed.
 * (本プログラムは無保証です。サポートや修正は任意での対応となります。)
 */
.style-button {appearance: none;-webkit-appearance: none;padding: 4px 12px;border: 1px solid #ccc; /* 枠線を少し明るく */border-radius: 4px; /* 角丸を少しだけ強く */background-color: #f8f9fa; /* ほんの少し明るいグレー */color: #333;cursor: pointer;font-size: 14px;/* 13.333pxより読みやすい */font-family: system-ui, sans-serif;transition: background-color 0.2s;}.style-button:hover{background-color: #e2e6ea;border-color: #b1adbd;}.style-button:active{background-color: #333;color:#f8f9fa}.bu-aqua{color:#001347;background-color:aquamarine;}.bu-aqua:hover{color:aliceblue;background-color:#001347;}.bu-aqua:active{color:#b8cafd;background-color: #014931;}