@charset "UTF-8";
/* CSS Document */
/* GLOBAL */
@import url("my_style_sp.css")screen and (max-width:896px) ;
@import url("my_style_pc.css")screen and (min-width:897px) ;
