@charset "UTF-8";

/* ==============================
=================================
=================================
=================================
=================================

common.css

=================================
=================================
=================================
=================================
============================== */

@import "base.css";/* タグの基本設定 */
@import "parts.css";/* 共通で使うCSS */
@import "fonts/fonts.css";/* フォント */

/*@import "style_sp_s.css" screen and (max-width:480px);
@import "style_sp_l.css" screen and (min-width:481px) and (max-width:640px);
@import "style_tablet.css" screen and (min-width:641px) and (max-width:800px);
@import "style_pc.css" screen and	(min-width:801px);*/

/*@import "style_pc.css" only print;*/