.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 700px;
}
.tagcloud {
  position: relative;
  transform: scaleY(0.67) translateX(-90px);
}
.tagcloud a {
  display: block;
  border-radius: 13px;
  color: #13273d;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  transform: scaleY(1.5);
}
.tagcloud.ab_tagcloud {
  transform: scaleY(0.67) translateX(-34px);
}
.b01 {
  width: 200px;
  padding: 0 20px;
  height: 26px;
  line-height: 24px;
  color: #13273d;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #fff;
}
.b01:hover {
  background: #fff;
}
