/*
Document   : login
Created on : 07-Oct-2011, 11:23:54
*/
/*
Document   : _common
Created on : 06-Oct-2011, 10:48:08
*/
#acontent {
  background: #fff none;
  padding: 20px;
}

#container {
  width: 560px;
  margin: 0 auto;
  border: 2px solid #ccc;
  padding: 20px;
  background-color: #f3f3f3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 9px 0px #ccc;
  -webkit-box-shadow: 0px 0px 9px 0px #ccc;
  box-shadow: 0px 0px 9px 0px #ccc;
}

.user_notice {
  position: relative;
}

#acontent ul {
  margin: 5px 30px 5px;
  width: 600px;
}

#login-part p {
  font-size: 11px;
  line-height: 1.7em;
}

#remind {
  margin-top: 20px;
}

[role=tooltip],
.hidetooltip.hidetooltip.hidetooltip + [role=tooltip] {
  visibility: hidden;
  position: absolute;
  top: 3rem;
  left: 2rem;
  background: #2d333e;
  color: white;
  padding: 10px 10px 10px 20px;
  border-radius: 5px;
  min-width: 300px;
  max-width: 500px;
}

[aria-describedby]:hover,
[aria-describedby]:focus {
  position: relative;
}

[aria-describedby]:hover + [role=tooltip],
[aria-describedby]:focus + [role=tooltip] {
  visibility: visible;
}
