/* *****************************
 *
 * Import CSS file.
 * スマートフォン対応
 * 
 **************************** */

@charset "utf-8";
/*ブラウザスタイルのリセットするスタイル(htmlタグでのデザインが出来なくなるので注意)*/
@import url("reset.css");

@import url(common.css) screen and (min-width: 769px); /* 640以上 */
@import url(contents.css) screen and (min-width: 769px); /* 640以上 */

@import url(smart_common.css) screen and (max-width: 768px); /* 639以下 */
@import url(smart_contents.css) screen and (max-width: 768px); /* 639以下 */