/*
Theme Name: Suiso Okinawa
Theme URI: https://www.suiso.okinawa/
Author: 水素オン那覇店
Author URI: https://www.suiso.okinawa/
Description: 水素オン那覇店（WIXサイト）をWordPressへ移行するために作成したオリジナルテーマです。TOPページを再現しています。
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: suiso-okinawa
*/

/* Base resets — main styles live in assets/css/main.css (enqueued via functions.php) */
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
}

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

a {
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
