/******** coror ********/
/********* parts *******/
/********************************************/
.entertainment-list section:not(:last-child) {
  margin-bottom: 60px;
}
.entertainment-list .entertainment {
  float: left;
  width: 316px;
  background: #FFF;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding-bottom: 40px;
  height: 335px;
  margin-bottom: 18px;
  position: relative;
}
.entertainment-list .entertainment:not(:nth-child(3n)) {
  margin-right: 15px;
}
.entertainment-list .entertainment:nth-child(3n+1) {
  clear: left;
}
.entertainment-list .entertainment a {
  color: #000;
}
.entertainment-list .entertainment a:hover {
  text-decoration: none;
}
.entertainment-list .entertainment .img {
  margin-bottom: 25px;
}
.entertainment-list .entertainment .img img {
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
.entertainment-list .entertainment .title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 18px 10px;
}
.entertainment-list .entertainment .title span {
  font-size: 14px;
  line-height: 1;
  display: block;
}
.entertainment-list .entertainment .disc {
  margin: 0 18px 10px;
  line-height: 1.4;
  font-size: 14px;
}
.entertainment-list .entertainment .icon_link {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-left: auto;
  right: 5px;
  bottom: 5px;
}
