.lecture-list-item {
  /* width: 33.33%; */
  float: left;
}

.lecture-list-item .item-txt-title {
  margin: 0 0 20px;
  line-height: 25px;
  max-height: 75px;
}

.lecture-list-item .item-txt-title a {
  font-size: 18px;
  color: #000;
}

.lecture-list-item .content-box {
  letter-spacing: 1px;
  margin-left: 90px;
  color: grey;
}

.lecture-list-item .item-content-wrap {
  padding-right: 30px;
}

.lecture-list-item .guest-detail {
  padding: 13px 0 0;
  background-position: 1px 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: gray;
}

.lecture-list-item .time-detail {
  padding: 13px 0 0;
  background-position: 1px 17px;
  color: gray;
}

.lecture-list-item .item-txt-des {
  margin-bottom: 10px;
  line-height: 1.2;
  min-height: 48px;
}

.lecture-list-item .place-detail {
  padding: 13px 0 13px;
  background-position: 1px 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: gray;
}

.lecture-list-item .item-detail-more {
  padding: 2px 8px;
  border-radius: 30px;
  line-height: 22px;
  background: #129fd9;
  display: inline-block;
  float: right;
  color: #fff;
}

.lecture-list-item .item-detail-more a {
  color: inherit;
}

.lecture-list-ul .with-min-height {
  /*min-height: 127px;*/
  min-height: 57px;
}

.lecture-list-item .content-box .icon {
  color: #129fd9;
}

.datetime-box {
  float: left;
  width: 72px;
  height: 72px;
  background: #129fd9;
  text-align: center;
  color: white;
}

.datetime-box span {
  display: block;
  font-size: 16px;
}

.datetime-box .datetime-day {
  font-size: 32px;
  line-height: 42px;
}

@media screen and (min-width:992px) {
  .event-list.event-list-2 .clearfix .list-right {
    padding: 0;
  }
  .event-list.event-list-2 .clearfix .list-right p.outside-b {
    margin-bottom: 9px;
  }
  .event-list li.clearfix.outside-min-tb .list-left.inside-r {
    margin-top: 5px;
  }
}
