/*
Theme Name: BNI Member Map
Theme URI: https://bnimap.shinmi-create.com/
Author: Shinmi Create
Author URI: https://shinmi-create.com/
Description: BNIメンバーの出没エリアを地図上で可視化するシステム
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bnimap
*/

/* Base Reset */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
    background: #f5f7fa;
    color: #2d3748;
    line-height: 1.6;
}

a {
    color: #3182ce;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}
