/* Taglive tw css */
@charset "UTF-8";

/*------------------
head
------------------*/
.taglive_tw {
	position: relative;
	width: 100%;
	max-width: 500px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	overflow: hidden;
}

.taglive_tw .taglive_hashtag {
	display: inline-block;
	width: calc(100% - 50px);
	margin: 0;
	padding: 0 10px 10px 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 140%;
	line-height: 100%;
}
.taglive_tw .taglive_img_info {
	display: inline-block;
	width: 24px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	vertical-align: middle;
	line-height: 100%;
}

/* リンク */
.taglive_tw a {
	color:#3b94d9;
	border: none;
	text-decoration: none;
}
.taglive_tw a:hover {
	color:#55acee;
}
/* 画像全般 */
.taglive_tw img {
	border: none;
}
/* レイアウト回り込み解除用 */
.taglive_tw .clear {
	clear: both;
}

/*------------------
content
------------------*/
.taglive_tw .taglive_wrap_tw {
	position: absolute;
	top: 54px;
	left: 0;
	margin: 0 auto !important;
	width: 100%;
	height: calc(100% - 54px);
	overflow-y: auto;
	background-color: #e2e1d9;
	border: solid 1px #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.taglive_tw .taglive_contents_tw .post {
	padding: 10px;
	font-size: 90%;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
}

.taglive_tw .twitter_profile {
	display: table;
	width: 100%;
	text-align: left;
	background:url(http://taglive.jp/appli/images/icon_twitter.png) right 3px no-repeat;
	background-size: 16px;
}
.taglive_tw .inst_profile {
	display: table;
	width: 100%;
	text-align: left;
	background:url(http://taglive.jp/appli/images/icon_instagram.png) right 3px no-repeat;
	background-size: 16px;
}
.taglive_tw .twitter_profile a,
.taglive_tw .inst_profile a {
	display: table-cell;
	vertical-align: middle;
}
/* ユーザーアイコン */
.taglive_tw .twitter_profile img,
.taglive_tw .inst_profile img{
	width:30px!important;
	max-width: 30px!important;
	border-radius: 50%;
	margin-right: 15px;
}
/* ユーザーID */
.taglive_tw .twitter_profile a.user,
.taglive_tw .inst_profile a.user {
	width: 100%;
	text-decoration: none;
	color:#1C1C1C;
	font-weight:bold;
	line-height: 100%;
	overflow-wrap: break-word;
	word-break: break-all;
}
.taglive_tw .twitter_profile a:hover,
.taglive_tw .inst_profile a:hover {
	color:#55acee;
}
.taglive_tw .twitter_message,
.taglive_tw .inst_message{
	padding:15px 0 10px!important;
	color:#292F33;
	line-height:150%;
	text-align: left;
	word-wrap: break-word;
	margin: 0 auto;
}

/* 投稿画像 */
.taglive_tw .inst_photo,
.taglive_tw .twitter_photo {
	width: 100%;
	height: auto;
}
.taglive_tw .twitter_photo img,
.taglive_tw .inst_photo img {
	margin-bottom:10px;
	width: 100%;
}

/* 投稿動画 */
.taglive_tw .twitter_video,
.taglive_tw .inst_video {
	position: relative;
	width: 100%;
}
/* Twitter動画の埋め込み用 */
.taglive_tw .twitter_video {
	overflow: hidden;
	margin: 0;
	padding:0;
}
.taglive_tw .twitter_video iframe {
	margin: 0!important;
	border: none!important;
}
/* Instagram動画の埋め込み用 */
.taglive_tw .inst_video {
	margin-bottom: -20px;
}
.taglive_tw .inst_video_view {
	overflow: hidden;
	margin:0;
	padding:0;
}
.taglive_tw .inst_video_view iframe {
	min-width: 0!important;
	margin: -64px auto -162px auto!important;
	border: none!important;
}

.taglive_tw .twitter_link,
.taglive_tw .inst_link {
	text-align: right;
	font-size: 85%;
}

.taglive_tw .twitter_link a,
.taglive_tw .inst_link a{
	color: #8899a6;
}
.taglive_tw .twitter_link a:hover,
.taglive_tw .inst_link a:hover {
	color:#55acee;
}

/* もっと読むボタン */
.taglive_tw .taglive_next_button_area_tw {
	width: 100%;
	padding: 10px 0;
	background-color: #fff;
}
.taglive_tw .taglive_next_button_tw {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	cursor: pointer;
	clear: both;
	border: 1px solid #55acee;
	border-radius: 20px;
	color: #55acee;
}

.taglive_tw .taglive_next_button_tw:hover {
	background-color: #55acee;
	color: #fff;
}


/* スクロールバー */
.taglive_tw .taglive_wrap_tw::-webkit-scrollbar {
  width: 10px;
}
.taglive_tw .taglive_wrap_tw::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 5px;
}
.taglive_tw .taglive_wrap_tw::-webkit-scrollbar-track-piece {
  background: #efefef;
}

/* タブレット、スマホ用 */
@media only screen and (max-width: 960px) {

	.taglive_tw .taglive_wrap_tw {
		position: relative;
		top: 0;
		height: calc(70vh - 60px);
	}

}
