@charset "UTF-8";

@import "main.css";/* タグの基本設定 */
@import "amazon_modal.css";/* 共通で使うCSS */
@import "layout.css";/* 共通で使う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);*/