@charset "utf-8";
/* ------------ ラッパー ------------ */

div.datahub_social_posts {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div.datahub_social_posts * {
	margin: 0;
	padding: 0;
}

div.datahub_social_posts a {
	color: #000 !important;
	display: inline !important;
	text-decoration: underline;
}

/* -------- ラッパーここまで -------- */

/* ---------- タイムライン ---------- */

div.datahub_social_posts div.timeline {
	margin: 0 15px;
	background-repeat: repeat-y;
	background-position: 25px 0;
}

div.datahub_social_posts div.timeline ul {
	list-style: none;
	margin-left: 30px !important;
	padding-left: 30px !important;
	text-align: left;
}

/* 記事内OLタグ対策 */
div.datahub_social_posts div.timeline ul ol li {
	margin-left: 30px !important;
    list-style-type: decimal !important;
}

div.datahub_social_posts div.timeline ul li {
	margin-bottom: 20px;
	border: none !important;
	background: none !important;
	padding: 0 !important;
	list-style-type: none !important;
}

div.datahub_social_posts div.timeline ul li:last-child {
	margin-bottom: 0;
}

div.datahub_social_posts div.timeline ul li.date {
	margin: 10px -15px 3px -65px;
	line-height: 0;
}

div.datahub_social_posts div.timeline ul li.date span {
	text-align: center;
/*	padding: 5px 10px 5px 10px;*/
	padding: 12px 10px 12px 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 12px;
	display: inline-block;
/*	line-height: 1.2rem;*/
}

div.datahub_social_posts div.timeline ul li div.icon {
	width: 60px;
	height: 60px;
	margin-left: -60px;
	float: left;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 60px 60px;

	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

div.datahub_social_posts div.timeline ul li div.post {
	margin-left: 10px;
	padding: 10px;
	overflow: visible;
	font-size: 16px;
	border-radius: 20px;
	background: #fff;
	color: #000 !important;
	line-height: 1.2em;
	word-wrap: break-word;
}

div.datahub_social_posts div.timeline ul li div.post:after {
	content: " ";
	clear: both;
	display: block;
}

/* ------ タイムラインここまで ------ */

/* ---------- ローディング ---------- */

div.datahub_social_posts div.loading {
	height: 30px;
	margin: 10px 0;
	border: 1px solid #cecece;
	border-radius: 10px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 20px 20px;
}

/* ------ ローディングここまで ------ */

/* -------------- 記事 -------------- */

div.datahub_social_posts div.timeline ul li div.post div.header {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: inherit;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.profile {
	display: table-cell;
	width: 70px;
	height: 70px;
	background-repeat: no-repeat;
	background-size: 100%;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta {
	display: table-cell;
	padding-left: 5px;
	vertical-align: middle;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.name {
	padding-right: 5px;
	font-weight: bold;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.title {
	padding-right: 5px;
	font-weight: bold;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.blog {
	padding-right: 5px;
	font-weight: bold;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.screen_name {
	padding-right: 5px;
	font-weight: bold;
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.screen_name:before {
	content: "@";
}

div.datahub_social_posts div.timeline ul li div.post div.header div.meta span.timestamp {
	float: right;
}

div.datahub_social_posts div.timeline ul li div.post div.contents div.post_msg {
	margin-top: 10px;
	padding-left: 5px;
}

div.datahub_social_posts div.timeline ul li div.post div.contents div.post_image {
	margin: 10px;
	text-align: center;
}

div.datahub_social_posts div.timeline ul li div.post div.contents div.post_image img {
	max-width: 100%;
	height: auto;
}

div.datahub_social_posts div.timeline ul li div.post div.contents div.post_feedback {
	margin-top: 10px;
	padding-left: 5px;
}

/* ---------- 記事ここまで ---------- */

/* ----------- Ameba限定 ------------ */

div.datahub_social_posts div.timeline ul li div.Ameba div.contents div.post_msg div.image {
	margin: 10px;
}

div.datahub_social_posts div.timeline ul li div.Ameba div.contents div.post_msg div.image img {
	max-width: 100%;
	height: auto;
}

/* ------- Ameba限定ここまで -------- */
