@charset "utf-8";

#contents .list-item {
  display: block;
  margin-left: 1.5em;
  text-indent:-1.5em;
}
#contents .list-item::before {
  content: "・";
  margin-right: 0.5em;
}

#contents .modColumn02_03 h3 span.a_like {
  display: block;
  padding: 8px 12px;
  padding-right: 32px;
  background-image: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 20px;
}

#contents dl.news  {
  margin-top:0;
  @media screen and (min-width: 769px) {
    margin-left:24px;
  }
}

#contents dl.news dt {
  float:left;
  width:150px;
  padding: 12px 6px;
  @media screen and (min-width: 769px) {
    border-top:1px dotted #ccc;
  }
}

#contents dl.news dd {
  float:left;
  padding: 12px 6px;
  @media screen and (min-width: 769px) {
    width:480px;
    border-top:1px dotted #ccc;
  }
}
