/* CSS Document */

/*------------------------------*/
body {
  font-size: 1.8rem; 
}

/*-----------------ヘッダー-----------------*/
header  .head_logo{
	left:calc((100% - 1600px) / 2);
}
header  .head_menu{
	right:calc((100% - 1600px) / 2 + 20px);
}

/*facebook*/
.foot_fb_bnr{
	right:calc((100% - 1600px) / 2 + 1px);
}