@charset "Shift_JIS";

/* 基本外部スタイルシートの読み込み
------------------------------------------------------------ */
/*
@import "common.css";
@import "base.css";
@import "tops5.css";
*/

@import "common.css" screen and (min-width: 768px);
@import "base.css" screen and (min-width: 768px);
@import "tops5.css" screen and (min-width: 768px);

@import "m-common.css" screen and (max-width: 767px);
@import "m-base.css" screen and (max-width: 767px); 
@import "m-tops5.css" screen and (max-width: 767px);
