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

/* TagLiveの表示箇所全体 */
.taglive_contents_cr {
	-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 0px!important;
	width: 70%;
	padding: 0 0 0 40px;
}
/* リンク */
.taglive_contents_cr a {
	color:#a58f47;
	border: none;
}
/* 画像全般 */
.taglive_contents_cr img {
	border: none;
}
/* 投稿画像 */
.taglive_contents_cr .inst_main_img,
.taglive_contents_cr .twitter_main_img {
	width: 280px;
	height: 280px;
}
.taglive_contents_cr .inst_main_photo,
.taglive_contents_cr .twitter_main_photo {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 250px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #fafafa;
	vertical-align: middle;
	display: table-cell;
	layout-grid-line: 302px; /* IE7以下 */
	border-radius: 3px;
	border:solid 1px #A4A4A4
}
.taglive_contents_cr .inst_main_photo img.dispimg,
.taglive_contents_cr .twitter_main_photo img.dispimg {
	max-width: 230px;
	max-height: 230px;
	margin:auto;
	padding:0!important;
	display: block;
}
/* 投稿動画の再生アイコン */
.taglive_contents_cr .twitter_video .modal-open:after,
.taglive_contents_cr .inst_video .modal-open:after {
	display:block;
	position:absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	content: url(https://taglive.jp/appli/images/icon_movie.png);
}
/* ユーザーのプロフィール（ID）表示箇所 */
.taglive_contents_cr .twitter_profile,
.taglive_contents_cr .inst_profile	{
	position: absolute;
	bottom: 5px;
	height: 32px;
}
/* ユーザーIDおよびユーザーページへのリンク */
.taglive_contents_cr .twitter_profile a.user,
.taglive_contents_cr .inst_profile a.user {
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 240px;
	padding-left:8px;
	text-align: left;
	text-decoration: none;
	color:#1C1C1C;
	font-weight:bold;
	/* 光彩を追加 */
	-webkit-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff; /* Safari, Chrome用 */
	-moz-text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff; /* Firefox用 */
	text-shadow: 1px 1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, -1px -1px 0px #fff; /* CSS3 */
	overflow-wrap: break-word;
	word-break: break-all;
}
/* 投稿されたサービスのアイコン */
.taglive_contents_cr .inst_icon {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url("https://taglive.jp/appli/images/icon_inst_wh.jpg");
	background-size: contain;
	opacity: 0.8;
}
.taglive_contents_cr .twitter_icon {
	position: absolute;
	right: 4px;
	top: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: url("https://taglive.jp/appli/images/icon_twitter_wh.jpg");
	background-size: contain;
	opacity: 0.8;
}


/*------------------
Smart Phone
------------------*/

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

	/* TagLiveの表示箇所全体 */
	.taglive_contents_cr {
		width: 310px;
		position: relative;
		overflow: hidden;
	}

}



/*--------------------------------------------
モーダルウィンドウ用
--------------------------------------------*/
/* レイアウト回り込み解除用 */
.taglive_contents_cr_modal .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_cr_modal {
	-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;
}
.taglive_contents_cr_modal .modal_wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.taglive_contents_cr_modal .modal_content {
	position:relative;
	display:none;
	width:800px;
	margin:30px;
	border-radius: 3px;
	padding: 10px;
	background:#fff;
}
/* リンク */
.taglive_contents_cr_modal a {
	color:#a58f47;
	border: none;
}
/* 画像全般 */
.taglive_contents_cr_modal img {
	border: none;
}
/* モーダルウィンドウを開くリンク */
.taglive_contents_cr .modal_open {
	color:#00f;
	text-decoration:underline;
}
.taglive_contents_cr .modal_open:hover {
	cursor:pointer;
	color:#f00;
}
/* モーダルウィンドウを閉じるリンク（×ボタン） */
.taglive_contents_cr_modal .modal_close {
	display: inherit;
	position: absolute;
	top: -40px;
	right: 0;
	width: 32px;
	height: 32px;
	color:#00f;
	text-decoration:underline;
	background-image: url(https://taglive.jp/appli/images/icon_close.png);
	z-index: 10;
}
.taglive_contents_cr_modal .modal_close:hover {
	cursor:pointer;
	color:#f00;
}
/* モーダルウィンドウを前後の投稿に移動するリンク（矢印ボタン） */
.taglive_contents_cr_modal .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_cr_modal .modal_change.prev {
	left: -35px;
	background-image: url(https://taglive.jp/appli/images/icon_prev.png);
}
.taglive_contents_cr_modal .modal_change.next {
	right: -35px;
	background-image: url(https://taglive.jp/appli/images/icon_next.png);
}
/* 投稿画像 */
.taglive_contents_cr_modal .modal_photo {
	margin: 0 auto;
	text-align: center;
}
.taglive_contents_cr_modal .modal_photo img {
	max-width: 100%;
	vertical-align: bottom;
}
/* 投稿動画 */
.taglive_contents_cr_modal .twitter_video,
.taglive_contents_cr_modal	.inst_video {
	position: relative;
}
/* Instagram動画の埋め込み用 */
.taglive_contents_cr_modal .inst_video_view {
	overflow: hidden;
}
.taglive_contents_cr_modal .inst_video_view iframe {
	margin: -64px auto -152px auto!important;
	border: none!important;
}
/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
.taglive_contents_cr_modal .modal_info {
	font-size: 90%;
}
/* ユーザーのプロフィール（ID）表示箇所 */
.taglive_contents_cr_modal .modal_profile {
	margin: 0 auto;
	padding-top: 10px;
}
/* ユーザーIDおよびユーザーページへのリンク */
.taglive_contents_cr_modal .modal_profile a.modal_user {
	color: #1C1C1C;
	text-decoration: none;
	transition: color 0.2s;
}
.taglive_contents_cr_modal .modal_profile a:hover {
	color: #C7AC56;
}
/* 投稿本文 */
.taglive_contents_cr_modal .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_cr_modal .modal_meta {
	padding: 10px 25px 10px 0;
	color: #999;
	text-align: right;
	font-size: 90%;
}
/* 投稿日時 */
.taglive_contents_cr_modal .modal_meta a {
	color:#07519a;
}
/* 投稿されたサービスのアイコン */
.taglive_contents_cr_modal .modal_meta_twitter,
.taglive_contents_cr_modal .modal_meta_inst {
	text-align: right;
}
.taglive_contents_cr_modal .modal_meta_twitter {
	background:url(https://taglive.jp/appli/images/icon_twitter.png) right 10px no-repeat;
	background-size: 16px;
}
.taglive_contents_cr_modal .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_cr_modal .modal_photo {
		float: left;
		width: 60%;
		min-height: 250px;
	}
	.taglive_contents_cr_modal .modal_photo img {
		max-height: 550px;
	}
	/* 文字情報などの表示箇所（本文、ユーザー情報、日付など） */
	.taglive_contents_cr_modal .modal_info {
		float: right;
		width: calc(40% - 24px);
	}
	/* 投稿本文 */
	.taglive_contents_cr_modal .modal_message {
		margin-top: 10px;
		padding: 10px 0;
	}
}

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

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

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

}

/*--------------------------------------------
origin
--------------------------------------------*/
.sec-inst {
    padding: 30px 0 30px;
    background: #fafafa;
    border-top: #000 5px solid;
    border-bottom: #000 5px solid;
}

.sec-inst-ttl {
    margin-bottom: 25px;
    padding: 5px 0;
    text-align: center;
}

.sec-inst-ttl a {
    font-size:26px;
    color:#000;
    text-decoration:none;
}

.sec-inst-ttl a:hover {
    text-decoration:none;
}

.sec-inst-ttl a img{
    width:2%;
}

@media only screen and (max-width: 1024px) {
.taglive_contents_cr {
	margin: 0 auto 60px!important;
	width: 90%;
	padding: 0 3% 0 3%;
}
}

@media only screen and (max-width: 768px) {
.taglive_contents_cr {
	margin: 0 auto 40px!important;
	width: 98%;
	padding: 0 0 0 0;
}
.sec-inst {
    padding: 20px 0 40px;
}

.sec-inst-ttl {
    margin-bottom: 10px;
    padding: 5px 0;
    text-align: center;
}

.sec-inst-ttl a {
    font-size:16px;
    line-height: 1.0;
}

.sec-inst-ttl a img{
    width:5%;
    vertical-align: middle;
}

.sec-inst-btn {
    width: 80%;
}

/* 投稿画像 */
.taglive_contents_cr .inst_main_img,
.taglive_contents_cr .twitter_main_img {
	width: 100%;
	height: auto;
	margin:0 2.5px 0 2.5px;
}
.taglive_contents_cr .inst_main_photo,
.taglive_contents_cr .twitter_main_photo {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
}
.taglive_contents_cr .inst_main_photo img.dispimg,
.taglive_contents_cr .twitter_main_photo img.dispimg {
	width: 80%;
	height: auto;
	margin:auto;
	padding:0!important;
}

.taglive_contents_cr .twitter_profile, .taglive_contents_cr .inst_profile {
    font-size:10px;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
.sec-inst-ttl a {
    font-size:18px;
    line-height: 2.0;
}

.sec-inst-ttl a img{
    width:4%;
}

.taglive_contents_cr .inst_main_photo,
.taglive_contents_cr .twitter_main_photo {
	height: 320px;
}

.taglive_contents_cr .inst_main_photo img.dispimg,
.taglive_contents_cr .twitter_main_photo img.dispimg {
	width: 86%;
}
}