.m-modal .m-modalContent {
  width: 490px;
  padding: 20px 20px 30px;
}

.m-modal .m-modalContent .m-detail {
  padding: 30px 20px 20px;
  background: #f9f9f9;
}

.m-modal .m-modalContent .m-inputWrap + .m-inputWrap {
  margin-top: 20px;
}

.m-modal .m-modalContent .m-singleCheck {
  margin-top: 10px;
}

.m-modal .m-modalContent .m-loginBtn {
  margin: 30px auto 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 280px;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal .m-modalContent .m-loginBtn:hover {
  opacity: 0.7;
}

.m-modal .m-modalContent .m-loginBtn[disabled="disabled"] {
  background: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}

.m-modal .m-modalContent .m-otherLinks {
  margin-top: 20px;
  text-align: center;
}

.m-modal .m-modalContent .m-otherLinks li {
  font-size: 12px;
}

.m-modal .m-modalContent .m-otherLinks li + li {
  margin-top: 20px;
}

.m-modal .m-modalContent .m-otherLinks a {
  color: #1A74C0;
  font-size: 12px;
}

.m-modal .m-modalContent .m-otherLinks a:hover {
  text-decoration: underline;
}

.m-modal .m-modalContent .m-otherLinks .is-btn > a {
  margin: 0 auto;
  width: 280px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-modal .m-modalContent .m-otherLinks .is-btn > a:hover {
  opacity: 0.7;
}

.m-modal .m-modalContent .m-btnAfter {
  color: #666;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

.m-loginContact dt {
  margin-bottom: 10px;
}

.m-loginContact dt .m-tag.is-required {
  margin-left: 10px;
  margin-top: -4px;
  font-weight: normal;
}

.m-loginContact .m-subhead {
  font-size: 14px;
  font-weight: bold;
  display: block;
}

.m-loginContact dd {
  margin: 0;
}

.m-loginContact dd + dt {
  margin-top: 22px;
}

.m-loginContact .m-selectList::after {
  clear: both;
  display: block;
  content: "";
}

.m-loginContact .m-selectList li {
  float: left;
  margin-left: 10px;
}

.m-loginContact .m-selectList li:first-child {
  margin-left: 0;
}

.m-loginContact .m-selectList .m-selectWrap {
  width: 200px;
}

.m-loginContact .m-radioList::after {
  clear: both;
  display: block;
  content: "";
}

.m-loginContact .m-radioList > li {
  float: left;
}

.m-loginContact .m-radioList > li + li {
  margin-left: 10px;
}

.m-loginContact .m-textareaWrap textarea {
  height: 100px;
}

.m-loginContact .m-afterText {
  font-size: 14px;
  margin-top: 10px;
}

.m-submit {
  margin: 26px auto;
  width: 280px;
}

.m-submit button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 1.3;
  background: #1A74C0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.m-submit button:hover {
  opacity: 0.7;
}
