@charset "utf-8";
/* CSS Document */


/*メインメニューが画面上部に到達した際の設定ファイル
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*fixmenuブロック*/
body.is-fixed .nav-fix-pos {
	width: 100%;z-index: 3000;position: fixed;top: 0;left: 0;
}



/*メンバーページ用ページ下のブロック*/
body.is-fixed .nav-fix-bottom {
	width: 100%;
	z-index: 100;
	position: fixed;
	bottom: 0;
	left: 0;
}

