/*===========================================================================================*/
/* エルマール WEBサイト [共通CSS]
/* 2015.04.25 - AD Y.kasahara
/*===========================================================================================*/

/*
Theme Name: elmar2015
Theme URI: http://elmar-naoetsu.com/
Description: エルマールオリジナルテーマ
Author: アクセルデザイン
Author URI: http://www.akuseru-design.com/
Version: 1.0
*/

@charset "UTF-8";

/* -------------------------------------------------------------------------
 import.css
------------------------------------------------------------------------- */

@import url("style_pc.css") 	only screen and (min-width: 961px);
@import url("style_pc.css") 	only screen and (max-width: 960px) and (min-width: 641px);
@import url("style_sp.css") 	only screen and (max-width: 640px);
@import url("style_pc.css") 	print;

/*===========================================================================================*/
/* end */
/*===========================================================================================*/
