body{
  margin:0;
  background:#ccc;
  font-size:0;
}

.wrapper{
  background:white;
  width:1024px;
  margin:0 auto;
}

#iframe-head, #iframe-foot, #iframe-top-third, #iframe-bottom{
  border:none;
  margin: auto;
  display: block;
}

.container{
  width: 1024px;
  padding: 0;
  margin: 0 auto;
}

.content{
  height:auto;
}


.main h1{
  position: relative;
  padding: 5px;
  border-left: 10px solid #778899;
  font-size:40px;
  margin:10px 0 0 20px;
  border-bottom: 5px solid #7ed1e;
}

.main h1:before {
  position: absolute;
  left: -10px;
  bottom: 0;
  content: '';
  width: 10px;
  height: 50%;
  background-color: #191970;
}

.main h1:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 90%;
  height: 0;
  border-bottom: 3px solid #778899;
}

.confirm p{
  font-size: 14px;
  position:absolute;
  margin:0 0 0 310px;
}

.btn-caution{
  padding:8px 15px;
  margin:18px 0 10px 50px;
  background:#770000;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn-howto{
  padding:8px 15px;
  margin:18px 0 10px 50px;
  background:#008080;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn-rev{
  padding:8px 15px;
  margin:18px 0 10px 50px;
  background:#007700;
  color:white;
  display:inline-block;
  opacity:0.8;
  border-radius:4px;
}

.btn a{
  font-size:25px;
  color:white;
  text-decoration:none;
}

.btn a:hover {
  opacity:0.5;
}

.btn-clear input{
  float:right;
}

.exp {
  font-size: 14px;
  position:absolute;
  margin:0 0 0 17px;
}

table, input {
 margin: 5px;
}

input[type=text] {
 width: 120px;
}

table {
  width: 1015px;
  margin:auto;
}

table,tr,th,td {
  font-size: 14px;
  list-style-type: none;
  border-radius: 3px;
  border: 1px solid #000;
  padding: 5px;
}

tr {
  background: #000088;
  color:white;
}

td {
  background: #F0FFFF;
  padding-left: 12px;
  color:black;
}

th:hover {
  opacity:0.5;
}

.url{
  display:none;
}




.explanation-wrapper, .caution-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.modal {
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #e6ecf0;
  padding: 10px 40px;
  border-radius: 10px;
  width: 800px;
  height: 590px;
  text-align: center;
}

.fa-times {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa-times-explanation {
  position: absolute;
  top: -20px;
  right: 20px;
  color: rgba(128, 128, 128, 0.46);
  cursor: pointer;
  z-index:2;
}

.fa {
  margin-right: 5px;
  font-size:30px;
  font-weight:bold;
}

#explanation-form{
  width: 100%;
}

#explanation-form img{
  width:600px;
  text-align: center;
}

.close-modal{
  text-align:center;
}

.close-modal a{
  display: inline-block;
  padding: 14px 110px;
  background-color: #003399;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

.close-modal a:hover{
  opacity:0.7;
}

h3{
  font-size: 17px;
  font-weight:normal;
  color: #5f5d60;
  margin-top: 0px;
  margin-bottom: 20px;
}

#explanation-form p{
  text-align: left;
  color: #5f5d60;
  letter-spacing: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
  font-size:15px;
  font-weight:bold;
  line-height:17px;
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

.main-cap{
  color:maroon;
  font-size:30px;
  font-weight:bold;
  text-align:center;
}

.small-cap{
  font-size:20px;
  text-align:center;
}


.first-modal-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  display: none;
  text-align: center;
}

#page-1, #page-2, #page-3, #page-4{
  width: 100%;
}

#page-1 img, #page-2 img, #page-3 img, #page-4 img{
  width: 600px;
}

#page-1 p, #page-2 p, #page-3 p, #page-4 p{
  color: #5f5d60;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-left: 35px;
  font-size:16px;
  font-weight:bold;
  line-height:18px;
  text-align:left;
}

.submit-btn a{
  display: inline-block;
  padding: 10px 50px;
  background-color: #008080;
  border: none;
  border-radius: 3px;
  color: white;
  margin: 10px auto;
  cursor: pointer;
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
}

.black{
  font-size:17px;
  color:black;
}