@charset "UTF-8";
/* news */
.news-list-item {
  border-bottom: 1px solid #CDD6DD;
}
.news-list-link {
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}
.in-pdf {
    padding-right: 44px;
}
.news-list-link.in-pdf:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 19px;
  height: 25px;
  background: url("../images/common/icon_pdf.svg") center / cover;
  transform: translateY(-50%);
}
.news-list-date {
  width: 122px;
  font-size: 1.4rem;
}
.news-list-category {
  width: 136px;
}
.news-list-text {
  width: calc(100% - 258px);
}
.news-list-text:hover {
  opacity: .7;
}

@media screen and (max-width:600px){
  .news-list-text {
    width: 100%;
    margin-top: 5px;
  }
  .news-list-date {
    width: 84px;
    font-size: 1rem;
    line-height: 20px;
  }
  .news-list-category {
    display: flex;
    width: calc(100% - 84px);
  }
  .list-category:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
/* tab */
.tab-list {
  border-bottom: 1px solid #888888;
}
.tab-list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  border-radius: 4px 4px 0 0;
  background-color: #E2E2E2;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}
.tab-list-item:not(:last-child) {
  margin-right: 4px;
}
.tab-list-item.active {
  background-color: #fff;
  border-left: 1px solid #CDD6DD;
  border-top: 1px solid #CDD6DD;
  border-right: 1px solid #CDD6DD;
}
@media screen and (max-width:600px){
  .tab-list-item {
    width: calc(25% - 3px);
    font-size: 1.2rem;
  }
}
/* category */
.category {
  width: 120px;
  border-radius: 4px;
  height: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.category.hhcross {
  background-color: #000;
  color: #fff;
  line-height: 20px;
}
.category.towns {
  background-color: #DF2C28;
  color: #fff;
  line-height: 20px;
}
.category.video {
  background-color: #888888;
  color: #fff;
  line-height: 20px;
}
.category.wi-fi {
  background-color: #128B3A;
  color: #fff;
  line-height: 20px;
}
.category.events {
  background-color: #5e3282;
  color: #fff;
  line-height: 20px;
}
.category.entertainment {
  border: 1px solid;
  color: #F07079;
  line-height: 18px;
}
.category.information {
  border: 1px solid;
  color: #D28528;
  line-height: 18px;
}
.category.travel {
  border: 1px solid;
  color: #2EABDF;
  line-height: 18px;
}
.category.hotel {
  border: 1px solid;
  color: #6461A8;
  line-height: 18px;
}
.category.traffic {
  border: 1px solid;
  color: #375A95;
  line-height: 18px;
}
.category.estimate {
  border: 1px solid;
  color: #A16082;
  line-height: 18px;
}
.category.transport {
  border: 1px solid;
  color: #80C14A;
  line-height: 18px;
}
.category.other {
  border: 1px solid #888;
}
.list-category {
  display: block;
}
.list-category:not(:last-child) {
  margin-bottom: 6px;
}
.type {
  line-height: 18px;
  border: 1px solid #888;
}
@media screen and (max-width:600px){
  .category {
    width: 100px;
    font-size: 1rem;
  }
}
