@charset "utf-8";

#subContents.bottom{
  position: relative;
}

#subContents #fixed-navi.bottom{
  position:absolute;
  bottom:0px;
}

#fixed-navi.fixed{
  position:fixed;
  bottom: 20px;
}

