@charset "utf-8";
/* 
Theme Name: Bannno
File: style.css
Author: Bannno Clinic
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Template: genova_tpl
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/


body {
	position: relative;
	font-family: 'Zen Maru Gothic', 'Meiryo', 'メイリオ', Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 1.6em;
	letter-spacing: 0;
	line-height: 2em;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body:not(.home) {
	background: #EEF2F6;
}

