﻿@charset "utf-8";

/* default style
----------------------------------------------------------- */
@import url("css/default.css");

/*********************************/
/***** PC *****/
/*********************************/

/* module style
----------------------------------------------------------- */
@import url("css/module.css") screen and (min-width: 641px);

/* all style
----------------------------------------------------------- */
@import url("css/element.css") screen and (min-width: 641px);


/*********************************/
/***** スマホ *****/
/*********************************/

/* module style
----------------------------------------------------------- */
@import url("css/module_sp.css") screen and (max-width: 640px);

/* all style
----------------------------------------------------------- */
@import url("css/element_sp.css") screen and (max-width: 640px);
