@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*-----------------------------------------------------
共通スタイル
-------------------------------------------------------*/

/*--clearfix--*/
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

#frameWrapper {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  -webkit-overflow-scrolling: touch;
}
#frameWrapper > h2 {
  font-family: serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
}
#frameWrapper p.formTitle {
  margin: 10px 0 10px 0;
  padding:10px 0 10px 0;
  text-align: center;
  font-size: 1.0rem;
  border: solid 1px #555;
  font-weight: bold;
  /* background: -moz-linear-gradient(top, #222, #000);
  background: -webkit-linear-gradient(top, #222, #000);
  background: linear-gradient(to bottom, #222, #000); */
}
.btnList {
  padding: 10px 0 10px;
}
.btnList > li {
  float: left;
  width: 50%;
}
.btnList > li > a{
  display: table;
  margin: 0 auto;
  width: 90%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  font-size: 0.9rem;
  padding: 10px 0;
}
.btnList > li > a > span{
  vertical-align: middle;
  text-align: center;
}

#frameWrapper ul.list {
  width: 100%;
}
#frameWrapper ul.list > li {
  text-align: center;
  border: solid 1px rgb(134, 134, 134);
  padding: 5px 0;
  box-sizing: border-box;
}
#frameWrapper ul.list > li.last {
  border-bottom: solid 1px rgb(134, 134, 134);
}
#frameWrapper ul.list > li:nth-child(1) {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 0.8rem;
}
#frameWrapper ul.list > li:nth-child(2) {
  padding: 5px 0;
  font-size: 1.4rem;
}
#frameWrapper ul.list > li > input {
  display: block;
  width: 96%;
  height: 96%;
  border: none;
  font-size: 1.0rem;
  padding: 2% 2%;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.0);
  outline: none;
}

#frameWrapper p.title {
  text-align: center;
  border: solid 1px rgb(134, 134, 134);
  border-bottom: none;
  padding: 5px 0;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 0.8rem;
  text-align: center;
}
.rules {
  text-align: left;
  border: solid 1px rgb(134, 134, 134);
  border-top: none;
  padding: 10px;
  box-sizing: border-box;
  font-size: 0.8rem;
}
div.checkArea {
  margin: 15px auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

button {
  -webkit-appearance: none;
  border-radius: 0;
  display: block;
  margin: 20px auto;
  font-size: 1.0rem;
  width: 200px;
  padding: 10px 0;
  background-color: #fff;
}

#frameWrapper {
  width: 100%;
  height: 100%;
}

.mandatory {
  display: inline-block;
  padding: 5px 10px;
  font-size: x-small;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.8);
}

p.error {
  display: none;
  padding: 10px 0;
  text-align: center;
  color: rgb(226, 36, 36);
}



.completeMessage {
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
  font-size: 1.0rem;
}


#closeBtn {
  margin: 0 auto 0;
  display: table;
  width: 160px;
  line-height: 40px;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  color: #333;
}