@charset 'utf-8';

/* alumni */

.newsBlock {
  padding: 24px;
  border: 1px dashed #bfbfbf;
}
.newsBlock .dashedBorder02 {
  margin: 20px 0;
}

.newsBlock .newsTitle .title {
  margin-right: 15px;
  float: left;
}

.newsBlock .newsTitle .newsTitleBtn {
  width: 38px;
  float: right;
  text-align: right;
}

.newsBlock ul {
  margin-top: 15px;
}

.newsBlock ul li {
  margin-top: 10px;
}

/* clearfix ------- */
.newsBlock ul li:after,
.newsBlock .newsTitle:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
  line-height: 0;
}
.newsBlock ul li,
.newsBlock .newsTitle {
  display: inline-table;
  min-height: 1%;
}
/* for macIE \*/
* html .newsBlock ul li,
* html .newsBlock .newsTitle {
  height: 1%;
}


.newsBlock ul li,
.newsBlock .newsTitle {
  display: block;
}
/* end of for macIE */

.newsBlock ul li span.date {
  display: block;
  float: left;
  width: 7em;
}

.newsBlock ul li span.description {
  display: block;
  float: left;
}

