body {
  font: 16px/1.6 sans-serif;
  background: #eee; }

.caution,
.inputfollow-error {
  color: #a94442; }

.container {
  width: 700px;
  margin: 110px auto;
  padding: 40px 0;
}

.wrap {
  overflow: hidden; }

.link-wrap {
  margin: 0 1.4em 1.4em 0;
  float: left; }
  .link-wrap a {
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center; }

.round a {
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px; }

.circle a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.oval a {
  height: 100px;
  line-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.like-polymer a {
  background: #fafafa;
  color: #333;
  text-decoration: none;
  display: inline-block;
  padding: 10px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4); }
  .like-polymer a:hover {
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6); }
  .like-polymer a:active {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); }
