@charset "UTF-8";

@import url(style3.css) screen and (min-width: 1251px); /* 769以上 */
@import url(pad.css) screen and (max-width: 1250px) and (min-width: 851px);  

@import url(smart.css) screen and (max-width: 850px) and (min-width: 451px); /* 850以下 */
@import url(smart_2.css) screen and (max-width: 450px) ; 

