/*
Theme Name:cocomo
Theme URI:
Description: オリジナルデザインテーマ
Version: 0.1
Author: west
Author URI: https://cocomo.work/
*/

/*CSSリセット*/
@import url("css/reset.css");

/*PC用*/
@import url(css/pc/common.css) screen and (min-width: 768px);
@import url(css/pc/contents.css) screen and (min-width: 768px);

/*スマホ用*/
@import url(css/sp/common.css) screen and (max-width: 767px);
@import url(css/sp/contents.css) screen and (max-width: 767px);

/* プリント用／PC用と同じ */
@import url(css/pc/common.css) print;
@import url(css/pc/contents.css) print;

