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

/* TagLiveの表示箇所全体 */
.taglive_contents_tl {
	-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;
	width: 85vw!important;
	max-width: 900px!important;
}
.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_contents_tl .post {
	width: 33%;
}
.taglive_contents_tl .taglive_entry_content {
	margin: 10px;
	padding: 14px;
	background: #FFFFFF;
	border-radius: 15px;
	overflow: hidden;
	font-size: 0.85em;
	font-feature-settings : "palt";
}
/* ユーザーID表示箇所 */
.taglive_contents_tl .twitter_profile,
.taglive_contents_tl .inst_profile {
	margin-top: 10px;
}
/* ユーザー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;
	padding-left: 25px;
}
/* リンク装飾 */
.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;
}
/* ユーザーIDおよびユーザーページへのリンク */
.taglive_contents_tl a.user {
	font-weight: bold;
	color: #1C1C1C;
	text-decoration: none;
}
.taglive_contents_tl a.user:hover {
	color: #07519a;
}
/* 投稿本文 */
.taglive_contents_tl .twitter_message,
.taglive_contents_tl .inst_message{
	padding: 10px 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%;
	border-radius: 15px;
}
/* 投稿画像（動画の場合） */
.taglive_contents_tl .twitter_video a,
.taglive_contents_tl .inst_videoa a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.taglive_contents_tl .twitter_video a:after,
.taglive_contents_tl .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;
}
/* 投稿日時＆投稿URLへのリンク */
.taglive_contents_tl .twitter_link,
.taglive_contents_tl .inst_link {
	text-align: left;
}
/* 投稿日時 */
.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 {
	position: absolute;
	width: 22px;
	height: 18px;
	vertical-align: text-bottom;
	background:url(../img/twitter_logo.png);
	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_btn{
	margin: 0 auto;
}


.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-radius: 3px;
	text-align: center;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	transition-duration: 0.3s;
	clear: both;
	line-height: 1.4;
	position: relative;
}
.taglive_next_button_tl:hover {
	opacity: 0.6;
	transition-duration: 0.3s;
}
.taglive_next_button_tl::after {
	content: "";
	width: 15px;
  height: 15px;
  border: 4px solid;
  border-color:  transparent transparent #000 #000;
  /* transform: rotate(-45deg); */
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}


/*--------------------------------------------
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;
		margin-bottom: 40px !important;
	}

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

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

}
