.commentFieldAreaSide .commentList_item {
  box-sizing: border-box;
  border: solid 5px;
  border-radius: 10px;
  width: calc(98% - 6px);
  margin: 0 1% 20px 1%; }

.commentList_item {
  box-sizing: border-box;
  border: solid 5px;
  border-radius: 10px;
  width: 30%;
  margin: 0 1% 20px 1%; }
.commentList_item:nth-child(4n+1) {
  border-color: #f2c235;
  background-color: #f2c235; }
  .commentList_item:nth-child(4n+1) .commentItem_imgWrap {
    background-color: #f2c235; }
.commentList_item:nth-child(4n+2) {
  border-color: #fa800f;
  background-color: #fa800f; }
  .commentList_item:nth-child(4n+2) .commentItem_imgWrap {
    background-color: #fa800f; }
.commentList_item:nth-child(4n+3) {
  border-color: #9011ad;
  background-color: #9011ad; }
  .commentList_item:nth-child(4n+3) .commentItem_imgWrap {
    background-color: #9011ad; }
.commentList_item:nth-child(4n+4) {
  border-color: #cd1828;
  background-color: #cd1828; }
  .commentList_item:nth-child(4n+4) .commentItem_imgWrap {
    background-color: #cd1828; }

.commentItem {
  text-decoration: none;
  color: #0c0c0c;
  font-size: 12pt;
  display: block;
  background-color: #ffffff;
  transition: .2s opacity, .3s box-shadow;
  box-shadow: 0 0 #ccc; }
  .commentItem:hover {
    opacity: 0.9;
    box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, 0.1), 0px 5px 0px 3px rgba(10, 10, 10, 0.05); }
    .commentItem:hover .commentItem_img {
      transform: scale(0.96); }
    .commentItem:hover .commentItem_postImg {
      border-color: #333; }
  .commentItem_img {
    height: 150px;
    width: 100%;
    background-position: center center;
    background-size: cover;
    border-radius: 6px 6px 0 0;
    background-repeat: no-repeat;
    transition: .3s transform; }
  .commentItem_header {
    background-color: #fff; }
  .commentItem_body {
    padding: 12px;
    background-color: #fff; }
  .commentItem_content {
    padding-bottom: 18px;
    margin: 0 !important; }
  .commentItem_titleArea {
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
  .commentItem_title {
    font-weight: bold; }
  .commentItem time {
    display: block;
    text-align: right; }
  .commentItem_icon {
    transform: translateY(-55%);
    position: relative;
    z-index: 12;
    margin-bottom: -55%;
    max-width: 80px; }
    .commentItem_iconWrap {
      border-color: white;
      text-align: center; }
    .commentItem_iconImg {
      max-width: 100%; }
  .commentItem_footer {
    border-radius: 0 0 6px 6px;
    overflow: hidden; }
  .commentItem_postWrap {
    background-color: #eeeeee;
    display: flex;
    justify-content: space-between;
    padding: 12px 12px;
    gap: 3px; }
  .commentItem_postImg {
    min-width: 60px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    border: 1px solid;
    border-color: #fff;
    transition: 0.2s border-color; }
    .commentItem_postImg-hide {
      display: none; }

@media screen and (max-width: 750px) {
  .commentList_item {
    width: 47%;
    margin: 0 1% 20px 1%; } }

/*# sourceMappingURL=comment_grid.css.map */
