@charset "shift_jis";


*{
 font-size:inherit;
 font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "‚l‚r ‚oƒSƒVƒbƒN", osaka, sans-serif;
 color:inherit;
 border:0px;
}


body{
  margin:0;
  padding:0;
 background-color :#fcfcfc;
 font-size: 14px;
  overflow-x: hidden;
}


#img_center{
 margin-left:auto;
 margin-right:auto;
 
 width:100%;
 max-width:581px;
}


#footer{
  display:flex;
  justify-content: center;
  align-items: center;
  
  margin-bottom:20px;
  border-top:0;
}

/* END */