@charset "utf-8";

/* auth
--------------------------------------------------------------------------------*/

.auth {
  display: block;
  position: absolute;
  z-index: 3;
  top: 5px;
  left: 0;
  height: auto;
  width: 1200px;
  margin: 0;
  border: none;
  padding: 0;
  font-size: 1.2em;
  background: #FF3366;
}

.auth-name,
.auth-menu {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  padding: 0 5px 0 5px;
}

.auth-name {
  top: 25px;
  right: 10px;
}

.auth-name {
  color: #ccc;
}

A.auth-menu-link,
A.auth-menu-link-spec {
  display: block;
  float: right;
  margin: 0 10px 0 0;
  border: none;
  padding: 0;
  color: #999;
  font-weight: bold;
  font-size: 1.02em;
}

A.auth-menu-link-spec {
  color: #999;
  font-weight: bold;
}

A.auth-menu-link:hover,
A.auth-menu-link:active,
A.auth-menu-link-spec:hover,
A.auth-menu-link-spec:active {
  color: #29b;
  text-decoration: underline;
}