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

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

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

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

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

