@charset "utf-8";

.pluscontent{
	width:100%;
}
dl.tweet{
	float:left;
	width:430px;

}

.pluscontent .awasete{
	width:125px;
	float:right;

}

.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 img:hover{
	background:url(../img/move_line_6rl.gif);
}
.tweet dd span{
	font-size:80%;
	display:block;
}







/* clearfix
-------------------------------------------------- */

.pluscontent:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* for ie */

* html .pluscontent{
display:inline-table;
}
/* hides from ie-mac \*/

.pluscontent{
height:1%;
}
/* end hide from ie-mac */

