    /*
    Theme Name: PLATINUM
    Description:セレクトショッププラチナム
    Theme URI: テーマの URL
    Author: ONES
    Author URI: https:ones-web.com
    Version: バージョン
    License: ライセンス
    License URI: ライセンスの URL
    */


@charset "utf-8";
/* CSS Document */

/*スマートフォン用CSS*/
@import url("css/smart.css") screen and (min-width:0px) and (max-width:480px);


/*tab縦用CSS*/
@import url("css/tab-h.css") screen and (min-width:481px) and (max-width:840px);


/*PC用CSS*/
@import url("css/layout.css") screen and (min-width:1191px);


/*tab横用CSS*/
@import url("css/tab-w.css") screen and (min-width:841px) and (max-width:1190px);
