@charset "utf-8";
/*Twitterの設定
---------------------------------------------------------------------------*/
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  color: #C70000;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}
a:hover {
  color: #ef4949;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}
/*Twitterの設定
---------------------------------------------------------------------------*/
.TweetAuthor {
  max-width: 100%;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important;
}
.timeline-Body {
  position: relative;
  border-top: 1px solid rgba(199, 0, 0, .3);
  border-bottom: 1px solid rgba(199, 0, 0, .3);
}
.SandboxRoot.env-bp-330 .TweetAuthor-name, .SandboxRoot.env-bp-430 .TweetAuthor-name, .SandboxRoot.env-bp-550 .TweetAuthor-name {
  font-size: 18px;
  line-height: 18px;
}
.SandboxRoot.env-bp-430 .timeline-Tweet-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}
.SandboxRoot.env-bp-660 .TweetAuthor-name, .SandboxRoot.env-bp-820 .TweetAuthor-name, .SandboxRoot.env-bp-970 .TweetAuthor-name {
  font-size: 18px;
  line-height: 27px;
}
.TweetAuthor-name {
  font-size: 1.5em;
  line-height: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 4px;
  color: #000;
  transition: 0.3s;
}
.timeline-TweetList-tweet {
  border-top: 1px solid rgba(199, 0, 0, .12);
}
.SandboxRoot {
  display: block;
  background: 0 0;
  white-space: normal;
  white-space: initial;
}
.SandboxRoot.env-bp-330 .timeline-Tweet-text {
  font-size: 1.2em;
  line-height: 1.2em;
  color: #371e09;
}
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 1.2em;
  line-height: 50px;
  font-weight: 300;
}
.timeline-Tweet {
  padding: 10px;
  border-radius: 20px;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline-Tweet:hover {
  border-radius: 0px;
  background-color: rgba(240, 187, 187, 0.2);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.Identity-screenName {
  color: #C70000;
}
.timeline-TweetList {
  padding: 0px;
}
.SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 1.2em;
  color: #666;
  line-height: 1.5em;
  font-weight: 300;
}
.SandboxRoot.env-bp-660 .timeline-Tweet-text {
  font-size: 1.2em;
  line-height: 36px;
  font-weight: 300;
}
.timeline-LoadMore-prompt--edge {
  border-top: 1px solid #ff7800;
}
.timeline-ShowMoreButton--edge {
  margin-bottom: 20px;
  width: 200px;
  color: #d45a91;
  border-radius: 100px;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d45a91;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline-ShowMoreButton--edge:focus, .timeline-ShowMoreButton--edge:hover {
  background-color: #C70000;
  color: #C70000;
  text-decoration: none;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline-ShowMoreButton {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 0;
  margin: 0 0 20px 0;
  width: 155px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #C70000;
  border: 1px solid #C70000;
  border-radius: 0px;
  outline: 0;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.timeline-LoadMore-prompt {
  border-top: 1px solid #C70000;
}
.timeline-ShowMoreButton:focus, .timeline-ShowMoreButton:hover {
  background-color: #fff;
  color: #C70000;
  text-decoration: none;
}