@charset "UTF-8";
/* CSS Document */

/* テキスト */
.main_text {
  position: absolute;
  top: 38px;
  width:100%;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}

#mc_qrwrapper {
  position: absolute;
  width: 100%;
  top: 100px;
}

#qr_contact {
  margin: 0 auto;
  width: 180px;
  height:180px;
  border: #707070 solid 1px;
  background:url(../img/qr_contact.png) no-repeat;
}

#button_contact {
  margin: 0 auto;
  margin-top: 20px;
}
