.image-wrap img {
  width: 100%;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.view_section_wrap {
  padding-bottom: 42px;
  font-family: "Helvetica Neue", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
}

.view_section_wrap strong, .view_section_wrap b {
  font-weight: 400;
}

.view_section_wrap .section_left, .view_section_wrap .section_right {
  width: calc(50% - 25px);
}

.view_section_wrap .section_left {
  float: left;
}

.view_section_wrap .section_right {
  float: right;
}

.skin .header {
  padding: 14px;
  border-bottom: 2px solid #007ac5;
}

.skin .header h5, .skin .header a {
  color: #007ac5;
  font-size: 15px;
  font-weight: 700;
}

.skin .header h5 {
  float: left;
}

.skin .header a {
  display: block;
  float: right;
}

.skin .body {
  padding-top: 15px;
}

.skin .body a {
  display: block;
  line-height: 21px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  letter-spacing: -1px;
}

.body li strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}

.body li .image-wrap, .body li .image-wrap+strong {
  float: left;
}

.body li .image-wrap {
  width: 100px;
  height: 66px;
  overflow: hidden;
}

.body li .image-wrap+strong {
  width: calc(100% - 100px);
  padding-left: 15px;
  height: 63px;
  overflow: hidden;
  white-space: normal;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.body li:last-child strong {
  margin-bottom: 0;
}

/*
.fr-view p:first-of-type {
    display: inline-block;
}
*/
.fr-view tbody p:first-of-type {
  display: block;
}
