@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.
 * (本プログラムは無保証です。サポートや修正は任意での対応となります。)
 */
.std-btn{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;font-family:system-ui,sans-serif;transition:background-color .2s}.std-btn:hover{background-color:#e2e6ea;border-color:#b1adbd}.std-btn:active{background-color:#333;color:#f8f9fa}.std-btn.aqua{color:#001347;background-color:#7fffd4}.std-btn.aqua:hover{color:#f0f8ff;background-color:#001347}.std-btn.aqua:active{color:#b8cafd;background-color:#014931}.std-btn.warn{color:#fff;border-color:#b34545;background-color:#b34545}.std-btn.warn:hover{color:red;border-color:#b34545;background-color:#fff}.std-btn.caution{font-weight:700;color:#000;border-width:2px;border-color:#000;background-color:var(--fe-yellow)}.std-btn.caution:hover{font-weight:700;color:var(--fe-yellow);border-width:2px;background-color:#fff}