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

html {
 height: 100%;
}

body {
  height: 100%;
  margin: 0;
}
    
.panorama {
  width: 100%;
  height: 100%;
  position: relative;
  overflow:scroll;
  -webkit-overflow-scrolling: touch
}
.panorama img {
  width:auto;
  height:100%;
}


#wrap {
  padding:0px;
}
.imgBox img {
  width:100%;
  height:auto;
}
.txtBox img {
  width:190px;
  height:auto;
  float:right;
  margin:0 0 5px 10px;
}
h1 span {
  font-size:70%;
}