@charset "utf-8";
#tile-title {
  margin-bottom: 24px;
}

#tile-text {
  margin-bottom: 44px;
}

#tile-list {
  margin: 0px 1.5px;
}

.tile-item {
  position: relative;
  display: inline-block;
}

.tile-item-link {
  display: block;
  font-size: 0.9em;
  color: #fff;
}
.tile-item-link .tile-item-title {
  display: none;
}
.tile-item-link:hover .tile-item-title {
  display: block;
  padding: 0px 4px;
  line-height: 1.6;
}

.tile-item-text {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 8px;
  right: 0px;
}

.tile-item-time {
  float: right;
  margin-right: 8px;
}

#tile-button {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #004f9a;
  text-decoration: none;
  display: block;
  padding: 12px;
  text-align: center;
  margin-top: 20px;
}

/*# sourceMappingURL=tile.css.map */
