.f5-content .xe-widget-wrapper {
  overflow: visible;
}

.f5-content .macaron-widget-wrapper {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.f5-content .macaron-slider {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
          box-shadow: 0px 5px 20px 0px rgba(30, 32, 90, 0.08);
}

.macaron-widget-wrapper {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  background-color: #fff;
}

.macaron-widget-wrapper .macaron-widget {
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
}

.macaron-widget-wrapper .macaron-widget * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.macaron-widget-wrapper .macaron-widget .widget-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.25em;
  border-bottom: 1px solid;
  height: 2.25rem;
  margin-bottom: 0.25rem;
  position: relative;
  border-color: rgba(0, 0, 0, 0.25);
}

.macaron-widget-wrapper .macaron-widget .widget-title > .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  display: flex;
  height: 100%;
  align-items: center;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  margin-right: 1rem;
  white-space: nowrap;
}

.macaron-widget-wrapper .macaron-widget .widget-title .itemlist-pagination {
  font-family: 'Exo 2';
  font-size: 0.9em;
}

.macaron-widget-wrapper .macaron-widget.tab-list .widget-title {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-x: auto;
}

.macaron-widget-wrapper .macaron-widget.tab-list .widget-title .title {
  margin-right: 1rem;
  border-bottom: 2px solid transparent;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.25rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .f5w-btn {
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.1rem 0.25rem;
  margin-right: 0.2rem;
  border-radius: 0.15rem;
  white-space: nowrap;
  z-index: 2;
  color: #343536;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.75em;
  padding: 0.1rem 0;
  border-radius: 0.15rem;
  white-space: nowrap;
  margin-left: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .comment_count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-left: 0.25rem;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .comment_count > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1.5rem;
  min-width: 1rem;
  font-size: 0.75em;
  text-align: center;
  padding: 0.1rem 0.25rem;
  border-radius: 0.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .document-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .document-title .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #343536;
  -webkit-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list:hover .title {
  color: #78797a;
  -webkit-transition: color 0s;
  transition: color 0s;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .thumbnail {
  position: relative;
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
}

.macaron-widget-wrapper .macaron-widget .itemlist-wrapper .item-wrapper .recent-list .thumbnail > div {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(50% - 0.5rem);
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left .first-content-wrapper {
  position: relative;
  height: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left .first-content-wrapper .first-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #676869;
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left .first-content-wrapper .first-content {
    position: initial;
    line-height: 1.25rem;
    height: calc(1.25rem * 4) !important;
    margin-bottom: 0.25rem;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left .first-content-wrapper:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 15px #fff;
          box-shadow: 0 0 10px 15px #fff;
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left .first-content-wrapper:after {
    display: none !important;
  }
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .left {
    width: 100%;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .right {
  width: calc(50% - 0.5rem);
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simpleplus .item-wrapper .right {
    width: 100%;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: calc(25% - (1.5rem / 4));
  overflow: hidden;
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list {
    width: calc(50% - 0.25rem);
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .thumbnail {
  padding-bottom: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  z-index: 1;
  border-radius: 0.25rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > div {
  margin-top: auto;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info .title {
  line-height: 1.25rem;
  max-height: calc(1.25rem * 3);
  overflow: hidden;
  color: #fff;
  text-align: center;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
  width: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .nickname {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .icon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .icon > div:last-child {
  margin-right: 0;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .icon span {
  margin-left: 0.25rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .voted-count {
  color: #f3456d;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list .info > .footer .voted-count > span {
  color: #fff;
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list:hover .thumbnail > div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.macaron-widget-wrapper .macaron-widget.mrd-simplegallery .item-wrapper .recent-list:hover .info {
  opacity: 1;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc((100% / 3) - (2rem / 3));
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list {
    width: 100% !important;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .contents {
  width: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .contents > div {
  margin-top: 0.25rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .thumbnail {
  padding-bottom: 60%;
}

@media (max-width: 639.9px) {
  .macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .thumbnail {
    padding-bottom: 40%;
  }
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .header > .date {
  margin-left: auto;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .document-title {
  width: 100%;
  height: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon > div:last-child {
  margin-right: 0;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon span {
  margin-left: 0.25rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon .voted-count {
  color: #f3456d;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list .footer > .icon .voted-count > span {
  color: #000;
}

.macaron-widget-wrapper .macaron-widget.mrd-card .item-wrapper .recent-list:hover .thumbnail > div {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.macaron-widget-wrapper .macaron-widget.mrd-card.webzine .item-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.macaron-widget-wrapper .macaron-widget.mrd-card.webzine .item-wrapper .recent-list {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.macaron-widget-wrapper .macaron-widget.mrd-card.webzine .item-wrapper .recent-list .thumbnail {
  width: 5rem;
  height: 5rem;
  padding-bottom: 0;
}

.macaron-widget-wrapper .macaron-widget.mrd-card.webzine .item-wrapper .recent-list .contents {
  width: calc(100% - 5.5rem);
  margin-left: 0.5rem;
}

.macaron-widget-wrapper .macaron-widget.mrd-card.webzine .item-wrapper .recent-list .contents > div:first-child {
  margin-top: 0;
}

.mrd-widget-2c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mrd-widget-2c .macaron-widget-wrapper {
  width: calc(50% - 0.25rem);
}

@media (max-width: 639.9px) {
  .mrd-widget-2c .macaron-widget-wrapper {
    width: 100%;
  }
  .mrd-widget-2c .macaron-widget-wrapper:first-child {
    margin-bottom: 0.5rem;
  }
}
/*# sourceMappingURL=flat5-widget.css.map */