@charset "utf-8";

/*
	Theme Name: 株式会社メディアシーク
	Theme URI: http://www.mediaseek.co.jp/
	Description:株式会社メディアシーク用テーマ
	Version: 1.0
	Author: 株式会社メディアシーク
	Author URI: http://www.mediaseek.co.jp/
*/

/*__ PC _____________________________________________*/

@import "css/pc_base.css" only screen and (min-width:1025px);
@import "css/pc_style.css" only screen and (min-width:1025px);

/*― Page ―*/
@import "css/pc_page.css" only screen and (min-width:1025px);


/*__ TABLET _________________________________________*/

@import "css/pc_base.css" only screen and (min-width:768px) and (max-width:1024px);
@import "css/tab_style.css" only screen and (min-width:768px) and (max-width:1024px);

/*― Page ―*/
@import "css/tab_page.css" only screen and (min-width:768px) and (max-width:1024px);


/*__ SP _____________________________________________*/

@import "css/sp_base.css" only screen and (max-width:767px);
@import "css/sp_style.css" only screen and (max-width:767px);

/*― Page ―*/
@import "css/sp_page.css" only screen and (max-width:767px);

