.mAutoLoading {
  background-color: #808080;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 40px auto; }
  .mAutoLoading > .loader,
  .mAutoLoading .loader:before,
  .mAutoLoading .loader:after {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    animation-fill-mode: both;
    animation: load7 1.2s infinite ease-in-out;
    color: #ffffff;
    z-index: 100; }
  .mAutoLoading > .loader {
    color: #ffffff;
    font-size: 10px;
    margin: 0 auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
    transform: translateY(-3px); }
  .mAutoLoading > .loader:before,
  .mAutoLoading > .loader:after {
    content: '';
    position: absolute;
    top: 0; }
  .mAutoLoading > .loader:before {
    left: -1em;
    animation-delay: -0.32s; }
  .mAutoLoading > .loader:after {
    left: 1em; }

@keyframes load7 {
  0%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.aText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em; }

.mFormSelect {
  -webkit-appearance: none;
  padding: 9px 38px 9px 12px;
  border: 0;
  color: #808080;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4xMTgiIGhlaWdodD0iNi44MDkiIHZpZXdCb3g9IjAgMCAxMS4xMTggNi44MDkiPgogIDxwYXRoIGQ9Ik02LDlsNC41LDVMMTUsOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuOTQxIC03Ljk0MSkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iZ3JheSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utd2lkdGg9IjEuNSIvPgo8L3N2Zz4K) no-repeat center right 18px #f0f0f0;
  font-size: 16px; }
  .mFormSelect > option {
    font-size: 16px; }

.mButtonsWrap {
  display: flex; }

.mGeneralLink {
  color: inherit;
  text-decoration: none; }

.mSearchResultUpper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  .mSearchResultUpper > .mSearchResultUpperResultWrap {
    display: flex;
    width: 100%;
    min-height: 20px; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap .aText {
      font-weight: 700;
      line-height: 20px; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap > .mFormSelect {
      padding: 0;
      padding-right: 35px;
      background-color: #fff;
      margin-left: 24px; }
      .mSearchResultUpper > .mSearchResultUpperResultWrap > .mFormSelect:first-child {
        margin-left: 0; }
    .mSearchResultUpper > .mSearchResultUpperResultWrap .mGeneralLink {
      margin-left: 22px;
      color: #808080;
      font-size: 14px;
      font-weight: 400; }
      .mSearchResultUpper > .mSearchResultUpperResultWrap .mGeneralLink .mIconWrap {
        margin-right: 8px; }
  .mSearchResultUpper .mButtonsWrap {
    position: absolute;
    right: 0; }
    .mSearchResultUpper .mButtonsWrap .mIconWrap {
      opacity: 0.45; }
      .mSearchResultUpper .mButtonsWrap .mIconWrap._active {
        opacity: 1; }
      .mSearchResultUpper .mButtonsWrap .mIconWrap + .mIconWrap {
        margin-left: 20px; }
  .mSearchResultUpper .mLargeButtonSecondary {
    padding: 10px; }
  .mSearchResultUpper .sortSelectWrap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .mSearchResultUpper .sortSelectWrap .mFormSelect {
      width: calc(100% / 2 - 5px); }


.oContentContainer {
  padding: 24px;
  overflow: hidden;
  background-color: #fff;
  box-sizing: border-box;
  position: relative; }
  .oContentContainer.gray {
    background-color: #EBEBEB; }
  .oContentContainer .mBookListViewItem + .mBookListViewItem::before {
    content: '';
    border-top: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    left: -22px;
    right: -22px; }
  .oContentContainer .mContentContainerSecondaryOver {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: -40px; }

.mContentContainer + .oContentContainer,
.oContentContainer + .oContentContainer,
.oContentContainerList + .oContentContainer {
  border-top: 2px solid #ebebeb; }

.aSubText {
  margin: 0;
  color: #808080;
  font-weight: 400;
  letter-spacing: 0.025em; }

.aText {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.025em; }

.lazyImage {
  opacity: 0; }

.aImage {
  transition: opacity 0.2s 0.2s; }

.mUserAvatar {
  margin: 0;
  border-radius: 100%;
  background-color: #ebebeb;
  position: relative;
  overflow: hidden; }
  .mUserAvatar img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); }
    @supports (object-fit: cover) {
      .mUserAvatar img {
        height: 100%;
        object-fit: cover; } }

.mButton {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  box-sizing: border-box; }
  .mButton .aText {
    font-size: 12px;
    font-weight: 700; }
  .mButton .mIconWrap + .aText {
    margin-left: 5px; }

.mFollowButton {
  padding: 0 15px;
  height: 100%;
  cursor: pointer;
  box-sizing: border-box;
  background: #4b9ebf;
  border: 1px solid #4b9ebf;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mFollowButton svg + * {
    margin-left: 6px; }
  .mFollowButton.isFollowed {
    background-color: #FFF;
    border: 1px solid #D8D8D8;
    color: #242A36; }
    .mFollowButton.isFollowed svg path,
    .mFollowButton.isFollowed svg circle,
    .mFollowButton.isFollowed svg line {
      stroke: #242A36; }

.mUserMetaUpper {
  display: flex;
  align-items: center;
  position: relative; }
  .mUserMetaUpper ._profileAnchor {
    display: flex !important;
    align-items: center; }
    .mUserMetaUpper ._profileAnchor > ._name .aSubText {
      margin: 4px 0 0; }
  .mUserMetaUpper .mUserAvatar {
    margin: 0 10px 0 0;
    width: 36px;
    height: 36px; }
  .mUserMetaUpper > .mGeneralLink > ._name > ._nickname {
    font-weight: 700;
    letter-spacing: 0.025em;
    margin: 0;
    font-size: 13px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper .aSubText {
    font-size: 11px;
    line-height: 1;
    display: block; }
  .mUserMetaUpper > .aSubText {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .mUserMetaUpper .mButtonsWrap {
    position: absolute;
    right: -15px;
    top: 10px; }
    .mUserMetaUpper .mButtonsWrap .mButton {
      display: flex;
      width: 38px;
      height: 38px;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      .mUserMetaUpper .mButtonsWrap .mButton .mIconWrap {
        align-self: center; }

.mRecommendScoreWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -2px; }
  .mRecommendScoreWrap .mScore .mIconWrap .aIconStar {
    transform: translateY(-1px); }

.mRecommendUsersSmall {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  color: #808080;
  font-size: 11px;
  font-weight: 400; }
  .mRecommendUsersSmall .mUserAvatar {
    margin: 0 0 0 -5px;
    border: 2px solid #fff; }
    .mRecommendUsersSmall .mUserAvatar:last-of-type {
      margin-left: 0; }
    .mRecommendUsersSmall .mUserAvatar:first-of-type {
      margin-right: 5px; }
    .mRecommendUsersSmall .mUserAvatar .aImage {
      width: 20px;
      height: 20px; }

.mLikeButton {
  background-color: #fff;
  padding: 4px; }
  .mLikeButton svg {
    vertical-align: bottom; }
  .mLikeButton.isLiked svg path {
    stroke: #FC7949;
    fill: #FC7949; }

.mReactionButtonList {
  align-items: center;
  justify-content: space-around;
  display: flex; }
  .mReactionButtonList .mButton {
    display: flex;
    width: calc(100% / 3);
    height: 50px;
    align-items: center;
    justify-content: center; }

.aFormTextArea {
  border: 1px solid #d8d8d8;
  font-size: 16px; }

.mFormComment {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px; }
  .mFormComment > .aFormTextArea {
    width: 80%;
    display: block;
    height: 40px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 7px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: width 200ms ease; }
  .mFormComment > .mButton {
    background-color: #fc7949;
    border-color: #fc7949;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 12px 0;
    width: 15%; }

.aBoldText {
  font-weight: 700;
  letter-spacing: 0.025em; }

.mButtonsWrap {
  display: flex; }

.oFeedItemComment {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 22px; }
  .oFeedItemComment + .oFeedItemComment {
    margin-top: 14px; }
  .oFeedItemComment > ._commentBox {
    margin-bottom: 6px; }
    .oFeedItemComment > ._commentBox > .mGeneralLink {
      display: flex; }
      .oFeedItemComment > ._commentBox > .mGeneralLink > .mUserAvatar {
        margin: 0 10px 0 0;
        width: 36px;
        height: 36px; }
      .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents {
        display: flex;
        flex-direction: column;
        padding: 14px;
        background: #F0F0F0;
        width: calc(100% - 46px);
        border-radius: 6px; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > .aBoldText {
          margin-bottom: 10px;
          font-size: 12.44px; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > ._replyTo {
          font-size: 12px;
          margin: 5px 0 15px;
          color: #808080; }
        .oFeedItemComment > ._commentBox > .mGeneralLink > ._commentContents > .aText {
          font-size: 14px;
          margin-bottom: 5px; }
  .oFeedItemComment > ._commentFooter {
    display: flex;
    justify-content: space-between; }
    .oFeedItemComment > ._commentFooter > ._date {
      margin-left: 46px;
      font-size: 11.2px;
      color: #808080; }
    .oFeedItemComment > ._commentFooter > .mButtonsWrap {
      justify-content: space-between; }
      .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mButton {
        font-size: 12.44px;
        color: #808080; }
        .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mButton + .mButton {
          margin-left: 18px; }
      .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mLikeButton {
        padding: 0; }
        .oFeedItemComment > ._commentFooter > .mButtonsWrap > .mLikeButton.isLiked {
          color: #F14646; }
  .oFeedItemComment > .mFormComment {
    margin-top: 10px; }

.aStamp {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  width: 20px;
  height: 20px; }

.aNumberText {
  font-family: 'comicspace-scorefont', 'DINosaur', sans-serif; }

.mUserCommentUpper {
  display: flex;
  align-items: center; }
  .mUserCommentUpper .mIconWrap i {
    transform: translateY(-1px); }
  .mUserCommentUpper .aNumberText {
    margin: 0 0 0 8px;
    font-size: 18px;
    font-weight: 700; }
  .mUserCommentUpper .aSubText {
    margin: 0 0 0 12px;
    font-size: 12px; }

.aBookLabel {
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  border-radius: 10px;
  background: linear-gradient(to right, #fb8325, #fb674b); }

.aBookCaption {
  color: #fff;
  font-size: 10px;
  background: rgba(36, 42, 54, 0.75); }

.mBookImage {
  margin: 0;
  overflow: hidden;
  position: relative; }
  .mBookImage > ._imageWrap {
    display: block;
    position: relative;
    height: 0;
    width: 100%;
    padding-top: 140%;
    overflow: hidden; }
    .mBookImage > ._imageWrap > .aImage {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: auto;
      transform: translateY(-50%) translateX(-50%); }
      @supports (object-fit: cover) {
        .mBookImage > ._imageWrap > .aImage {
          height: 100%;
          object-fit: cover; } }
    .mBookImage > ._imageWrap > ._noImageText {
      position: absolute;
      left: 5%;
      right: 5%;
      top: 15%;
      font-size: 12px;
      line-height: 16px;
      color: #FFF;
      white-space: normal;
      word-break: break-all; }
  .mBookImage .aBookCaption {
    line-height: 22px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

.mTitleImageWrap {
  position: relative; }
  .mTitleImageWrap .mIconWrap._bookmark {
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(36, 42, 54, 0.75);
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 6px; }
  .mTitleImageWrap .mIconWrap._rank {
    position: absolute;
    top: -5px;
    left: -5px; }
  .mTitleImageWrap .aBookLabel {
    position: absolute;
    top: -3px;
    right: -3px; }
  .mTitleImageWrap._cover .mBookImage .aImage {
    width: 100%;
    height: auto; }

.mBookListViewDetail .aContentHeadding {
  margin: 0;
  line-height: 20px;
  margin-bottom: 3px; }

.mBookListViewDetail .aText {
  font-size: 12px;
  font-weight: 500; }

.mBookListViewDetail .mRatingWrap {
  position: relative;
  align-items: center; }
  .mBookListViewDetail .mRatingWrap .mRatingStarBar {
    transform: translateY(-1px); }
  .mBookListViewDetail .mRatingWrap .aNumberText {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 19px;
    position: relative;
    margin-top: -0.2em; }

.mBookListViewDetail .aSubText {
  font-size: 11px; }

.mBookListViewDetail .mButtonsWrap .mButton {
  width: 55px;
  font-size: 10px;
  font-weight: 700;
  height: 25px;
  line-height: 25px; }
  .mBookListViewDetail .mButtonsWrap .mButton + .mButton {
    margin-left: 5px; }

.mYomitaiButton {
  color: #fff;
  background-color: #4b9ebf;
  box-sizing: border-box;
  text-align: center; }
  .mYomitaiButton._active {
    background-color: #FFF;
    color: #808080;
    border: 1px solid #D8D8D8; }

._modalCommon {
  position: absolute;
  width: 620px;
  top: 105px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 6px 6px 0 0 / 6px 6px 0 0;
  overflow-y: auto; }
  @media screen and (max-width: 725px) {
    ._modalCommon {
      width: 100%;
      left: 0;
      transform: none;
      top: 125px;
      border-radius: 6px 6px 0 0; } }
  ._modalCommon .mButtonCircle {
    margin-top: 28px;
    margin-left: 22px;
    background-color: #fff;
    width: 50px;
    height: 50px; }

._modalCommonCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 6px;
  transform: translateY(-50%) translateX(-50%); }
  @media screen and (max-width: 725px) {
    ._modalCommonCentered {
      width: 100%;
      left: 0;
      top: auto;
      bottom: 0;
      border-radius: 6px 6px 0 0;
      transform: none; } }

.ReactModal__Overlay {
  opacity: 0;
  transition: all 300ms ease; }
  .ReactModal__Overlay.ReactModal__Overlay--after-open {
    opacity: 1; }
  .ReactModal__Overlay .ReactModal__Content.oModalCommon {
    opacity: 0;
    transition: all 300ms ease 100ms; }
    @media screen and (max-width: 725px) {
      .ReactModal__Overlay .ReactModal__Content.oModalCommon {
        width: 100%; } }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommonCentered {
      margin-top: 20px; }
      @media screen and (min-width: 1021px) {
        .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommonCentered {
          margin-top: 60px; } }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon._modalCommon {
      margin-top: 20px; }
    .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open {
      opacity: 1; }
      .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommonCentered {
        margin-top: 0; }
        @media screen and (min-width: 1021px) {
          .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommonCentered {
            margin-top: 40px; } }
      .ReactModal__Overlay .ReactModal__Content.oModalCommon.ReactModal__Content--after-open._modalCommon {
        margin-top: 0; }
  .ReactModal__Overlay._close {
    opacity: 0; }
    .ReactModal__Overlay._close .ReactModal__Content.oModalCommon._modalCommonCentered.ReactModal__Content--after-open {
      margin-top: 20px; }
      @media screen and (min-width: 1021px) {
        .ReactModal__Overlay._close .ReactModal__Content.oModalCommon._modalCommonCentered.ReactModal__Content--after-open {
          margin-top: 60px; } }
    .ReactModal__Overlay._close .ReactModal__Content._modalCommon {
      margin-top: 20px; }

.oModalListAlert {
  width: 300px;
  padding: 10px 0; }
  .oModalListAlert ul li a {
    height: 50px;
    padding: 0 22px;
    display: flex;
    align-items: center;
    font-size: 15px;
    cursor: pointer; }

.mYondaButton {
  color: #fff;
  background-color: #4b9ebf;
  box-sizing: border-box;
  text-align: center; }
  .mYondaButton._active {
    background-color: #FFF;
    color: #808080;
    border: 1px solid #D8D8D8; }

.mFeedItemTitleActioned {
  display: flex;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 16px;
  border-radius: 6px;
  background: #F2F2F2; }
  @media screen and (max-width: 725px) {
    .mFeedItemTitleActioned {
      flex-direction: column;
      align-items: flex-start; } }
  .mFeedItemTitleActioned > .mBookListViewDetail {
    display: flex;
    width: 100%; }
    @media screen and (max-width: 725px) {
      .mFeedItemTitleActioned > .mBookListViewDetail {
        order: 1;
        max-width: 100%; } }
    .mFeedItemTitleActioned > .mBookListViewDetail > .mGeneralLink {
      margin-right: 16px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > .mGeneralLink > .mTitleImageWrap {
        width: 80px; }
    .mFeedItemTitleActioned > .mBookListViewDetail > ._info {
      width: calc(100% - 96px); }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._title {
        padding-top: 10px;
        margin-bottom: 10px;
        color: #242a36;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 0.025em; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._reviewCount {
        color: #808080;
        font-size: 10.18px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._totalVolume {
        font-size: 10.18px;
        color: #242a36;
        margin-top: 6px; }
      .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions {
        margin-top: 16px; }
        .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap {
          width: 168px;
          height: 28px;
          position: relative; }
          .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton {
            width: calc(50% - 4px);
            height: 28px;
            line-height: 26px;
            position: absolute; }
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton.mYomitaiButton {
              left: 0; }
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap > .mButton.mYondaButton {
              right: 0;
              margin-left: 0; }
          @media screen and (max-width: 725px) {
            .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions > .mButtonsWrap {
              width: auto;
              max-width: 168px; } }
        .mFeedItemTitleActioned > .mBookListViewDetail > ._info > ._actions._isYonda > .mButtonsWrap > .mYondaButton {
          width: 100%; }

.oUserComment {
  padding: 16px;
  background-color: #f0f0f0;
  border-radius: 6px; }
  .oUserComment > .mGeneralLink {
    display: block; }
    .oUserComment > .mGeneralLink > ._title {
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 10px; }
    .oUserComment > .mGeneralLink > ._netabareAlert {
      margin-top: 12px;
      color: #F14646;
      font-size: 14px;
      line-height: 16px;
      padding-left: 26px;
      background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE2IDE0Ij4KICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNCAtNDEuNDUpIj4KICAgICAgICA8cGF0aCBkPSJNNy4xMzIsMS41MTlhMSwxLDAsMCwxLDEuNzM2LDBMMTUuMTQ1LDEyLjVhMSwxLDAsMCwxLS44NjgsMS41SDEuNzIzYTEsMSwwLDAsMS0uODY4LTEuNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0IDQxLjQ1KSIgZmlsbD0iI2YxNDY0NiIvPgogICAgICAgIDx0ZXh0IHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyIDUzLjQ1KSIgZmlsbD0iI2ZmZiIgZm9udC1zaXplPSIxMCIgZm9udC1mYW1pbHk9IkRJTm9zYXVyLUJvbGQsIERJTm9zYXVyIiBmb250LXdlaWdodD0iNzAwIiBsZXR0ZXItc3BhY2luZz0iMC4wMjVlbSI+PHRzcGFuIHg9Ii0xLjQxIiB5PSIwIj4hPC90c3Bhbj48L3RleHQ+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat left center;
      background-size: 16px 14px; }
    .oUserComment > .mGeneralLink > ._contentArea {
      padding-top: 10px;
      font-size: 14px;
      line-height: 21px;
      position: relative;
      font-weight: bold; }
      .oUserComment > .mGeneralLink > ._contentArea > .aText {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-weight: bold; }
      .oUserComment > .mGeneralLink > ._contentArea > ._stamp > img {
        width: 76px;
        height: auto;
        margin-top: 10px; }
      .oUserComment > .mGeneralLink > ._contentArea._netabare > .aText {
        -webkit-line-clamp: 2; }
      .oUserComment > .mGeneralLink > ._contentArea._netabare:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(to top, #f0f0f0, rgba(240, 240, 240, 0.5)); }
  .oUserComment > .mFeedItemTitleActioned {
    padding: 0;
    margin-top: 12px; }

.oFeedItemReview {
  position: relative;
  padding-top: 20px; }
  .oFeedItemReview::before {
    content: '';
    height: 1px;
    position: absolute;
    bottom: 0;
    left: -22px;
    right: -22px; }
  .oFeedItemReview .oUserComment {
    margin-top: 8px; }
  .oFeedItemReview .mFeedItemSeriesDetail {
    margin-top: 10px; }
  .oFeedItemReview .mRecommendScoreWrap {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb; }
    .oFeedItemReview .mRecommendScoreWrap > ._commentCount {
      color: #808080;
      font-size: 11px;
      font-weight: 400; }
      .oFeedItemReview .mRecommendScoreWrap > ._commentCount > a {
        cursor: pointer; }
  .oFeedItemReview > ._commentsWrap {
    padding-bottom: 20px;
    overflow: hidden; }

