.nav-logo {
    height: 40px;
}

.top-img {
    background-color: white;
    padding: 5px;
}


/* 情報テーブルでのタイトル折り返し防止 */
.text-nowrap {
    white-space: nowrap !important;
}

/* SNS ボタンのグループ */
.snsButtons {
    margin: 5px;
    padding: 0px;
    text-align: center;
  }
  .snsButtons a {
    text-decoration: none;
  }
  /* 各 SNS ボタンのボックス */
  .snsButtons div {
    color: white;
    border-radius: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  }
  /* マウスカーソルを重ねたとき */
  .snsButtons div:hover {
    opacity: 0.7;
  }
  /* クリックしたとき */
  .snsButtons div:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
  }
  /* アイコン部分 */
  .snsButtons i {
    font-size: 18pt;
    min-width: 40px;
    margin: 0px;
    padding: 0px 0px 0px 8px;
    vertical-align: bottom;
  }
  /* テキスト部分 */
  .snsButtons_label {
    min-width: 80px;
    display: inline-block;
    padding: 0px 8px 0px 0px;
    text-align: center;
    font-size: 12pt;
  }
  /* 各 SNS のブランドカラー */
  .snsButtons_twitter  { background: #1da1f2; }
  .snsButtons_facebook { background: #3b5998; }
  .snsButtons_pocket   { background: #ee4056; }
  .snsButtons_line   { background: #1dcd00; }

  .sns-icon {height: 16px;}

  /* いいね機能用 */
  .liked {
    filter: grayscale(90%);
  }

  .title_bar {
    background-color: #aaaaaa;
  }

  .content_bar {
    background-color: #cccccc;
  }

  /* ユーザーコメント機能用 */
  .no-wrap {
    display: inline-block; 
}
  
  




