@charset "utf-8";

/* Twitter API 関係のhtml専用 */

.twitte_timeline {
	background-color: #f2ede6;
	overflow: auto;
	height: 500px;
}

.twitte_timeline p {
	background-color: #fff;
	padding: 0.75em 1.2em;
	border-radius: 5px;
	margin: 10px;
}

.twitte_timeline span {
	display: block;
}

.twitte_timeline .header {
	margin: 10px;
	padding: 0 10px;
	font-size: 88%;
}

.twitte_timeline .header img {
	width: 48px;
	height: auto;
	border-radius: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.twitte_timeline .date {
	font-size: 88%;
	margin-top: 0.5em;
	color: #666;
}

.twitte_timeline .post {
	font-size: 94%;
}