    /*
    Theme Name: ワンズサイト
    Description:パソコン教室のサイト
    Theme URI: テーマの URL
    Author: ONES
    Author URI: 作った人の URL
    Version: バージョン
    License: ライセンス
    License URI: ライセンスの URL
    */


@charset "utf-8";
/* CSS Document */

/*スマートフォン用CSS*/
@import url("css/smart.css") screen and (min-width:0px) and (max-width: 639px);

/*PC用CSS*/
@import url("css/layout.css") screen and (min-width:640px);
@import url("css/editor-style.css") screen and (min-width:640px);

