@charset "UTF-8";

/*===========================================

 * news-list.scss

=========================================== */

article#content {
    width: 100% !important;
    line-height: 200%;
}

header h1 {
  text-indent: -99999px;
}
header h1#h-news {
  background: url("../img/h-news.jpg") no-repeat;
}
header h1#h-events {
  background: url("../img/h-events.jpg") no-repeat;
}

article#content h3, article#content dl {
  margin-left: 10px;
}
article#content h3 {
  margin: 2em auto 0.5em auto;
  border-bottom: 1px dotted #666666;
  width:850px;
}
article#content dl {
  *zoom: 1;
  width:850px;
  margin:0 auto 1em auto;
}
article#content dl:before, article#content dl:after {
  display: table;
  line-height: 0;
  content: "";
}
article#content dl:after {
  clear: both;
}
article#content dt {
  *zoom: 1;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 9.5em;
  padding-left: 15px;
  background: url("../../img/common/list-icon.gif") 5px center no-repeat;
  color: #827d68;
}
article#content dt:before, article#content dt:after {
  display: table;
  line-height: 0;
  content: "";
}
article#content dt:after {
  clear: both;
}
article#content dd {
  margin-left: 9em;
}
