/*===========================================================================================*/
/* ママボノ　WEBサイト [共通CSS]
/* 2016.06.22 - AD Y.kasahara
/*===========================================================================================*/

/*
Theme Name: mamabono2026
Theme URI: https://mamabono.org/
Description: ママボノ オリジナルテーマ
Author: 認定NPO法人サービスグラント
Author URI: https://www.servicegrant.or.jp/
Version: 1.2
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url("style_pc.css") 	only screen and (min-width: 981px);
@import url("style_pc.css") 	only screen and (max-width: 980px) and (min-width: 641px);
@import url("style_sp.css") 	only screen and (max-width: 640px);
@import url("style_pc.css") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
