@charset "utf-8";

@import url("professional-black/screen.css");
@import url("default.css");/* initial setting */

@import url("smart-blog.css") screen and (min-width:0px) and (max-width: 699px);
@import url("smart-base.css") screen and (min-width:0px) and (max-width: 699px);/* base template style */
@import url("smart-module.css") screen and (min-width:0px) and (max-width: 699px);/* common module style */


@import url("blog.css") screen and (min-width:701px) and (max-width: 5000px);
@import url("base.css") screen and (min-width:701px) and (max-width: 5000px);/* base template style */
@import url("module.css") screen and (min-width:701px) and (max-width: 5000px);/* common module style */


@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);