@charset "utf-8";
/* CSS Document */

/*==============================
ヘッダー・フッターがサイト利用者登録系（ログイン前）の時は、
このCSSを呼び出してください。
==============================*/

/*----------------------------------------------------
 PC
----------------------------------------------------*/

@import url(pc/uniosspage-pc-common.css) screen and (min-width: 768px);
@import url(pc/member-pc-headerfooter.css) screen and (min-width: 768px);

/*----------------------------------------------------
 sp
----------------------------------------------------*/

@import url(sp/uniosspage-sp-common.css) screen and (max-width: 767px);
@import url(sp/member-sp-headerfooter.css) screen and (max-width: 767px);

