/* Twitter */
.timeline-Widget {

	padding: 20px;
	background-size: auto auto;
	background-color: rgb(25 17 81 / 0.8);
}
.timeline-TweetList-tweet {
	color: #fff;
	font-size: 24px!important;
	line-height: 40px!important;
}
.SandboxRoot.env-bp-660 .timeline-Header-byline, .SandboxRoot.env-bp-660 .timeline-Header-subtitle, .SandboxRoot.env-bp-820 .timeline-Header-byline, .SandboxRoot.env-bp-820 .timeline-Header-subtitle, .SandboxRoot.env-bp-970 .timeline-Header-byline, .SandboxRoot.env-bp-970 .timeline-Header-subtitle {
	color: #fff !important;
	font-size: 22px!important;
	line-height: 40px!important;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text{
	color: #fff !important;
	font-size: 22px!important;
	line-height: 40px!important;
	border-radius: 10px!important;
}

.timeline-Header-title {
	color: #fff !important;
	font-size: 20px !important
}
.timeline-Header-title a {
	color: #fff !important
}
.timeline-Tweet {
	transition: background-color .3s
}
.timeline-Tweet:hover {
	background-color: rgba(0, 0, 0, .2)
}
.TwitterCard-container--clickable:hover {
	background-color: rgba(0, 0, 0, .2)
}
.timeline-Footer {
    padding: 5px!important;
}
/*スクロールバーの横幅指定*/
.timeline-Viewport::-webkit-scrollbar {
    width: 15px;
}
/*スクロールバーの背景色・角丸指定*/
.timeline-Viewport::-webkit-scrollbar-track {
  border-radius: 10px;
	background: #fff;
}
/*スクロールバーの色・角丸指定*/
.timeline-Viewport::-webkit-scrollbar-thumb {
  border-radius: 10px;
	background:#09C9D9;
}
