/* #################### 風イッター #################### */

/* ******************** 全体 ******************** */
#twitter {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	width: 100%;
	height: 377px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ffffff;
	background: url(../images/basic/back_transparent_black_90.png);
	
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.8);
}
html:root #twitter {
	background: rgba(0, 0, 0, 0.9);
}

/* ---------- クローズボタン ---------- */
#twitter p.close {
	cursor: pointer;
	position: absolute;
	top: -7px;
	right: 20px;
	z-index: 1500;
	width: 60px;
	height: 15px;
	margin: 0;
	padding: 0;
}
#twitter p.close img {
	vertical-align: top;
}

/* -------------------- スクローラー -------------------- */
div.tweets-move {
	display: none;
	cursor: pointer;
	position: absolute;
	z-index: 1000;
	width: 18px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	text-align: center;
	border: 1px solid #cccccc;
}

#tweets-move-left {
	top: 44px;
	left: 10px;
	height: 225px;
	background: #ffffff url(../images/twitter/icon_move_left.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-right {
	top: 44px;
	right: 10px;
	height: 225px;
	background: #ffffff url(../images/twitter/icon_move_right.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-left-max {
	top: 273px;
	left: 10px;
	height: 20px;
	background: #ffffff url(../images/twitter/icon_move_left_max.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

#tweets-move-right-max {
	top: 273px;
	right: 10px;
	height: 20px;
	background: #ffffff url(../images/twitter/icon_move_right_max.gif) 50% 50% no-repeat;
	
	border-radius: 5px;
}

/* -------------------- ツイート結果格納用 -------------------- */
#twitter-body {
	position: relative;
	margin: 0;
	padding: 0;
	border: 5px solid #ffffff;
	background: url(../images/basic/back_transparent_black_30.png);
	
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
html:root #twitter-body {
	background: rgba(0, 0, 0, 0.3);
}

#twitter-body p.error {
	color: #ffff00;
	text-align: center;
}

/* ########## ツイートボディー ########## */
#tweets-body {
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 15px 10px 10px 10px;
	text-align: left;
	white-space: nowrap;
}

/* ********** 各ツイート ********** */

/* ---------- ラッパー ---------- */
#tweets-body div.tweet-wrapper {
	overflow: hidden;
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
*:first-child+html #tweets-body div.tweet-wrapper {
	display: inline;
}

/* ---------- 各ツイート ---------- */
#tweets-body dl {
	position: relative;
	display: inline-block;
	height: 285px;
	margin: 0 3px;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	border: 1px solid #666666;
	background: url(../images/basic/back_transparent_white_5.png);
	
	border-radius: 5px;
}
html:root #tweets-body dl {
	background: rgba(255, 255, 255, 0.05);
}

#tweets-body dl dt {
	overflow: hidden;
	width: 135px;
	margin: 0 0 2px 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#tweets-body dl dt a {
	color: #ffcc33 !important;
	text-decoration: none;
}
#tweets-body dl dt a:hover {
	text-decoration: underline;
}

#tweets-body dl dd {
	margin: 0;
	padding: 0;
}

#tweets-body dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 6px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 77%;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#tweets-body dl dd.screen-name a {
	color: #cccccc !important;
	text-decoration: none;
}

#tweets-body dl dd.time {
	width: 135px;
	margin: 0 0 5px 55px;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
#tweets-body dl dd.time a {
	color: #ffffff !important;
	text-decoration: none;
}
#tweets-body dl dd.time a[href]:hover {
	text-decoration: underline;
}

#tweets-body dl dd.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

#tweets-body dl dd.icon img {
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#tweets-body dl dd.tweet {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1.7;
	white-space: nowrap;
}

#tweets-body dl dd.tweet a {
	color: #ffffff !important;
}

#tweets-body dl dd.tweet p {
	display: inline-block;
	white-space: normal;
}
*:first-child+html #tweets-body dl dd.tweet p {
	float: left;
	display: block;
}

#tweets-body dl dd.tweet p.text {
	width: 192px;
	margin: 0;
	padding: 0;
	font-size: 85%;
	vertical-align: top;
}

#tweets-body dl dd.tweet p.photo {
	position: relative;
	top: -58px;
	z-index: 100;
	height: 275px;
	margin: 0 0 0 10px;
	padding: 0;
}

#tweets-body dl dd.tweet p.photo img {
	display: none;
	height: 100%;
	border: 5px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#tweets-body div.loaded dl dd.tweet p.photo img {
	display: inline;
}

#tweets-body dl dd.tweet p.thumbnail {
	position: absolute;
	bottom: 7px;
	right: 5px;
	z-index: 110;
	height: 18px;
	margin: 0;
	padding: 0;
	text-align: right;
}

#tweets-body dl dd.tweet p.thumbnail img {
	height: 100%;
	border: 1px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.8)
}

#tweets-body dl dd.tweet p.movie {
	overflow: hidden;
	position: relative;
	top: -58px;
	z-index: 100;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: top;
	border: 5px solid #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#tweets-body dl dd.tweet p iframe {
	margin: 0;
	padding: 0;
}

#tweets-body dl dd.conversation {
	cursor: pointer;
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 192px;
	height: 1.3em;
	margin: 0;
	padding: 5px 0;
	color: #336699;
	font-size: 85%;
	text-align: center;
	line-height: 1.4;
	background: url(../images/basic/back_transparent_white_90.png);
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
html:root #tweets-body dl dd.conversation {
	background: rgba(255, 255, 255, 0.9);
}

#tweets-body dl dd.conversation img {
	position: relative;
	top: -1px;
}

#tweets-body dl dd.conversation span.error {
	color: #999999;
}

#tweets-body dl dd.retweeted {
	overflow: hidden;
	position: absolute;
	bottom: 35px;
	left: 10px;
	width: 182px;
	height: 1.3em;
	margin: 0;
	padding: 5px;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	line-height: 1.4;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #ffffff;
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

#tweets-body dl dd.function {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	margin: 0;
	padding: 8px 0;
	font-size: 85%;
	line-height: 1.0;
	border-top: 1px dotted #333333;
	background: url(../images/basic/back_transparent_black_40.png);
	
	border-radius: 0 0 5px 5px;
}
html:root #tweets-body dl dd.function {
	background: rgba(0, 0, 0, 0.4);
}

#tweets-body dl dd.function ul {
	margin: 0;
	padding: 0 5px;
}

#tweets-body dl dd.function ul li {
	list-style-type: none;
	overflow: hidden;
	float: left;
	width: 15px;
	margin: 0 3px 0 0;
	padding: 0;
	white-space: nowrap;
}
#tweets-body dl dd.function ul li a {
	padding: 0 0 0 18px;
}

#tweets-body dl dd.function ul li.reply a {
	background: url(../images/twitter/icon_reply.png) 0 0 no-repeat;
}
#tweets-body dl dd.function ul li.reply a:hover {
	background: url(../images/twitter/icon_reply_hover.png) 0 0 no-repeat;
}

#tweets-body dl dd.function ul li.retweet a {
	background: url(../images/twitter/icon_retweet.png) 0 1px no-repeat;
}
#tweets-body dl dd.function ul li.retweet a:hover {
	background: url(../images/twitter/icon_retweet_hover.png) 0 1px no-repeat;
}

#tweets-body dl dd.function ul li.favorite a {
	background: url(../images/twitter/icon_favorite.png) 0 0 no-repeat;
}
#tweets-body dl dd.function ul li.favorite a:hover {
	background: url(../images/twitter/icon_favorite_hover.png) 0 0 no-repeat;
}

#tweets-body dl dd.function ul li a {
	color: #ffffff !important;
}


/* ********** ツイートステータス ********** */
#tweets-status {
	clear: both;
	height: 30px;
	margin: 0 13px 15px 13px;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 85%;
}

/* ---------- ローディング ---------- */
#tweets-status p.loading {
	margin: 0;
	padding: 5px 0;
	color: #cccccc;
}

/* ---------- 更に読み込む ---------- */
#tweets-status p.more {
	cursor: pointer;
	margin: 0;
	padding: 5px 0 4px 0;
	color: #336699;
	text-align: center;
	border: 1px solid #ffffff;
	background: #ffffff url(../images/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
	
	border-radius: 5px;
}
#tweets-status p.hover {
	
	box-shadow: inset 0 10px 10px rgba(0, 0, 0, 0.2);
}

/* ---------- 読み込み限界に達しました ---------- */
#tweets-status p.limit {
	color: #cc0000;
}

/* ---------- これ以上ツイートはありません ---------- */
#tweets-status p.end {
	margin: 0;
	padding: 5px 0;
	color: #999999;
	text-align: center;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.2);
}

#tweets-status p img {
	vertical-align: middle;
}

/* #################### ツイッタープロフィール #################### */
#twitter div.twitter-profile {
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px #ffffff;
	border-style: solid none;
	background: url(../images/basic/back_transparent_black_80.png);
}
html:root #twitter div.twitter-profile {
	background: rgba(0, 0, 0, 0.8);
}

#twitter div.twitter-profile div.wrapper {
	overflow: hidden;
	width: 950px;
	height: 28px;
	margin: 0 auto;
	padding: 0;
}

#twitter div.twitter-profile div.wrapper dl {
	position: relative;
	margin: 0;
	padding: 0 0 0 28px;
}

#twitter div.twitter-profile div.wrapper dl dt {
	overflow: hidden;
	float: left;
	max-width: 200px;
	margin: 0 8px 0 0;
	padding: 5px 0 0 0;
	color: #ffcc33;
	font-size: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#twitter div.twitter-profile div.wrapper dl dd.screen-name {
	overflow: hidden;
	float: left;
	max-width: 150px;
	margin: 0 8px 0 0;
	padding: 6px 0 0 0;
	color: #cccccc;
	font-size: 77%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#twitter div.twitter-profile div.wrapper dl dd.icon {
	position: absolute;
	top: 2px;
	left: 0;
	margin: 0;
	padding: 0;
}

#twitter div.twitter-profile div.wrapper dl dd.icon img {
	border: 1px solid #ffffff;
}

#twitter div.twitter-profile div.wrapper dl dd.text {
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	color: #ffffff;
	font-size: 85%;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/* #################### ツイートポップアップ #################### */
div.tweet-wrapper-clone {
	cursor: pointer;
	position: fixed;
	display: none;
	bottom: 0;
	left: 10px;
	z-index: 100;
	width: auto !important;
	margin: 0;
	padding: 0;
}

div.tweet-wrapper-clone dl {
	position: relative;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 10px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	border: 3px solid #ffffff;
	background: url(../images/basic/back_transparent_black_80.png);
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
html:root div.tweet-wrapper-clone dl {
	background: rgba(0, 0, 0, 0.8);
}

div.tweet-wrapper-clone dl dt {
	overflow: hidden;
	width: 105px;
	margin: 0 0 2px 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.tweet-wrapper-clone dl dt a {
	color: #ffcc33 !important;
	text-decoration: none;
}
div.tweet-wrapper-clone dl dt a:hover {
	text-decoration: underline;
}

div.tweet-wrapper-clone dl dd {
	margin: 0;
	padding: 0;
}

div.tweet-wrapper-clone dl dd.screen-name {
	overflow: hidden;
	width: 135px;
	margin: 0 0 6px 55px;
	padding: 0;
	color: #cccccc;
	font-size: 77%;
	line-height: 1.2;
	white-space: nowrap;
	text-overflow: ellipsis;
}
div.tweet-wrapper-clone dl dd.screen-name a {
	color: #cccccc !important;
	text-decoration: none;
}

div.tweet-wrapper-clone dl dd.time {
	width: 135px;
	margin: 0 0 5px 55px;
	padding: 0;
	font-size: 77%;
	text-align: right;
}
div.tweet-wrapper-clone dl dd.time a {
	color: #ffffff !important;
	text-decoration: none;
}
div.tweet-wrapper-clone dl dd.time a[href]:hover {
	text-decoration: underline;
}

div.tweet-wrapper-clone dl dd.icon {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 50px;
	margin: 0;
	padding: 0;
	text-align: left;
}

div.tweet-wrapper-clone dl dd.icon img {
	
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

div.tweet-wrapper-clone dl dd.tweet {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.8;
	white-space: nowrap;
}

div.tweet-wrapper-clone dl dd.tweet a {
	color: #ffffff !important;
	text-decoration: none;
}

div.tweet-wrapper-clone dl dd.tweet p {
	display: inline-block;
	white-space: normal;
}

div.tweet-wrapper-clone dl dd.tweet p.text {
	width: 192px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

div.tweet-wrapper-clone dl dd.tweet p.photo,
div.tweet-wrapper-clone dl dd.tweet p.movie,
div.tweet-wrapper-clone dl dd.tweet p.thumbnail {
	display: none;
}

div.tweet-wrapper-clone dl dd.tweet a {
	text-decoration: none !important;
}

div.tweet-wrapper-clone dl dd.conversation {
	display: none !important;
}

div.tweet-wrapper-clone dl dd.retweeted {
	display: none !important;
}

div.tweet-wrapper-clone dl dd.function {
	display: none !important;
}
