@charset "utf-8";
/* CSS Document */

@import url(./reset.css);

/*----------------------------------------------------
 PC
----------------------------------------------------*/

@import url(pc/pc-login.css) screen and (min-width: 768px);
@import url(pc/pc-member.css) screen and (min-width: 768px);

/*----------------------------------------------------
 sp
----------------------------------------------------*/

@import url(sp/sp-login.css) screen and (max-width: 767px);
@import url(sp/sp-member.css) screen and (max-width: 767px);
