#htmlcontent_top {
  width: 100%;
  max-width: 1170px;
}

@media (max-width:767px) {
  #htmlcontent_top {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 0;
  }
}

@media (max-width:767px) {
  #htmlcontent_top ul {
    margin: 0 -5px;
  }
}

#htmlcontent_top ul li {
  margin-bottom: 10px;
}

@media (max-width:767px) {
  #htmlcontent_top ul li {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
  }
}

#htmlcontent_top ul li:last-child {
  margin-bottom: 0;
}

#htmlcontent_top ul li img {
  max-width: 100%;
  height: auto;
}