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

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

.taglive_tw .taglive_hashtag {
	display: inline-block;
	width: calc(100% - 50px);
	margin: 0;
	padding: 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 .taglive_img_info a,
.taglive_tw .taglive_img_info img {
	border: none;
}
.taglive_tw .taglive_img_info img {
	width: 24px;
	height: 24px;
}
.taglive_tw .taglive_img_info a:hover img {
	opacity: 0.7;
}


/* リンク */
.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;
}

/* ローディング */
#taglive_loading {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 100%;
	color: #000;
	z-index: 1000;
	background-color: #fff;
	overflow: hidden;
}
#taglive_loading .loader {
	font-size: 25px;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: tagliveload 1.1s infinite ease;
	animation: tagliveload 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes tagliveload {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
	}
}
@keyframes tagliveload {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
	}
}
#taglive_loading p {
	margin-top: 5em;
}

/*------------------
content
------------------*/
.taglive_tw .taglive_wrap_tw {
	margin: 0 auto !important;
	width: 100%;
	height: calc(100vh - 65px);
	overflow-y: auto;
	background-color: #e2e1d9;
	border-top: 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:#8899a6;
	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_profile a.user .user_name,
.taglive_tw .inst_profile a.user .user_name {
	color:#1C1C1C;
	font-weight:bold;
}
.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 .twitter_message .tag,
.taglive_tw .inst_message .tag{
	color: #007BC6;
}
/* 投稿本文：リンク装飾 */
.taglive_tw .twitter_message a,
.taglive_tw .inst_message a {
	color: #1C1C1C;
	text-decoration: underline;
}
.taglive_tw .twitter_message a:hover,
.taglive_tw .inst_message a {
	text-decoration: none;
}

/* 投稿画像 */
.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 a,
.taglive_tw .inst_videoa a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.taglive_tw .twitter_video a:after,
.taglive_tw .inst_videoa a:after {
	content: url(http://taglive.jp/appli/images/icon_movie.png);
	display:block;
	position:absolute;
	top: calc(50% - 16px);
	left:  calc(50% - 16px);
	z-index:10;
}

.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 {
		height: calc(70vh - 60px);
	}

}
