@charset "UTF-8";

/*------------------
content
------------------*/
#taglive_contents, .post {
	transition-duration: 0.7s;
}
#taglive_contents {
	width: calc(100% - 40px);
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}
div.taglive_img_info {
	width: calc(100% - 40px);
	margin: 0 auto 20px;
	text-align: center;
}

div.taglive_img_info span {
	margin-right: 10px;
}

div.taglive_img_info a img {
	vertical-align: top;
	width: 20px;
	height: 20px;
}

.post {
	width: calc((100% - 20px) / 2);
	background: #fff;
	margin-bottom: 20px;
}

div.taglive_entry_text {
	padding:10px;
}
div.inst_profile img{
	width:30px;
	border-radius: 20px;
	margin: 0;
}
div.inst_profile a{
	width: 50%;
	font-size: 1.2rem;
	font-weight:700;
	overflow: hidden;
	padding-left: 40px;
	text-decoration: none;
	position: absolute;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.inst_message{
	display: none;
}
div.inst_photo img {
	max-width: 100%;
	max-height: 100%;
}
div.inst_profile {
	margin-top:5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
div.inst_link {
	display: none;
}

	/* タブレット */
	@media all and (min-width: 768px) {
		.post {
			width: calc((100% - 40px) / 3);
		}
	}


	/* PC */
	@media all and (min-width: 1024px) {
}
