@charset "utf-8";
#main_column .resultWrap .pagingfoot {
  margin-top: 40px;
}
#main_column .newsinfo {
  margin-top: -9px;
  margin-bottom: 27px;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
  font-size: 1.4rem;
}
#side_column .box .custommenu li a.categoryicon {
  width: 60px;
  height: 24px;
  margin: 0;
  border-radius: 2px;
  background: #276c9d;
  text-align: center;
  line-height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  #side_column .box .custommenu li a.categoryicon {
    width: 50px;
    height: 19px;
    font-size: 1.1rem;
    line-height: 19px;
  }
}
