@charset "UTF-8";

.sendmailAttentionTitle {
    width: 720px;
    margin: auto;
}
.sendmailAttentionTitle a {
    color: #646464;
    border: solid 1px #646464;
    box-shadow: 0px 1px 2px 0px #969696;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    margin-top: 15px;
    line-height: 30px;
    padding: 6px 10px;
    text-align: left;
    font-size: small;
    font-weight: bold;
    position: relative;
}

.sendmailAttentionTitle .slide.close:after {
    transform: rotate(0deg);
}
.sendmailAttentionTitle .slide:after {
    content: "";
    position: absolute;
    right: 0px;
    width: 32px;
    height: 32px;
    margin: -2px -2px;
    background: url(../images/arrow2.png);
    transform: rotate(-180deg);
}

.sendMailAttentionBlock {
    margin: 15px 13px;
    width: 700px;
    font-size: 14px;
    line-height: 23px;
    display: none;
}

.sendMailAttentionBlock div {
    font-weight: bold;
    list-style: circle;
    margin-left: 20px;
}

.sendMailAttentionBlock {
    background-color: #EFF2F4;
    padding: 15px 10px;
    margin-left: 112px;
}

.serverError {
  color: #fe0000;
  text-align: center;
}

.formTbl dt.emailaddress {
  width: 220px;
}

.formTbl dd.emailaddress {
  margin-left: 220px;
}

.formTbl dt.inputActivationcode {
  width: 220px;
}

.formTbl dd.inputActivationcode {
  margin-left: 220px;
}

@media all and (max-width: 768px) {
  .sendmailAttentionTitle a {
      line-height: 35px;
      padding: 3px 20px;
      font-size: 17px;
  }
  .sendmailAttentionTitle #attention2 {
    height: 75px;
  }

  .sendmailAttentionTitle{
    width: 100%;
  }

  .sendmailAttentionTitle .slide:after {
      right: 5px;
      margin: 0px;
  }

  .sendMailAttentionBlock {
      margin: 15px auto;
      width: 100%;
  }
  .formTbl {
    width: 92%;
    margin: 0 15px;
  }
  .formTbl dt {
    width: 100%;
    padding: 20px 0 10px;
  }

  .formTbl dt.emailaddress {
    width: 100%;
  }

  .formTbl dd.emailaddress {
    margin-left: 0px;
    word-break: break-all;
  }

  .formTbl dt.inputActivationcode {
    width: 100%;
  }

  .formTbl dd.inputActivationcode {
    margin-left: 0px;
  }

  element.style {
    margin-left: 22px;
  }
}
