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

/* TagLiveの表示箇所全体 */
.taglive_contents_tile {
	-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 !important;
	width: 900px!important;
}
/* リンク */
.taglive_contents_tile a {
	color:#a58f47;
	border: none;
}
/* 画像全般 */
.taglive_contents_tile img {
	border: none;
}
/* 右上のインフォマーク */
.taglive_img_info {
	margin: 0 auto;
	width: 900px;
	text-align: right;
	padding-bottom: 5px;
}
.taglive_img_info a,
.taglive_img_info img {
	border: none;
}
/* 投稿ごとの表示箇所全体 */
.taglive_contents_tile .post {
	background: #FFFFFF;
	border-radius: 3px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:31.2%;
	border:solid 1px #A4A4A4
}
.taglive_contents_tile .taglive_entry_text {
	padding:5%;
}
/* ユーザーID */
.taglive_contents_tile .twitter_profile .profile_txt,
.taglive_contents_tile .inst_profile .profile_txt {
	margin: 0 10px 0 30px;
	overflow-wrap: break-word;
	word-break: break-all;
}
.taglive_contents_tile .twitter_profile .profile_txt a,
.taglive_contents_tile .inst_profile .profile_txt a {
	text-decoration: none;
	color:#1C1C1C;
	font-size: 90%;
	transition: color 0.2s;
	line-height: 100%;
}
/* 投稿本文（通常は非表示） */
.taglive_contents_tile .twitter_message,
.taglive_contents_tile .inst_message {
	display: none;
}
/* 投稿画像 */
.taglive_contents_tile .inst_photo,
.taglive_contents_tile .twitter_photo {
	position: relative;
	height: 250px;
	width: 250px;
	text-align: center;
	background-color: #f6f4ec;
	layout-grid-line: 250px; /* IE7以下 */
}
.taglive_contents_tile .twitter_photo img,
.taglive_contents_tile .inst_photo img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* Twitterアイコン */
.taglive_contents_tile .twitter_profile {
	position: relative;
	min-height: 16px;
	background:url(https://taglive.jp/appli/images/icon_twitter.png) 2px 0 no-repeat;
	background-size: 16px;
	margin-top:3%;
}
/* Instagramアイコン */
.taglive_contents_tile .inst_profile {
	position: relative;
	min-height: 16px;
	background:url(https://taglive.jp/appli/images/icon_instagram.png) 2px 0 no-repeat;
	background-size: 16px;
	margin-top:3%;
}
/* 投稿日時＆投稿URLへのリンク（通常は非表示） */
.taglive_contents_tile .twitter_link,
.taglive_contents_tile .inst_link {
	display: none;
}
/* 「MORE（さらに読み込む）」ボタン */
.taglive_next_button_tile {
	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;
	background: #ffffff none repeat scroll 0% 0%;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	clear: both;
}

/*--------------------------------------------
tablet
--------------------------------------------*/
@media only screen and (min-width: 601px) and (max-width: 940px) {

	/* TagLiveの表示箇所全体 */
	.taglive_contents_tile {
		width: 80%!important;
	}
	/* 右上のインフォマーク */
	.taglive_img_info {
		width: 85%;
	}
	/* 投稿ごとの表示箇所全体 */
	.taglive_contents_tile .post {
		width: 46%;
		margin-bottom: 30px;
		border-radius: 3px;
	}
	/* 投稿画像 */
	.taglive_contents_tile .inst_photo,
	.taglive_contents_tile .twitter_photo {
		height: 32vw;
		width: 32vw;
	}

}

/*--------------------------------------------
smart_phone
--------------------------------------------*/
@media only screen and (max-width: 600px) {
	/* TagLiveの表示箇所全体 */
	.taglive_contents_tile {
		width: 80%!important;
	}
	/* 右上のインフォマーク */
	.taglive_img_info {
		width: 85%;
	}
	/* 投稿ごとの表示箇所全体 */
	.taglive_contents_tile .post {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	/* 投稿画像 */
	.taglive_contents_tile .inst_photo,
	.taglive_contents_tile .twitter_photo {
		height: 68vw;
		width: 68vw;
	}
}



/*--------------------------------------------
モーダルウィンドウ用
--------------------------------------------*/
/* レイアウト回り込み解除用 */
.taglive_contents_tile .clear {
	clear: both;
}
/* モーダルウィンドウの背景用 */
.taglive_lock {
		overflow:hidden;
}
.taglive_modal_overlay {
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.6);
}
/* モーダルウィンドウ表示箇所全体 */
.taglive_contents_tile .modal_wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.taglive_contents_tile .modal_content {
	position:relative;
	display:none;
	width:800px;
	margin:30px;
	border-radius: 3px;
	padding: 10px;
	background:#fff;
}
/* モーダルウィンドウを開くリンク */
.taglive_contents_tile .modal_open {
	color:#00f;
	text-decoration:underline;
}
.taglive_contents_tile .modal_open:hover {
	cursor:pointer;
	color:#f00;
}
/* モーダルウィンドウを開くリンク（動画の場合） */
.taglive_contents_tile .twitter_video .modal_open:after,
.taglive_contents_tile .inst_video .modal_open:after {
	content: url(http://taglive.jp/appli/images/icon_movie.png);
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}
/* モーダルウィンドウを閉じるリンク（×ボタン） */
.taglive_contents_tile .modal_close {
	display: inherit;
	position: absolute;
	top: -40px;
	right: 0;
	width: 32px;
	height: 32px;
	color:#00f;
	text-decoration:underline;
	background-image: url(http://taglive.jp/appli/images/icon_close.png);
	z-index: 10;
}
.taglive_contents_tile .modal_close:hover {
	cursor:pointer;
	color:#f00;
}
/* モーダルウィンドウを前後の投稿に移動するリンク（矢印ボタン） */
.taglive_contents_tile .modal_change {
	cursor: pointer;
	display: block;
	z-index: 1;
	position: absolute;
	top: calc(50% - 16px);
	width: 32px;
	height: 32px;
	background-position: center;
	background-repeat: no-repeat;
	box-sizing: content-box;
}
.taglive_contents_tile .modal_change.prev {
	left: -35px;
	background-image: url(http://taglive.jp/appli/images/icon_prev.png);
}
.taglive_contents_tile .modal_change.next {
	right: -35px;
	background-image: url(http://taglive.jp/appli/images/icon_next.png);
}
/* 投稿画像 */
.taglive_contents_tile .modal_photo {
	margin: 0 auto;
	text-align: center;
}
.taglive_contents_tile .modal_photo img {
	max-width: 100%;
	vertical-align: bottom;
}
/* 投稿動画 */
.taglive_contents_tile .modal_video {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.taglive_contents_tile .twitter_video,
.taglive_contents_tile	.inst_video {
	position: relative;
}
/* Instagram動画の埋め込み用 */
.taglive_contents_tile .inst_video_view {
	overflow: hidden;
}
.taglive_contents_tile .inst_video_view iframe {
	margin: -64px auto -152px auto!important;
	min-width: 200px!important;
	border: none!important;
}
/* Twitter動画の埋め込み用 */
.taglive_contents_tile .twitter_video_view {
	overflow: hidden;
}
.taglive_contents_tile .twitter_video_view iframe {
	margin: 0 auto -162px auto!important;
	min-width: 200px!important;
	border: none!important;
}
/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
.taglive_contents_tile .modal_info {
	font-size: 90%;
}
/* ユーザーのプロフィール（ID）表示箇所 */
.taglive_contents_tile .modal_profile {
	margin: 0 auto;
	padding-top: 10px;
}
/* ユーザーIDおよびユーザーページへのリンク */
.taglive_contents_tile .modal_profile a.modal_user {
	color: #1C1C1C;
	text-decoration: none;
	transition: color 0.2s;
}
.taglive_contents_tile .modal_profile a:hover {
	color: #C7AC56;
}
/* 投稿本文 */
.taglive_contents_tile .modal_message {
	overflow-y: auto;
	width: 100%;
	max-height: 320px;
	margin: 10px auto 0 auto;
	padding: 10px 0;
	line-height: 170%;
	font-feature-settings : "palt";
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 投稿の付加情報（日付・サービス）表示箇所 */
.taglive_contents_tile .modal_meta {
	padding: 10px 25px 10px 0;
	color: #999;
	text-align: right;
	font-size: 90%;
}
/* 投稿日時 */
.taglive_contents_tile .modal_meta a {
	color:#07519a;
}
/* 投稿されたサービスのアイコン */
.taglive_contents_tile .modal_meta_twitter,
.taglive_contents_tile .modal_meta_inst {
	text-align: right;
}
.taglive_contents_tile .modal_meta_twitter {
	background:url(https://taglive.jp/appli/images/icon_twitter.png) right 10px no-repeat;
	background-size: 16px;
}
.taglive_contents_tile .modal_meta_inst {
	background:url(https://taglive.jp/appli/images/icon_instagram.png) right 10px no-repeat;
	background-size: 16px;
}



/*--------------------------------------------
pc
--------------------------------------------*/
@media (min-width: 800px) {

	/* 投稿画像 */
	.taglive_contents_tile .modal_photo {
		float: left;
		width: 60%;
		min-height: 250px;
	}
	.taglive_contents_tile .modal_photo img {
		max-height: 550px;
	}
	/* 投稿動画 */
	.taglive_contents_tile .modal_video {
		float: left;
		width: 60%;
	}
	/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
	.taglive_contents_tile .modal_info {
		float: right;
		width: calc(40% - 24px);
	}
	/* 投稿本文 */
	.taglive_contents_tile .modal_message {
		margin-top: 10px;
		padding: 10px 0;
	}
}

/*--------------------------------------------
tablet
--------------------------------------------*/
@media only screen and (max-width: 800px) {
	/* モーダルウィンドウ表示箇所全体 */
	.taglive_contents_tile .modal_content {
		width: 70%;
	}
	.taglive_contents_tile .modal_photo,
	.taglive_contents_tile .modal_video,
	.taglive_contents_tile .modal_profile,
	.taglive_contents_tile .modal_message,
	.taglive_contents_tile .modal_meta_twitter,
	.taglive_contents_tile .modal_meta_inst {
		width: 90%;
	}
	/* 投稿画像 */
	.taglive_contents_tile .modal_photo {
		height: 100%;
	}
	.taglive_contents_tile .modal_photo img{
		max-height: 550px;
		margin: 0 auto;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.taglive_contents_tile .modal_photo iframe {
		overflow: hidden;
	}
	/* Twitter動画の埋め込み用 */
	.taglive_contents_tile .twitter-video,
	.taglive_contents_tile .twitter-video-rendered {
		width: 100%!important;
		min-width: 100%!important;
	}
	/* 投稿本文 */
	.taglive_contents_tile .modal_message {
		max-height: 220px;
	}
}

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

	/* モーダルウィンドウ表示箇所全体 */
	.taglive_contents_tile .modal_content {
		width: 80%;
		margin:auto 0;
		top: 50px!important;
	}
	/* 投稿画像 */
	.taglive_contents_tile .modal_photo img {
		max-height: 350px;
	}
	/* 投稿本文 */
	.taglive_contents_tile .modal_message {
		max-height: 150px;
	}

}
