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


/**************************************************/
/*******　　固定メニュー　　　*********/
/**************************************************/
.fixed{
	position: fixed;
	top:0;
	left: calc((100% - 100%) / 2);/*(全体幅-要素幅)/2が余白*/
}