@charset "utf-8";
.pluscontent {
  /*.tweet{
	padding:1em;
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;*/
		position:fixed;
  width:14em;
  top:1em;
  right:1em;
}
.tweet .awasete {
  margin-top:1em;
}
.awasete {
  margin-top:1.5em;
}
.tweet dt {
  position:relative;
  background:url(../img/tip.gif) no-repeat 25px 0;
  padding-top:1em;
  margin:0;
  top:-1px;
}
.tweet img {
  padding:1px;
  background:#666;
  background-color: #f3f3f3;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.tweet dd {
  padding:27px 1em 0 1em;
  border:1px solid #d8d8d8;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 3px;
  background:#fff url(../img/twitter_logo_header_2.png) no-repeat 9px 6px;
}
.tweet dd p {
  word-break:break-all;
  word-wrap: break-word;
}
.tweet img:hover {
  background:url(../img/move_line_6rl.gif);
}
.tweet dd span {
  font-size:80%;
  display:block;
}
/* clearfix
-------------------------------------------------- */
dl.tweet:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* for ie */
* html dl.tweet {
  display:inline-table;
}
/* hides from ie-mac \*/
dl.tweet {
  height:1%;
}
/* end hide from ie-mac */
