@charset "UTF-8";
/*/////////////////////////////////////////////////
//twitter風チャット画面(会話方式)を記事に表示する方法
/////////////////////////////////////////////////*/

.twitter__container {
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	/*height:300px;*/
	/*margin-bottom:15px;*/
	/*border-radius: 6px;
  box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2 );
  border: 1px solid #cccccc;
  margin:10px 0 10px;*/
}

.twitter_container {
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	width: 100%;
	font-size: 80%;
	height: auto;
	margin-bottom: 15px;
	border-radius: 2px;
	box-shadow: 0 0 5px rgba( 0, 0, 0, 0.2);
	border: 1px solid #cccccc;
	margin: 10px 0 10px;
}

.twitter__container a {
	color: #58aeed;
}


/* タイトル部分 */

.twitter__container .twitter__title {
	/*background: #58aeed;*/
	/*  box-shadow: 0 0 3px 0 rgba( 0, 0, 0, 0.2 );*/
	border-bottom: 1px solid #cccccc;
	padding: 7px;
	/*  text-align: center;*/
	font-size: 17px;
	/*  color: #ffffff;*/
}

.twitter__container .twitter_title .twitter-logo {
	margin: 0 auto;
	width: 20px;
	height: 20px;
	display: block;
	/*background: url(svg/twitter-logo.svg) center no-repeat;*/
}

.twitter_container .twitter_title {
	/*background: #58aeed;*/
	/*  box-shadow: 0 0 3px 0 rgba( 0, 0, 0, 0.2 );*/
	border-bottom: 1px solid #cccccc;
	padding: 7px;
	/*  text-align: center;*/
	font-size: 17px;
	/*  color: #ffffff;*/
}

.twitter_container .twitter_title .twitter-logo {
	margin: 0 auto;
	width: 20px;
	height: 20px;
	display: block;
	/*background: url(svg/twitter-logo.svg) center no-repeat;*/
}

.ak {
	font-size: 11px;
	line-height: 1.5;
	display: block;
	/*  font-weight: bold;*/
}

.twitter__container .twitter__title span {
	/*  font-size: 20px;*/
}

/* タイムライン部分 */

.twitter__container .twitter__contents {
	overflow: hidden;
	position: relative;
	line-height: 135%;
}

.twitter__container .twitter__contents.scroll {
	height: auto;
	/*  overflow-y: scroll;*/
}

.twitter__container .twitter__block {
	width: 100%;
	display: block;
	padding: 13px;
	margin-bottom: 5px;
	border-bottom: solid 1px #eeeeee;
	overflow: hidden;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
}


.twitter__container .twitter__block:last-child {
	border-bottom: solid 0px;
}

/* アイコン画像 */

.twitter__container .twitter__block figure {
	width: 50px;
	padding: 0;
	margin: 0;
	float: left;
	width: 50px;
}

/* 正方形を用意 */

.twitter__container .twitter__block figure img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}

/* コメントエリア */

.twitter__container .twitter__block-text {
	margin: 0;
	position: relative;
	margin-left: 60px;
	margin-right: 23px;
}

.twitter__container .twitter__block-text .name {
	font-weight: bold;
}

.twitter__container .twitter__block-text .name .name_reply {
	color: #8a9aa4;
	margin-left: 10px;
}

.twitter__container .twitter__block-text .date {
	position: absolute;
	top: 0;
	right: 20px;
	text-align: right;
	color: #8a9aa4;
}

/* 本文 */

.twitter__container .twitter__block-text .text {
	margin: 5px 0;
}

/* 画像を貼る場合 */

.twitter__container .twitter__block-text .text .in-pict img {
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin: 5px 0;
	width: 95%;
	height: 200px;
	object-fit: cover;
}

/*///////////////////////////////////////////
//埋め込みアイコン
////////////////////////////////////////////*/

.twitter__container .twitter__icon br {
	display: none;
}

.twitter__container .twitter__icon .twitter-bubble {
	width: 14px;
	height: 14px;
	display: block;
	padding-left: 20px;
	background: url("svg/twitter-bubble.svg") left no-repeat;
	width: 20%;
	float: left;
	color: #8a9aa4;
}

.twitter__container .twitter__icon .twitter-heart {
	width: 14px;
	height: 14px;
	display: block;
	padding-left: 20px;
	background: url("svg/twitter-heart.svg") left no-repeat;
	width: 20%;
	float: left;
	color: #8a9aa4;
}

.twitter__container .twitter__icon .twitter-loop {
	width: 14px;
	height: 14px;
	display: block;
	padding-left: 20px;
	background: url("svg/twitter-loop.svg") left no-repeat;
	width: 20%;
	float: left;
	color: #8a9aa4;
}

@media screen and ( max-width: 1000px) {

	div.twitter__container {
		width: 100%;
		font-size: 11px;
		margin-left: auto;
		margin-right: auto;
		box-shadow: 5px 0px 2px -6px #b2b2af, -5px 0px 2px -6px #b2b2af;
	}


	div.twitter__container dl dt span {
		margin-bottom: 5px;
	}

	div.twitter__container dl dt span.delete {
		clear: both;
	}

	.twitter__container .twitter__title {
		/*background: #58aeed;*/
		/*  box-shadow: 0 0 3px 0 rgba( 0, 0, 0, 0.2 );*/
		border-bottom: 1px solid #cccccc;
		padding: 7px;
		/*  text-align: center;*/
		font-size: 10px;
		/*  color: #ffffff;*/
	}



	div.twitter_container {
		width: 70%;
		font-size: 10px;
		margin: 10px auto;
		/*
		margin-left: 10px;
		margin-right: 10px;
*/
		border-radius: 2px;
		box-shadow: 0;
		border: 1px;
	}


	div.twitter_container dl dt span {
		margin-bottom: 5px;
	}

	div.twitter_container dl dt span.delete {
		clear: both;
	}

	.twitter_container .twitter__title {
		/*background: #58aeed;*/
		/*  box-shadow: 0 0 3px 0 rgba( 0, 0, 0, 0.2 );*/
		border-bottom: 1px solid #cccccc;
		padding: 7px;
		/*  text-align: center;*/
		font-size: 11px;
		/*  color: #ffffff;*/
	}

	/*
.twitter__container .twitter__title .twitter-logo {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  display: block;  
}
*/
	.ak {
		font-size: 13px;
	}


}

/* ####################################### 480px以下 ###################################### */

@media screen and (max-width: 480px) {
	.twitter_container {

		box-shadow: none;
		border: 0;
	}

}
