@charset "UTF-8";

/*PC*/
/*@import url("style-blog.css") screen and (min-width:767px);*/

/*mobile*/
/*@import url("style-blog_sp.css") screen and (max-width:768px);*/

/*PC*/
@import url("style-blog.css") screen and (min-width:480px);

/*mobile*/
@import url("style-blog_sp.css") screen and (max-width:479px);