@charset "utf-8";

#twitterTimeLine .tweets{
	font-size:1.4rem;
	text-align:left;
	background:#fff;
	padding-top:10px
}

#twitterTimeLine .tweets .title{
	margin-bottom:10px;
	background-position:bottom
}

#twitterTimeLine .tweets .more{
	text-align:right;
	margin-right:15px
}

#twitterTimeLine .tweets .noTweet{
	font-size:2.0rem;
	font-weight:bold;
	color:#666;
	margin-bottom:15px
}

#twitterTimeLine .tweet{
	border-bottom:1px dashed #ccc;
	padding-bottom:5px;
	margin-bottom:10px;
	margin-left:5px
}

#twitterTimeLine .tweet .tweetInfo .message{
	margin:0;
	margin-top:3px
}

#twitterTimeLine .tweet .image{
	float:left;
	margin-right:8px
}

#twitterTimeLine .tweet .image img{
	width:48px;
	height:48px
}

#twitterTimeLine .tweet .tweetInfo{
	float:left;
	width:640px;
	color:#333;
	font-size:1.2rem
}

#twitterTimeLine .tweet .tweetInfo .message{
	font-size:1.5rem;
	line-height:19px;
	margin-bottom:2px
}

#twitterTimeLine .tweetInfoTop{
	margin-bottom:3px
}

#twitterTimeLine .tweetInfoTop .userName{
	font-size:1.4rem
}

#twitterTimeLine .tweetInfoTop .screenName{
	color:#999
}

#twitterTimeLine .tweetInfo .hashTagLink{
	color:#999
}

#twitterTimeLine .tweetInfo .time{
	color:#999;
	padding-left:5px
}

#twitterTimeLine .tweetInfoTop .right{
	width:270px;
	margin-top:2px;
	float:right;
	text-align:right
}

#twitterTimeLine{
	margin-top:10px
}

#twitterTimeLine .tweetsArea{
	overflow:auto
}

#twitterTimeLine .tweetControl{
	text-align:right;
	visibility:hidden
}

#twitterTimeLine .controlIcon{
	position:relative;
	display:inline-block;
	background:url("/img/index/menu_sprite3.png?v=214") no-repeat;
	width:20px;
	height:20px;
	background-position:-350px 0
}

#twitterTimeLine .controlIcon.tweetControlReply{
	background-position-x:-350px
}

#twitterTimeLine .controlIcon.tweetControlRetweet{
	background-position-x:-372px
}

#twitterTimeLine .controlIcon.tweetControlFavorite{
	background-position-x:-394px
}

#twitterTimeLine .controlIcon.tweetControlReport{
	background-position-x:-716px
}

#twitterTimeLine .controlIcon:hover{
	background-position-y:-22px
}

#twitterTimeLine .tweetTitle:before{
	background:url(/img/index/icon_twitter_white.png?v=102) no-repeat;
	width:23px;
	height:19px
}

#twitterTimeLine .tweetTitle a{
	color:#555
}

#twitterTimeLine .tweetTitle a:hover{
	color:#f39
}

#twitterTimeLine .tweetTitle img{
	vertical-align:middle;
	margin-top:-4px;
	margin-right:3px
}

#twitterTimeLine .newTweet{
	background:#eee;
	padding:5px 10px;
	margin-left:5px
}

#twitterTimeLine .newTweet a{
	background:#fff;
	border:1px solid #CCC;
	border-radius:4px 4px 4px 4px;
	display:block;
	padding:5px;
	text-align:left;
	color:#666
}

#twitterTimeLine .newTweet a:hover{
	color:#999;
	border:1px solid #00acee
}

#twitterTimeLine .moreTweet{
	margin-left:5px
}

#twitterTimeLine .moreTweetButton{
	background:#eef;
	margin:auto;
	padding:10px 0;
	text-align:center;
	cursor:pointer;
	background:linear-gradient(to bottom,#eee,#fff)
}

#twitterTimeLine .moreTweetButton:hover{
	color:#f39;
	background:linear-gradient(to bottom,#eef,#fff)
}

#twitterTimeLine .noMoreTweet{
	color:#999;
	margin:auto;
	padding:10px 0;
	text-align:center
}

@media screen and (max-width:729px){
	#twitterTimeLine .tweet .tweetInfo{
		width:auto
	}
}

