@charset "UTF-8";

/* ########## font-size の統一 ########## */
body {
	font-size: x-small;
}
html[xmlns] body {
	font-size: 13px;
}
*:first-child+html body {
	font-size: small;
}

table {
	font-size: 100%;
}

/*
10px = 77%
11px = 85%
12px = 93%
13px = 100%
14px = 108%
15px = 116%
16px = 123.1%
17px = 131%
18px = 138.5%
19px = 146.5%
20px = 153.9%
21px = 161.6%
22px = 167%
23px = 174%
24px = 182%
25px = 189%
26px = 197%

27px = 207.7%
28px = 215.4%
29px = 223.1%
30px = 230.8%
*/

/* #################### 全般 #################### */
body {
	position: relative;
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "Hiragino kaku Gothic Pro", "Arial", sans-serif, "MS UI Gothic", "ＭＳ Ｐゴシック", "Osaka";
    line-height: 1.7;
    text-align: center;
	background: url(../../images/pc/basic/back_body.jpg) 50% 50% fixed;
}

a         { color: #336699; }
a:hover   { color: #4477aa; }
a:visited { color: #666666; }

h1 {
	margin: 0;
	padding: 5px;
	color: #336699;
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	border: 1px #cccccc;
	border-style: solid none;
	background: #ffffff url(../../images/pc/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
}

img {
	border: none;
	vertical-align: middle;
}

hr {
	display: none;
	border: none;
}

hr.separate {
	clear: both;
	display: block;
	visibility: visible;
	margin: 1.5em auto;
	padding: 0;
	width: 98%;
	text-align: center;
	border-bottom: 2px dotted #999999;
}

/* ########## ヘッダ ########## */
#header {
	height: 68px;
	margin: 0 auto;
	padding: 0;
	background: #333333 url(../../images/pc/basic/back_gradation_darkgray.jpg) 50% 50% no-repeat;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#header h2,
#header h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#header p.loading {
	width: 1024px;
	margin: 0 auto;
	padding: 5px 0;
	color: #cccccc;
	text-align: left;
}

/* ********** メニュー ********** */
#header-menu {
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}

#header-menu ul {
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: url(../../images/pc/basic/back_menu_side.png) 0 0 no-repeat;
}

#header-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	background: url(../../images/pc/basic/back_menu_side.png) 100% 0 no-repeat;
}

#header-menu ul li a {
	display: block;
	margin: 0;
	padding: 8px 30px;
	color: #ffffff;
	line-height: 1.0;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#header-menu ul li a.clicked {
	cursor: default;
	color: #ffff00;
}
#header-menu ul li a.new {
	background: url(../../images/pc/other/icon_new.gif) 5px 0 no-repeat;
}

#header-menu ul li a span {
	display: block;
	margin: 0;
	padding: 0;
}
#header-menu ul li a span.ja {
	font-size: 116%;
	line-height: 1.3;
}
#header-menu ul li a span.en {
	font-size: 85%;
}

#header-menu ul li a span.coming {
	color: #999999 !important;
}

/* #################### スクロールバー #################### */
#scroll-bar {
	position: relative;
	top: 0;
	left: 0;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#scroll-bar-bg {
	list-style-type: none;
	position: absolute;
	top: 16px;
	right: -20px;
	width: 6px;
	height: 315px;
	margin: 0;
	padding: 0;
	background: url(../../images/pc/basic/back_transparent_black_20.png);
	
	border-radius: 3px;
}

div.scroll-bar-cursor {
	position: absolute;
	top: 0;
	left: -2px;
	width: 8px;
	height: 313px;
	border: 1px solid #ffffff;
	background: #ffffff;
	
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 -5px 5px rgba(0, 0, 0, 0.1);
}

div.hover {
	background: #eeeeee !important;
}

/* #################### ソーシャルボタン #################### */
#sns {
	position: relative;
	top: 0;
	left: 0;
	z-index: 900;
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

#sns h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#sns ul {
	overflow: hidden;
	list-style-type: none;
	position: absolute;
	top: 25px;
	left: -100px;
	width: 90px;
	margin: 0;
	padding: 0;
}

#sns ul li {
	margin: 0 0 4px 0;
	padding: 8px 0 0 0;
	text-align: center;
	background: url(../images/basic/back_transparent_black_20.png);
	
	border-radius: 10px;
}
html:root #sns ul li {
	background: rgba(0, 0, 0, 0.2);
}

#sns ul li.twitter {
	height: 72px;
	padding-top: 10px;
}
#sns ul li.facebook_like {
	height: 70px;
	padding-top: 10px;
	padding-left: 9px;
}
#sns ul li.google_plusone {
	height: 67px;
}
#sns ul li.hatena {
	height: 60px;
}

#sns ul iframe {
	margin: 0;
	padding: 0;
}

/* ########## メイン ########## */
#main {
	position: relative;
	width: 960px;
	height: 630px;
	margin: 10px auto 2px auto;
	padding: 0;
	border: 5px solid #ffffff;
	background: url(../../images/pc/official/main_image.jpg) 0 0 no-repeat;
	
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
html[xmlns] #main {
	width: 950px;
	height: auto;
	min-height: 630px;
}

#main h2, 
#main h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

/* ########## サブメニュー ########## */
#sub-menu {
	height: 68px;
	margin: 0 auto;
	padding: 0;
	background: #333333 url(../../images/pc/basic/back_gradation_darkgray.jpg) 50% 50% no-repeat;
	
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sub-menu h2 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

#sub-menu div.wrapper {
	overflow: hidden;
	position: relative;
	width: 1024px;
	margin: 0 auto;
	padding: 10px 0;
}

#sub-menu ul {
	float: right;
	overflow: hidden;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	background: url(../../images/pc/basic/back_menu_side.png) 0 0 no-repeat;
}

#sub-menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	background: url(../../images/pc/basic/back_menu_side.png) 100% 0 no-repeat;
}

#sub-menu ul li a {
	display: block;
	margin: 0;
	padding: 8px 30px;
	color: #ffffff;
	line-height: 1.0;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#sub-menu ul li a.clicked {
	cursor: default;
	color: #ffff00;
}
#sub-menu ul li a.new {
	background: url(../../images/pc/other/icon_new.gif) 5px 0 no-repeat;
}

#sub-menu ul li.official a {
	margin: 0;
	padding: 0 28px;
	color: #ffffff;
	line-height: 1.0;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#sub-menu ul li.karatetsu a {
	margin: 0;
	padding: 0 28px;
	color: #ffffff;
	line-height: 1.0;
	text-decoration: none;
	
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

#sub-menu ul li a span {
	display: block;
	margin: 0;
	padding: 0;
}
#sub-menu ul li a span.ja {
	font-size: 116%;
	line-height: 1.3;
}
#sub-menu ul li a span.en {
	font-size: 85%;
}

/* ########## フッタ ########## */
#footer {
	overflow: hidden;
	clear: both;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-align: center;
	background: url(../../images/pc/basic/back_transparent_black_50.png);
}

#footer h2,
#footer h3 {
	position: absolute;
	top: -9000px;
	left: -9000px;
	margin: 0;
	padding: 0;
}

/* ********** トピックパス ********** */
#topic-path {
	width: 100%;
	margin: 0;
	padding: 0;
	color: #336699;
	border: 1px #cccccc;
	border-style: solid none;
	background: #ffffff url(../../images/pc/basic/back_gradation_gray.jpg) 50% 50% no-repeat;
}

#topic-path ol {
	overflow: hidden;
	list-style-type: none;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	white-space: nowrap;
}

#topic-path ol li {
	display: inline;
	margin: 0;
	padding: 8px 25px 6px 5px;
	font-size: 100%;
	background: url(../../images/pc/basic/back_topic-path_li.gif) 100% 50% no-repeat;
}
html[xmlns] #topic-path ol li {
	display: inline-block;
	background-image: url(../../images/pc/basic/back_topic-path_li.png);
}
*:first-child+html #topic-path ol li {
	display: inline;
}

#topic-path ol li.location {
	background-image: none !important;
}

#topic-path ol li a {
	color: #336699 !important;
}

#topic-path ol li strong {
	color: #666600;
}


/* ********** ツイート結果格納用 ********** */
#tweets-results {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

#tweets-results h3 {
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 33px 5px 33px;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	letter-spacing: 0.4em;
}
html[xmlns] #tweets-results h3 {
	margin: 10px 33px -6px 33px;
}

#tweets-results h3 iframe {
	display: inline;
	vertical-align: -5px;
}
html[xmlns] #tweets-results h3 iframe {
	display: block;
	float: right;
}
*:first-child+html #tweets-results h3 iframe {
	display: inline;
	float: none;
}

#tweets-results h3 img {
	vertical-align: -4px;
}

#tweets-results h3 strong {
	padding: 0 5px;
	letter-spacing: 0;
}

/* ---------- ツイートヘッダー ---------- */
#tweets-header {
	overflow: hidden;
	position: relative;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 1px #cccccc;
	border-style: solid none;
}
#tweets-header p.status {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 83%;
	text-align: left;
	line-height: 1.7;
	font-weight: bold;
}
#tweets-header p.twitter {
	position: absolute;
	top: 5px;
	right: 0;
	width: 65px;
	height: 20px;
	margin: 0;
	padding: 0;
	font-size: 83%;
}

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

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

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

#tweets-move-left-max {
	top: 205px;
	left: 5px;
	height: 15px;
	background: #ffffff url(../../images/pc/other/icon_move_left_max.gif) 50% 50% no-repeat;
	
	border-radius: 3px;
}

#tweets-move-right-max {
	top: 205px;
	right: 5px;
	height: 15px;
	background: #ffffff url(../../images/pc/other/icon_move_right_max.gif) 50% 50% no-repeat;
	
	border-radius: 3px;
}

/* ---------- ツイートボディー ---------- */
#tweets-body {
	overflow: auto;
	position: relative;
	height: 300px;
	margin: 0 33px 5px 33px;
	padding: 0;
	text-align: left;
}
html[xmlns] #tweets-body {
	overflow: hidden;
	height: 260px;
	margin: 0;
	padding: 10px 30px;
	white-space: nowrap;
}


/* 各ツィート */
#tweets-body div.tweet-wrapper {
	overflow: hidden;
	display: inline;
	position: relative;
	width: 172px;
	margin: 0 3px;
	padding: 3px 0;
}
html[xmlns] #tweets-body div.tweet-wrapper {
	display: inline-block;
	width: auto;
	margin: 0;
}
*:first-child+html #tweets-body div.tweet-wrapper {
	display: inline;
}

#tweets-body dl {
	position: relative;
	display: inline;
	width: 172px;
	height: 250px;
	margin: 0 3px;
	padding: 9px 5px 5px 5px;
	color: #ffffff;
	text-align: left;
	white-space: normal;
	vertical-align: top;
	
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
html[xmlns] #tweets-body dl {
	display: inline-block;
	width: 160px;
	height: 240px;
	background: url(../../images/pc/basic/back_transparent_white_5.png);
}
html[xmlns] #tweets-body dl.WL {
	height: 238px;
	border: 1px solid #cccccc;
}

#tweets-body dl dt {
	overflow: hidden;
	width: 105px;
	margin: 0 0 0 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 93%;
	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: 105px;
	margin: 0 0 10px 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.screen-name a.NGU {
	color: #ffff00 !important;
	background: #000000;
}

#tweets-body dl dd.retweet {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 64%;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
}
#tweets-body dl dd.retweet a {
	display: block;
	margin: 0;
	padding: 4px;
	color: #cc3333 !important;
	line-height: 1.0;
	text-decoration: none;
}
#tweets-body dl dd.retweet a:hover {
	background: #edeff4;
}

#tweets-body dl dd.time {
	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:hover {
	text-decoration: underline;
}

#tweets-body dl dd.icon {
	position: absolute;
	top: 8px;
	left: 5px;
	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;
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 1.4;
}

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

#tweets-body dl dd.tweet strong.KEYWORDS {
	color: #ffcccc;
}
#tweets-body dl dd.tweet strong.KEYWORDS-PLUS {
	color: #bcffba !important;
}
#tweets-body dl dd.tweet strong.NG {
	color: #ffff00 !important;
	background: #000000;
}

#tweets-body dl dd.show-all {
	cursor: pointer;
	position: absolute;
	bottom: 8px;
	left: 5px;
	width: 160px;
	margin: 0;
	padding: 3px 0;
	color: #336699;
	font-size: 85%;
	text-align: center;
	line-height: 1.2;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* ---------- ツイートステータス ---------- */
#tweets-status {
	clear: both;
	overflow: hidden;
	height: 30px;
	margin: 0 33px;
	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/pc/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;
}

/* ---------- ツイートフッター ---------- */
#tweets-footer {
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}
#tweets-footer p {
	margin: 0 0 10px 0;
	padding: 0 33px;
	color: #ffffff;
	font-size: 77%;
	text-align: right;
	/* border-top: 1px solid #dddddd; */
}

/* ********** このページに関して ********** */
#about {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 5px 0;
	background: url(../../images/pc/basic/back_transparent_black_10.png);
}

#about ul.valid {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 82%;
	text-align: center;
}

#about ul.valid li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	line-height: 1.0;
	background: url(../../images/pc/basic/back_transparent_black_10.png);
	
	border-radius: 5px;}
html[xmlns] #about ul.valid li {
	display: inline-block;
	margin: 0;
}
*:first-child+html #about ul.valid li {
	display: inline;
	margin: 0 2px;
}

#about ul.valid li a {
	display: block;
	margin: 0;
	padding: 5px 10px;
	color: #ffffff !important;
	text-decoration: none !important;
}

#about address {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#about address img {
	vertical-align: -3px;
}

/* ########## ローディングアイコン ########## */
#loading-icon {
	position: absolute;
	z-index: 32768;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

#loading-icon img {
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
}

/* ########## サイトサムネイル ########## */
#site-thumbnail {
	position: absolute;
	width: auto;
	height: auto;
	z-index: 32678;
	margin: 0;
	padding: 0;
	border: 5px solid #ffffff;
	background: url(../images/basic/back_transparent_black_90.png);
	
	border-radius: 20px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 1);
}
html:root #site-thumbnail {
	background: rgba(0, 0, 0, 0.9);
}

#site-thumbnail:after, #site-thumbnail:before {
	position: absolute;
	content: " ";
	left: 50%;
	width: 0;
	height: 0;
	border: solid transparent;
}

#site-thumbnail.normal:after {
	top: 100%;
	margin-left: -15px;
	border-width: 15px;
	border-top-color: #ffffff;
	border-bottom: none;
}
#site-thumbnail.normal:before {
	top: 100%;
	margin-left: -15px;
	border-width: 15px;
	border-top-color: #ffffff;
	border-bottom: none;
}

#site-thumbnail.reverse:after {
	bottom: 100%;
	margin-left: -15px;
	border-width: 15px;
	border-bottom-color: #ffffff;
	border-top: none;
}
#site-thumbnail.reverse:before {
	bottom: 100%;
	margin-left: -15px;
	border-width: 15px;
	border-bottom-color: #ffffff;
	border-top: none;
}

#site-thumbnail div.wrapper {
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}

#site-thumbnail p.image {
	overflow: hidden;
	margin: 12px 12px 8px 12px;
	padding: 0;
	border: 1px solid #666666;
	
	border-radius: 10px;
}
#site-thumbnail p.image img {
	margin: 0;
	padding: 0;
}

#site-thumbnail p.title {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	color: #ffffff;
	font-size: 85%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* ########## ツイートラッシュ ########## */
div#broadcasting {
	cursor: pointer;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.2em;
	white-space: nowrap;
	
	background: url(../../images/pc/basic/back_transparent_black_80.png);
}

div#broadcasting p.main {
	font-size: 182%;
	margin: 0;
	padding: 0;
	color: #ffff00;
}

div#broadcasting p.sub {
	margin: 0;
	padding: 0;
	color: #ffffff;
}

div#broadcasting p.sub img {
	vertical-align: -4px;
}

div.tweet-wrapper-clone {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	z-index: 3000;
	width: auto !important;
	margin: 0;
	padding: 0;
}

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

div.tweet-wrapper-clone dl dt {
	overflow: hidden;
	width: 105px;
	margin: 0 0 0 55px;
	padding: 0;
	color: #ffcc33;
	font-size: 93%;
	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 dt a.NGU {
	background: #000000;
}

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

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

div.tweet-wrapper-clone dl dd.retweet {
	position: absolute;
	top: 5px;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 64%;
	border: 1px solid #cccccc;
	
	border-radius: 5px;
}
div.tweet-wrapper-clone dl dd.retweet a {
	display: block;
	margin: 0;
	padding: 4px;
	color: #cc3333 !important;
	line-height: 1.0;
	text-decoration: none;
}
div.tweet-wrapper-clone dl dd.retweet a:hover {
	background: #edeff4;
}

div.tweet-wrapper-clone dl dd.time {
	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:hover {
	text-decoration: underline;
}

div.tweet-wrapper-clone dl dd.icon {
	position: absolute;
	top: 8px;
	left: 5px;
	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.4;
}

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

div.tweet-wrapper-clone dl dd.tweet strong.KEYWORDS {
	color: #ffcccc;
}
div.tweet-wrapper-clone dl dd.tweet strong.KEYWORDS-PLUS {
	color: #bcffba !important;
}
div.tweet-wrapper-clone dl dd.tweet strong.NG {
	color: #ffff00 !important;
	background: #000000;
}

div.tweet-wrapper-clone dl dd.show-all {
	cursor: pointer;
	position: absolute;
	bottom: 8px;
	left: 5px;
	width: 160px;
	margin: 0;
	padding: 3px 0;
	color: #336699;
	font-size: 85%;
	text-align: center;
	line-height: 1.2;
	background: #ffffff;
	
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}