@charset "UTF-8";

/*
Theme Name: SmileHouse Official Responsive v1.3.1
Theme URI: http://ethos-ltd.com
Description: 住まいるハウス公式サイト PC/SP統合レスポンシブテーマ。1024px以上はPC版、1023px以下はスマホ版を使用。
Version: 1.3.1
Author: Fumihiko Kiyosawa
Author URI: http://www.ethos-ltd.com/
*/

/* Desktop mode: 1024px and wider. */
@import url(css/index.css) screen and (min-width: 1024px), print;
@import url(css/webpage.css) screen and (min-width: 1024px), print;
@import url(css/detail.css) screen and (min-width: 1024px), print;
@import url(css/list.css) screen and (min-width: 1024px), print;

/* Mobile mode: 1023px and narrower. */
@import url(css/mobile-index.css) screen and (max-width: 1023px);
@import url(css/mobile-webpage.css) screen and (max-width: 1023px);
@import url(css/mobile-detail.css) screen and (max-width: 1023px);
@import url(css/mobile-list.css) screen and (max-width: 1023px);


/* Shared bridge for the single PC/SP PHP markup. */
@import url(css/responsive-bridge.css);
