@charset "utf-8";



.worksListBlock{
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width:768px) {
  .worksListBlock {
    border-radius: 0;
  }
}


/*panelArea*/
.panelArea{
  overflow: hidden;
  margin-bottom: 10px;

}
.panelArea .panel{
  float: left;
  width: 316px;
  background: #fff;
  margin: 2px;
}

.cover {
  display: inline-block;
  background-color: #FFF;
  background-position: center center;
  background-repeat: no-repeat;
  width: 316px;
  height: 312px;
  background-size: cover;
  vertical-align: bottom;
  width: 100%;
}
.workTitle{
  overflow: hidden;
  height: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding-bottom: 5px;
}
.textArea{
  padding: 10px;
}
.panelTitle{
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width:768px) {
  .panelArea{
    overflow: hidden;
    margin-bottom: 10px;
  }
  .panelArea .panel{
    float: left;
    box-sizing: border-box;
    width: 49%;
    background: #fff;
    margin: 0.5%;
  }
  .panelThumb{
    width: 100%;
    max-width: 100%;
  }
  .textArea{
    padding: 10px;
  }
}
