@charset "utf-8";

/***************************** レスポンシブcss */

@import"common/css/pc.css?0325" screen and (min-width: 641px);
/*@import"css/tb.css" screen and (max-width: 1023px) and (min-width: 641px);*/
@import"common/css/sm.css?0325" screen and (max-width: 640px);


/************************************************************* 外部css */

@import"style-reset.css";



