.b-news_aggr {
  display: flex;
  justify-content: flex-start; }
  .b-news_aggr .aggr-txt {
    display: inline-block;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    font-weight: bold;
    color: grey;
    margin-right: 5px; }
  .b-news_aggr a {
    display: inline-block;
    margin-left: 5px;
    height: 34px;
    width: 140px;
    background-color: transparent;
    border: 1px solid lightgray;
    border-radius: 4px; }
    .b-news_aggr a.ya {
      width: 150px; }
      .b-news_aggr a.ya img {
        width: 139px;
        height: 32px; }
    .b-news_aggr a.goo {
      width: 150px; }
      .b-news_aggr a.goo img {
        width: 140px;
        height: 31px; }
    .b-news_aggr a.zen {
      border: none;
      width: 125px; }
      .b-news_aggr a.zen img {
        width: 125px;
        height: 34px; }
