﻿@charset "utf-8";

/* デフォルトスタイルのリセット
----------------------------------------------------------- */
@import url("reset.css");

/* 共通設定のスタイル
----------------------------------------------------------- */
@import url("style.css");

/* ブログ用のスタイル
----------------------------------------------------------- */
@import url("blog.css");

/* レスポンシブスタイル
----------------------------------------------------------- */
@import url("sphone.css");
@import url("pc.css") screen and (min-width: 570px);
/* ↓記事内のサブフォト用 */
/* @import url("tablet.css") screen and (min-width: 641px) and (max-width: 879px);*/
@import url("sphone_s.css") screen and (min-width: 0px) and (max-width: 479px);

/* プリント用
----------------------------------------------------------- */
@import url("pc.css") print;