@charset "utf-8";

.info-box {
  width:180px;
  float:left;
}
.info-box-inner {
  width:150px;
  padding:4px;
  border:solid 1px #cccccc;
}
.ib-img {
  border:solid 1px #cccccc;
}
.ib-img img {
  vertical-align:bottom;
}
.ib-txt {
  min-height:150px;
}
.ib-txt p {
  margin:6px 0 0 0;
  line-height:1.3em;
}
