/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.page_title .title {
  width: 420px;
  width: 56%;
}

.entertainment_list {
  margin-top: 30px;
  padding-bottom: 40px;
}
.entertainment_list section:not(:last-child) {
  margin-bottom: 30px;
}
.entertainment_list section .cate_title .title {
  letter-spacing: -0.1em;
}
.entertainment_list section.others .cate_title .title {
  letter-spacing: -0em;
}
.entertainment_list .entertainments {
  position: relative;
  background: #FFF;
  margin: 0 20px 10px;
  padding: 15px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.entertainment_list .entertainments a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #000;
  text-decoration: none;
}
.entertainment_list .entertainments .img {
  width: 30%;
  margin-right: 3%;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.entertainment_list .entertainments .info {
  width: 67%;
  float: left;
}
.entertainment_list .entertainments .info .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 10px;
}
.entertainment_list .entertainments .info .disc {
  line-height: 1.4;
  font-size: 14px;
}
.entertainment_list .entertainments .info .icon_link {
  position: absolute;
  width: 5.2%;
  margin-left: auto;
  right: 1.6%;
  bottom: 5px;
}
