@charset "Shift_JIS";
#footerFloatingMenu{
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img{
    max-width: 99%;
}
body{
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
  color : inherit;
}