

/* ----------------------------------------------------------------
AreaList PAGE NEWS
---------------------------------------------------------------- */

.areaNews {
    padding: 10px 10px 15px;
    margin: 5px 0 5px;
    background: #F8F6F2;
    border-bottom: 1px solid #eee;
}

.areaNews h3 {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 600;
    color: #666;
    padding: 0 2px 2px;
}

.area_newlist {
    background: #fff;
    border-radius: 3px;
}

.newsBoxShopInfo a {
    text-decoration: none;
    font-size: 16px;
}

.newsBox + .newsBox {
    border-top: 1px solid #F8F6F2;
}

.area_newlist .newsBoxShopKeep {
    width: 42px;
}

.area_newlist .newsBox .keep span {
  display: flex;
  -weblit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 10px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.area_newlist .newsBox .keep span::before {
  font-size: 16px;
}



.areaNewsTitle {
    display: flex;
    flex-direction: row;
    padding-bottom: 5px;
}

h3.areaNewsTitleName {
    padding: 0;
}

.areaNewsTitleMoreBtn {
    margin-left: auto;
}

.areaNewsTitleMoreBtn label span {
    font-size: 12px;
}

