/* kaiju */
#kaijuShell {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.8);
}
  #kaijuContent {
    position: absolute;
    left: 50%;
    top: 44%;
    width: 734px;
    height: 516px;
    margin: -258px 0 0 -367px;
    visibility: hidden;
  } 
    #kaijuTmbs {
      position: absolute;
      width: 734px;
      height: 504px;
    } 
      .kaijuImg {
        width: 100%;
        height: 100%;
      }
    #kaijuBtn {
      position: absolute;
      bottom: 0;
      width: 214px;
      height: 18px;
    }
      #kaijuBtn img {
        position: absolute;
      }
      #kaijuBtn div {
        position: absolute;
        padding-left: 20px;
        font-size: 10px;
        line-height: 18px;
        color: #000;
      }
    #kaijuClose {
      position: absolute;
      right: 12px;
      top: 36px;
    }
