/* GOOD! */
/*------------------------------------------------------*/
.comment-good {
  float:left;
   border-right:solid 1px #e1d4c9;
   border-top:solid 1px #e1d4c9;
   border-bottom:solid 1px #e1d4c9;
   height:20px;
   font-size: 12px;
   line-height: 20px;
   margin-top:10px;
}
.good-data {
  float:left;
  border-spacing: 0;
}
.good-value {
  float:left;
}
.delete-good {
  float:left;
  cursor:pointer;
  vertical-align:bottom;
  font-size:10px;
  margin-top:10px;
  margin-left:10px;
}
.delete-theme-good {
  cursor:pointer;
  vertical-align:bottom;
  font-size:10px;
  margin-left:5px;
}
.good-user {
  cursor:pointer;
  clear:both;
  padding:10px;
  border-bottom:1px solid;
  height:60px;
}
.good-user-image {
  float:left;
  margin-top:5px;
}
.good-user-image img{
  max-height: 50px;
  max-width: 50px;
}
.good-user-handle {
  float:left;
  margin-left:10px;
  font-size:14px;
  font-weight:bold;
  line-height:60px;
}
.tooltip {
  float:left;
  display: inline;
  zoom: 1;
  position: relative;
  left: 10px;
}
* html .tooltip {
  display: inline;
  zoom: 1;
}
*+html .tooltip {
  display: inline-block;
}
.tooltip .popup {
  cursor:pointer;
  position: absolute;
  left: 0;
  display: none;
  width: 300px;
  padding: 8px 8px 8px 40px;
  line-height: 1.2em;
  font-size: 11px;
  background: url( /images/icon_help.png ) no-repeat 5px center #fff;
  border: 2px dashed #ccc;
  z-index:100;
}
.good-text{
  float:left;
  font-size:12px;
  background: #e1d4c9;
  padding: 0 5px;
}
.good-text a:hover{
  text-decoration: underline;
}
.comment-list .audience th a{
  display: block;
  padding: 1px 10px;
  color: #666;
}

.comment-list .audience td .good2comment2theme-num,
.comment-list .audience td .comment2comment2theme-num
{
	text-decoration:underline;
	cursor:pointer;
}
.good-value{
  padding: 0 5px
}
/*-------------------------------*/
/* �����܂� */
/*------------------------------------------------------*/
