

#news h2, #recommend h2, #seller h2 {
  font-size: 14px;
}
#news ul li {
}
#news ul li span {
  font-weight: bold;
  display: block;
}

#recommend {
}

#recommend .recommend-unit {
}
#recommend .recommend-unit img {
}




@media (min-width: 480px) {
}
@media (min-width: 768px) {
  #news h2, #recommend h2, #seller h2 {
    font-size: 17px;
  }
  #news ul li span {
    display: inline;
    margin-right: 20px;
  }
}
@media (min-width: 980px) {
}



.item_name {
  margin-top: 10px;
}
.item_price {
  font-weight: bold;
}
