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

/* TagLiveの表示箇所全体 */
.taglive_contents_tl {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 1.0rem;
	/* margin: 0 auto 70px auto!important; */
	margin: 0 auto 0px auto !important;
	width: 85vw!important;
	/* max-width: 900px!important; */
	max-width: 760px!important;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: flex-start;
}
.taglive_contents_tl * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* リンク */
.taglive_contents_tl a {
	color: #1C1C1C;
	text-decoration: none;
	border: none;
}
.taglive_contents_tl a:hover {
	color: #07519a;
}
/* レイアウト回り込み解除用 */
.taglive_contents_tl .clear {
	clear: both;
}
/* 右上のインフォマーク */
.taglive_img_info {
	margin: 0 auto;
	/* width: 85vw;
	max-width: 900px; */
	text-align: right;
	padding-bottom: 5px;
}
.taglive_img_info a,
.taglive_img_info img {
	border: none;
}
.taglive_img_info img {
	width: 24px;
	height: 24px;
}
.taglive_img_info a:hover img {
	opacity: 0.7;
}
/* ローディング */
#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%;
	max-height: 100vh;
	text-align: center;
	font-size: 100%;
	color: #000;
	z-index: 1000;
	background-color: #fff;
	overflow: hidden;
	display: none;
}
#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;
}
/* 投稿ごとの表示箇所全体 */
.taglive_contents_tl .post {
	width: 33%;
}
.taglive_contents_tl .taglive_entry_content {
	margin: 10px;
	padding: 14px;
	background: #FFFFFF;
	border-radius: 3px;
	border:solid 1px #dbdbdb;
	overflow: hidden;
	font-size: 0.85em;
	font-feature-settings : "palt";
}
/* リンク装飾 */
.taglive_contents_tl a,
.taglive_contents_tl a {
	text-decoration: none;
	color: #1C1C1C;
	border: none;
}
.taglive_contents_tl a:hover,
.taglive_contents_tl a:hover {
	color: #07519a;
}
/* 投稿本文 */
.taglive_contents_tl .twitter_message,
.taglive_contents_tl .inst_message{
	padding: 0;
	line-height: 170%;
	font-feature-settings : "palt";
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 投稿本文：ハッシュタグ装飾 */
.taglive_contents_tl .twitter_message .tag,
.taglive_contents_tl .inst_message .tag{
	color: #007BC6;
}
/* 投稿本文：リンク装飾 */
.taglive_contents_tl .twitter_message a,
.taglive_contents_tl .inst_message a {
	color: #1C1C1C;
	text-decoration: underline;
}
.taglive_contents_tl .twitter_message a:hover,
.taglive_contents_tl .inst_message a {
	text-decoration: none;
}
/* 投稿画像 */
.taglive_contents_tl .twitter_photo img,
.taglive_contents_tl .inst_photo img {
	max-width: 100%;
	max-height: 100%;
}
/* 投稿画像（動画の場合） */
.taglive_contents_tl .twitter_video a,
.taglive_contents_tl .inst_video a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.taglive_contents_tl .twitter_video a:after,
.taglive_contents_tl .inst_video 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;
}
/* ユーザーID */
.taglive_contents_tl .twitter_profile a.user,
.taglive_contents_tl .inst_profile a.user {
	text-decoration: none;
	color:#1C1C1C;
	font-weight:bold;
	line-height: 100%;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 投稿日時＆投稿URLへのリンク */
.taglive_contents_tl .twitter_link,
.taglive_contents_tl .inst_link {
	margin-top: 10px;
	text-align: right;
}
/* 投稿日時 */
.taglive_contents_tl .twitter_link a,
 .taglive_contents_tl .inst_link a {
	display: inline-block;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tl .twitter_link a:hover,
.taglive_contents_tl .inst_link a:hover {
	color: #07519a;
}
/* Twitterアイコン */
.taglive_contents_tl .twitter_link a.twitter_icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background:url(https://taglive.jp/appli/images/icon_twitter.png) right bottom no-repeat;
	background-size: cover;
}
/* Instagramアイコン */
.taglive_contents_tl .inst_link a.inst_icon {
	width: 16px;
	height: 16px;
	margin-left: 10px;
	vertical-align: text-bottom;
	background:url(https://taglive.jp/appli/images/icon_instagram.png) right bottom no-repeat;
	background-size: cover;
}
.taglive_contents_tl .twitter_link a.twitter_icon:hover,
.taglive_contents_tl .inst_link a.inst_icon:hover {
	opacity: 0.7;
}
/* 「MORE（さらに読み込む）」ボタン */
.taglive_next_button_tl {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 200px;
	margin:0 auto 60px;
	padding: 10px;
	border: 3px solid #000000;
	border-radius: 3px;
	background: #ffffff;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition-duration: 0.3s;
	clear: both;
}
.taglive_next_button_tl:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}


/*--------------------------------------------
tablet
--------------------------------------------*/

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

	/* TagLiveの表示箇所全体 */
	.taglive_contents_tl {
		width: 80%!important;
	}

	/* 投稿ごとの表示箇所全体 */
	.taglive_contents_tl .post {
		width: 46%;
		margin-bottom: 30px;
		border-radius: 3px;
	}

}


/*--------------------------------------------
smart_phone
--------------------------------------------*/

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

	/* TagLiveの表示箇所全体 */
	.taglive_contents_tl {
		width: 80%!important;
	}

	/* 右上のインフォマーク */
	.taglive_img_info {
		width: 85%;
	}

	/* 投稿ごとの表示箇所全体 */
	.taglive_contents_tl .post {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}

}
