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


img{
  vertical-align: middle;
}
/*コンテンツ部分*/
.box{
  background:#ddd;
  width:100%;
  height:10px;
}
/*追従ボタン*/
.fix-btn{
  position:fixed;
  z-index:1;
  background:#009966;
  width:400px;
  border-radius:0px;
  text-decoration:none;
  font-size:20px;
  text-align:center;
  color:#FFF;
  padding:20px 0;
  right:5px;
  bottom:20px;
  box-shadow:1px 1px 5px #aaa;
}