/* line 1, ../scss/post-list.scss */
.fsm_list {
  padding: 0;
  margin-bottom: 0;
  overflow: hidden;
}
/* line 6, ../scss/post-list.scss */
.fsm_list > li {
  list-style: none;
  line-height: 1.4;
  overflow: hidden;
  margin: 0 0 15px;
}
/* line 1, ../scss/_teaser.scss */
.fsm_list > li .teaser {
  float: left;
  display: block;
  width: 120px;
  height: 120px;
  max-width: 100%;
  text-align: center;
  overflow: hidden;
  margin: 0 0.75em 0.25em 0;
  white-space: nowrap;
  z-index: 99;
}
@media (max-width: 479px) {
  /* line 1, ../scss/_teaser.scss */
  .fsm_list > li .teaser {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 1em;
  }
}
/* line 19, ../scss/_teaser.scss */
.fsm_list > li .teaser * {
  white-space: nowrap;
}
/* line 23, ../scss/_teaser.scss */
.fsm_list > li .teaser:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
/* line 31, ../scss/_teaser.scss */
.fsm_list > li .teaser img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
/* line 13, ../scss/post-list.scss */
.fsm_list > li:after {
  content: '';
  display: block;
  width: 95%;
  height: 1px;
  background: #eee;
  margin: 8px auto 0;
  clear: both;
}
/* line 23, ../scss/post-list.scss */
.fsm_list > li.fsm_content-block {
  margin: 0;
  max-width: 100%;
}
/* line 27, ../scss/post-list.scss */
.fsm_list > li.fsm_content-block:after {
  display: none;
}
/* line 32, ../scss/post-list.scss */
.fsm_list > li .content {
  line-height: 1.4;
  margin: 0 0 1em;
  overflow: hidden;
}
/* line 37, ../scss/post-list.scss */
.fsm_list > li .content ul {
  list-style: disc;
  padding: 0 0 0 1em;
}
@media (max-width: 767px) {
  /* line 32, ../scss/post-list.scss */
  .fsm_list > li .content {
    overflow: visible;
  }
}
/* line 46, ../scss/post-list.scss */
.fsm_list > li .post-title {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.2;
}
/* line 52, ../scss/post-list.scss */
.fsm_list > li .post-title a {
  display: block;
  text-decoration: none;
  border: none;
}
/* line 59, ../scss/post-list.scss */
.fsm_list > li .date {
  font-style: italic;
}
/* line 64, ../scss/post-list.scss */
.block .fsm_list > li:after {
  display: none;
}
/* line 68, ../scss/post-list.scss */
.block .fsm_list > li .content {
  overflow: visible;
}
