@charset "utf-8";

.acsdialog button{
  font-size: 13px;
} 
.acsdialog {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  background-color: rgba(128,128,128,0.8);
  width: 100vw;
  height: 100vh;
  z-index: 100;
}
.acsdialog .acswrap {
  background-color: #ffffff;
  max-width: 80%;
  margin: 40px auto 0 auto;
/*  padding-bottom: 20px; */
/*  max-height: calc(100vh - 100px); */
  text-align: right;
  border-radius: 8px;
}

.acsdialog form {
  max-height: calc(100vh - 140px);
  overflow-y: auto;
  padding-bottom: 10px;
}

.acsheader {
  padding: 10px 20px 0 10px;
}
.acsclose {
  width: 80px;
  height: 42px;
  border: 0;
  background-image: url(enquete/bg_bt_back02.gif), url(enquete/bg_bt_back01.gif);
  background-repeat: no-repeat, no-repeat;
  background-position: right top, left top;
}
