@charset "UTF-8";
/*--------------------------------------
  Copyright (c) FujiTelevision Network,Inc. All Rights reserved.

  ハモネプリーグ - ハモつぶ
  hamotsubu
---------------------------------------*/
a:link{text-decoration:underline; color:#1ea2c8;}
a:visited{text-decoration:underline; color:#1ea2c8;}
a:active{text-decoration:none;}
a:hover{text-decoration:none; color:#69d2f2;}

.timeline div a img {
	display:inline;
}

.timeline{
	position:absolute;
	width:200px;
	_width:205px;
	height:313px;
	top:164px;
	left:801px;
	overflow:auto;
	padding-right:5px;
	z-index:1;
	font-size:11px;
	line-height:14px;
	text-align:center;
	margin:0 auto;
}

.hamotsubu_btn{
	position:absolute;
	top:483px;
	left:798px;
}

/* 引用返信（boxrt） */
.boxrt{
	border:1px solid #e8569d;
	background:#fff;
	padding:10px;
	margin:5px 0;
}

/* ===== つぶやき ===== */
.timeline .mutters{
	display:inline-block;
	border-bottom:dotted 1px #ccc;
	margin-bottom:5px;
	text-align:left;
}
.timeline .mutters.noline{
	background:none;
}

/* サムネイル */
.timeline .mutters .thn{
	float:left;
	border:1px solid #1da1c8;
	width:30px;
	height:30px;
}

/* ふきだし */
.timeline .mutters .spouting{
	float:left;
	width:145px;
	padding-left:5px;
	word-wrap:break-word;
}
.timeline .mutters .spouting .nam{
	padding-bottom:3px;
}
.timeline .mutters .spouting img{
	vertical-align:middle;
	margin:3px 0;
	max-width:145px;
}
.timeline .mutters .spouting .emojigif{
	vertical-align:middle;
	margin:0 1px;
}
.timeline .mutters .spouting .tim{
	font-size:80%;
	color:#999;
	margin-bottom:5px;
	text-align:right;
}

/* ====オフィシャルアイコン==== */
.official{
background: url(../img/hamotsubu_ico_koushiki.gif) 0 1px no-repeat;
padding-left:22px;
}

/* ====更新==== */
#koshin form{
	margin-bottom:5px;
	display:inline;
}

.hamotsubu_notice{
	display:inline-block;
	font-size:80%;
	color:#999;
	margin-bottom:5px;
}

.clear_b{clear:both;}