@charset "utf-8";

/***==========================================
      twitter_container
==========================================***/

.twitter_container {
  max-width: 400px;
  margin: 20px auto;
  overflow: hidden;
  border: solid 1px #eee;
  background: #fff;
  font-size: 80%;
}

.twitter_container a {
  color: #58aeed;
}

.twitter_container .title {
  padding: 10px;
  background: #000;
  text-align: center;
}

.twitter_contents {
  position: relative;
  overflow: hidden;
  line-height: 135%;
}

.twitter_contents.scroll {
  height: 500px;
  overflow-y: scroll;
}

.twitter_block {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: solid 1px #eee;
}

.twitter_block:last-child {
  border-bottom: solid 0px;
}

/* アイコンエリア */
.twitter_block .icon {
  width: 50px;
  margin: 0;
  padding: 0 0 10px;
  float: left;
  user-select: none;
}

/* 円形 */
.twitter_block .icon img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C7BBD6;
}

/* アイコンimg */
.twitter_block .ku_void {
  content: url("/img/fanart/haikaveh/novel/icon_twitter.jpg");
}

/* 投稿エリア */
.twitter_block .text_area {
  position: relative;
  margin: 0;
  margin-left: 60px;
  padding: 10px 15px 10px 0;
  box-sizing: border-box;
}

/* 投稿_本文 */
.twitter_block .text_area p {
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  color: #000;
  font-weight: lighter;
  line-height: 1.8;
  letter-spacing: 0.6px;
  font-family: "ＭＳ Ｐ明朝,メイリオ";
  font-family: "Hiragino Sans", Meiryo, sans-serif;
}

/* 投稿_画像 */
.twitter_block .text_area a img {
  width: 95%;
  height: auto;
  margin: 15px 0 5px;
  object-fit: cover;
}

.twitter_block .text_area a img:hover {
  color: #fff;
  transition: all 0.3s ease 0s;
  opacity: 0.6;
}

.twitter_block .text_area a {
  -webkit-tap-highlight-color: transparent;
}

/* ライトモード
.twitter_container {
  border: solid 0.1px #eee;
  border-width: thin;
  background: #171F2A;
}
.twitter_container .twitter_block {
  border-bottom: solid 0.1px #4C4C4C;
}
.twitter_container .twitter_block-text {
  color: #fff;
}*/


/***==========================================
      twitter_container あとがき
==========================================***/

.novel_atgk {
  max-width: 428px;
  margin: auto;
  padding: 5px 0 0 0;
  color: #999;
  font-size: 11px;
  line-height: 200%;
}

@media screen and (max-width: 960px) {
  .novel_atgk {
    font-size: 10px;
  }
}

@media screen and (max-width: 428px) {
  .novel_atgk {
    font-size: 9px;
  }
}