@charset "utf-8";

/* index.css　トップページのCSS */
@import "import.css?update=20260131200000";

#mainv {
  margin-bottom: 20px;
}

#coupon dl {
  overflow: hidden;
  margin: 20px 0;
}
#coupon dl dt {
  float: left;
  margin-right: 20px;
}
#coupon dl dd {
  line-height: 1.6;
}

#news div.scroll {
  margin-top: 20px;
  height: 120px;
  overflow: auto;
  border: 1px solid #d2d2d2;
}
#news dl {
  line-height: 1.6;
  padding: 5px 10px;
  background: url(../img/ind_news_arrow.gif) no-repeat 9px 11px;
}
#news dl.even {
  background-color: #fff5ec;
}
#news dl dt {
  float: left;
  padding: 0 28px 0 10px;
  overflow: hidden;
}
#news dl dd {
  overflow: hidden;
}
