@charset "utf-8";

/* CSS Document */

.mainSlider {
  line-height: 0;
  margin-bottom: 60px;
}

#news {
  margin-bottom: 55px;
}
#news dl {
  border-bottom: 1px dotted #222;
  padding: 15px 10px;
  font-size: 14px;
}
#news dl dt {
  float: left;
  width: 90px;
}
#news dl dd {
  float: left;
  width: 490px;
}
#news dl dd a {
  color: #EC6567;
}
#news dl dd a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .mainSlider {
    line-height: 0;
    margin-bottom: 30px;
  }

  #news {
    margin-bottom: 25px;
  }
  #news dl {
    border-bottom: 1px dotted #222;
    padding: 7px 5px;
    font-size: 12px;
  }
  #news dl dt {
    float: none;
    width: 100%;
  }
  #news dl dd {
    float: none;
    width: 100%;
  }
}


