@charset "utf-8";
/* CSS Document */
footer > div:first-child > ul {
  margin-left: auto;
  margin-right: auto;
}

form input[type=text],
form input[type=email],
textarea{
  border: 1px solid #cc6677;
}
form input[type=submit] {
  border: 1px solid #cc6677;
  background-color: transparent;
  padding: 1em;
  cursor: pointer;
}


.go_top a {
  position: fixed;
}

#tag-name {
  color: #6f6c69;
  background-color: #eceae8 !important;
  border-radius: 4px;
  padding: 0 48px;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  font-weight: bold;
}
#tag-name:before {
  content: '#';
}

.time-stamp {
  position: relative;
}

.time-stamp > .links {
  position: absolute;
  top: 19px;
}
.time-stamp > .links:first-of-type {
  left: 0;
}
.time-stamp > .links:last-of-type {
  right: 0;
}

#container > div:first-child > main > div > h2 > a {
  text-decoration: none;
    color: #cc6677;
}