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

.bFB img{
  margin-top: -35px;
}

.bg{
  position: absolute;
  top: 0px;
  right:0px;
  bottom:0px;
  left: 60%;
  margin-left: 80px;
  background:url(../images/report/bg.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.content{
  position: absolute;
  left: 30%;
  top: 50%;
  margin: -190px 0 0 -260px;
  width: 600px;
}

.caseTitle{
  position: absolute;
  top: 440px;
  font-size: 0.75em;
  color: #000;
  border-top: #70A8C3 solid 2px;
  width: 100%;
}
.caseTitle a{
  color: #000;
}

.viewport{
  position: relative;
  width: 600px;
  height: 420px;
  border: #CCC solid 1px;
  overflow: hidden;
}

.viewport img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.viewport img.cover{
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.control{
  position: absolute;
  top: 430px;
  right: 0;
  background: #FFF;
  font-size: 0.75em;
}
.control li{
  float: left;
  margin-left: 5px;
  line-height: 20px;
  height: 20px;
}

.bPrev, .bNext, .bClose{
  width: 20px;
  height: 20px;
  background-image: url(../images/report/controlBtn.jpg);
  cursor: pointer;
}
.bPrev{
  background-position: 0 0;
}
.bNext{
  background-position: -20px 0;
}
.bClose{
  background-position: -40px 0;
}
.bClose a{
  display: block;
  text-indent:-9999px;
}
.bPrev:hover, .bNext:hover, .bClose:hover{
  -ms-background-position-y: -20px;
  background-position-y: -20px;
}

.noBtn, .noBtn:hover{
  -ms-background-position-y: -40px;
  background-position-y: -40px;
  cursor:default;
}

@media screen and (max-width:1100px),screen and (max-height:660px){
  header{
    top: -60px;
  }
  .bg{
    display: none;
  }

  .content{
    position: static;
    margin: 60px 30px;
    width: auto;
    min-height:  calc(100vh - 160px);
  }

  .caseTitle{
    position: static;
    border-top: none;
    border-bottom: #70A8C3 solid 2px;
    font-size: 1em;
    line-height: 1.5em;
  }
  
  .viewport {
    width: auto;
    height: auto;
    border:none;
  }
  .viewport img{
    position: static;
    margin: 30px 0;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .viewport img.cover{
    -webkit-transform: none;
    transform: none;
  }
  
  .control{
    position: static;
  }

  .control li:not(.bClose){display: none;}
  .control li.bClose{
    float: none;
    width: auto;
    height: auto;
    background: none;
    margin-top: 40px;
    text-align: center;
  }
  .bClose a{
    display: inline-block;
    text-indent: 0;
    color: #000;   
    border-bottom: #70A8C3 solid 2px;
  }
}

@media screen and (max-width:640px){
  header{
    top: -50px;
  }
  .content{
    margin: 50px 10px;
    min-height:  calc(100vh - 140px);
  }
  .viewport img{
    margin: 10px 0;
  }
}