.agreement {
  position: absolute;
  margin-top: 4px;
  display: none;
  width: 700px;
  background: #fff;
  padding: 10px 20px;
  z-index: 1;
  color: #6E6C6C;
}
.agreement .agreement__content p {
  font: 14px 'PTSans-Narrow', sans-serif;
  margin: 20px 0;
}
.agreement .agreement__content .bfont {
  font-weight: bold;
}
.agreement__close {
  width: 11px;
  height: 10px;
  background: url(/image/layout/agree_close.png) 0 0 no-repeat;
  text-decoration: none;
  outline: none;
  position: absolute;
  top: 3px;
  right: 5px;
  cursor: pointer;
}
