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

.bg{
  position: absolute;
  top: 30px;
  right:30px;
  bottom:30px;
  left: 30px;
  background:url(../images/project/bg.jpg) center;
  -webkit-background-size: cover;
  background-size: cover;
}

.title{
  position: relative;
}
.title h2{
  position: absolute;
  top: 0;
  left: 40px;
}
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 810px;
  height: 310px;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: rgba(255,255,255,0.9);
}

.scrollContent{
  margin:5px 10px;
}
.mCSB_scrollTools{
  visibility: hidden;
}
.listWrap{
  font-size: 0.75em;
  line-height: 30px;
  overflow: hidden;
}
.listWrap ul{
  width: 150px;
  height: 240px;
  margin-right: 10px;
  float: left;
  border-bottom: #70A8C3 solid 1px;
}

.pPrev, .pNext{
  position: absolute;
  bottom: 0;
  letter-spacing: -2px;
  font-size: 0.75em;
}
.pPrev{
  left: 10px;
  opacity: 0;
}
.pNext{
  right: 10px;
}


@media screen and (max-width:1100px),screen and (max-height:660px){
  .bg{
    position:relative;
    top:auto;
    left:auto;
    right:auto;
    bottom: auto;
    padding-bottom:300px;
  }

  .content{
    position:static;
    -webkit-transform: none;
    transform: none;
    width: auto;
    height: auto;
  }

  .title{
    position: absolute;
    top: 300px;
    left: 50%;
    background: #FFF;
    width: 180px;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .title h2{
    position: static;
  }

  .scrollContent{
    margin: 100px 30px;
  }

  .listWrap ul{
    float: none;
    width: auto;
    height: auto;
    border:none;
  }
  .listWrap li{
    float: left;
    width: 31.3333%;
    margin:0 1%;
    border-bottom: #eee solid 1px;
    box-sizing: border-box;
  }

  .pPrev, .pNext{
    display: none;
  }
}

@media screen and (max-width:640px){
  .scrollContent{
    margin: 60px 10px;
  }
  .listWrap li{
    width: 48%;
  }
}
@media screen and (max-width:480px){
  .listWrap li{
    width: 100%;
    max-width: 250px;
    float:none;
    margin: 0 auto;
  }
}