@charset "UTF-8";

/*———————————–———————————–———————————–———————————–
    twitter
———————————–———————————–———————————–———————————–*/

.frame_tw {
    margin-top: 10px;
}
.frame_tw iframe {
}
.timeline-Widget {
  min-height: 200px;
  max-height: 233px;
  /* overflow-y: scroll; */
  background: #f8f8f8;
  border-radius: 10px;
}
.timeline-Header {
    display: none;
}
.timeline-Body {
    border: none;
}

.timeline-Tweet:hover {
  background-color: rgba(248,228,61,.2);
}
.TwitterCard-container--clickable:hover {
  background-color: rgba(248,228,61,.2);
}
.timeline-Widget{ scrollbar-base-color:#f8f8f8; }/* IE用スクロールバーカラー */
.timeline-Widget::-webkit-scrollbar { width:6px; height: auto; }/* スクロールバー幅 */
.timeline-Widget::-webkit-scrollbar-track { background: #f8f8f8; }/* 背景 */
.timeline-Widget::-webkit-scrollbar-thumb { background:#ccc; }/* スクロールバー本体 */
