.ajm-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  color: #000;
}
.ajm-modal.ajm-modal-show {
  display: table;
}
.ajm-modal_wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.ajm-modal_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "alpha(opacity=50)";
  opacity: 0.5;
}
.ajm-modal_frame {
  padding: 15px 5px 23px;
  background-color: #fff;
  border-radius: 10px;
  width: 610px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.ajm-modal_hd {
  font-size: 20px;
  font-weight: bold;
}
.ajm-modal_body {
  margin-top: 12px;
}
.ajm-modal_body p {
  margin-top: 25px;
}
.ajm-modal_body p:first-child {
  margin-top: 0;
}
.ajm-modal_close {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
.ajm-modal_close a {
  padding: 2px 5px;
  display: inline-block;
  vertical-align: bottom;
  border: 1px solid #bcbbbb;
  border-radius: 4px;
  font-size: 12px;
  color: #959595 !important;
  text-decoration: none !important;
  background-color: #fff;
}
.ajm-modal_close a:before {
  margin-right: 3px;
  content: url(/_var/imj/freepage/campaign/customer1607/images/ajm_icn_close.png);
}

.ajm-sticky {
  display: none;
  position: fixed;
  left: 0;
  z-index: 10001;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-top: 5px solid #dd2526;
  box-shadow: 0 -2px 12px 6px rgba(0, 0, 0, 0.1);
}
.ajm-sticky.ajm-sticky-show {
  display: block;
}
.ajm-sticky_outer {
  margin: auto;
  position: relative;
  max-width: 960px;
  height: 100%;
}
.ajm-sticky_outer:after {
  content: url(/_var/imj/freepage/campaign/customer1607/images/ajm_pic_chara1.png);
  position: absolute;
  right: 0;
  top: 20px;
}
.ajm-sticky-done .ajm-sticky_outer:after {
  content: url(/_var/imj/freepage/campaign/customer1607/images/ajm_pic_chara2.png);
}
.ajm-sticky_frame {
  padding: 12px 55px;
  box-sizing: border-box;
  display: inline-block;
  text-align: left;
  position: relative;
}
.ajm-sticky-done .ajm-sticky_frame {
  margin: auto;
  height: 100%;
  font-size: 24px;
  display: table;
}
.ajm-sticky_hd {
  margin-bottom: 8px;
  font-size: 22px;
}
.ajm-sticky-done .ajm-sticky_hd {
  display: none;
}
.ajm-sticky_body {
  text-align: center;
}
.ajm-sticky-done .ajm-sticky_body {
  display: table-cell;
  vertical-align: middle;
}
.ajm-sticky-done .ajm-sticky_body br {
  display: none;
}
.ajm-sticky_btn {
  margin: 0 9px;
  padding: 12px 75px;
  display: inline-block;
  border: 1px solid #bcbbbb;
  border-radius: 5px;
  background: #fff url(/_var/imj/freepage/campaign/customer1607/images/ajm_bg_btn.png) repeat-x 0 100%;
  font-size: 26px;
  color: #000 !important;
  text-decoration: none !important;
}
.ajm-sticky_btn:hover {
  background: #fff;
  color: #666 !important;
  text-decoration: none !important;
}
.ajm-sticky_close {
  cursor: pointer;
  background: url(/_var/imj/freepage/campaign/customer1607/images/ajm_icn_close2.png);
  width: 33px;
  height: 29px;
  position: absolute;
  right: 0;
  top: -34px;
}
