
div.Astrskfncstx_sb.base { text-align: left; margin:0 auto; min-width:160px; max-width:320px;}
div.Astrskfncstx_sb.base * {margin: 0;}

div.Astrskfncstx_sb .iconView {
  height:50px;
  width:160px;
  overflow: hidden;
  display:inline-block;
  vertical-align:middle;
  position: relative;
  color: white;
  text-decoration:none;
  background-color: #000000;
}
div.Astrskfncstx_sb .iconView:hover {
  background-color: #000000;
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
}
div.Astrskfncstx_sb .iconView .ast_titleSpan
{
  white-space:nowrap;
  font-size:11px;
  font-family:sans-serif;
  font-weight:bold;
  position: absolute;
  top: 2px;
  height: 14px;
  left: 53px;
  width: 108px;
  overflow: hidden;
  text-overflow:ellipsis;
  padding-right: 1px;
}
div.Astrskfncstx_sb .iconView .ast_descrSpan1,
div.Astrskfncstx_sb .iconView .ast_descrSpan2
{
  white-space:nowrap;
  font-size: 10px;
  font-family: sans-serif;
  font-weight: 600;
  position: absolute;
  height: 14px;
  left: 53px;
  width: 108px;
  overflow: hidden;
  text-overflow:ellipsis;
  line-height:1.4;
  padding-right: 1px;
  color: #ddd;
}
div.Astrskfncstx_sb .iconView .ast_descrSpan1
{
  top: 18px;
}
div.Astrskfncstx_sb .iconView .ast_descrSpan2
{
  top: 32px;
}

/* 逕ｻ蜒上?繧ｵ繧､繧ｺ謖?ｮ, 髯ｰ蠖ｱ */
div.Astrskfncstx_sb img{
  padding:2px;
  margin:0;
  width:46px;
  height:46px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

div.Astrskfncstx_loading{
  min-height:50px;
  background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="50"><text x="5" y="20" font-size="20px" fill="#444">Loading...</text></svg>');
  background-repeat:no-repeat;
  background-position:center center;
  -webkit-animation: blinking 1s linear 0s infinite normal;
  -moz-animation: blinking 1s linear 0s infinite normal;
}

@-webkit-keyframes blinking {
  0%   { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes blinking {
  0%   { opacity:1; }
  100% { opacity:0; }
}