@charset "utf-8";


.book-area{
background-color:#ffffff;
margin:0.5%;
}

.book-container{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;

}


.book-pict {
  width: 28%;
flex-shrink: 0;
  margin-left: 2%;
  margin-right: 2%;
}

.book-pict img {
  width: 100%;
  height:auto;

}

.hrbooks{
  border-top: 0.5px dashed #ccc;
}