body{
  background: #EEE;
}

.notice-url-changed {
  border: solid 1px #555;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  font-size: 85%;
}

.url-blue {
  color: blue;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.explore-note {
  color: red;
  font-size: 85%;
}

table {
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  width: 33%;
}

p {
  margin: 1%;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.content {
  width: 96%;
  margin: 0 auto;
}

.form-wrapper {
  width: 100%;
  margin: 30px auto;
  overflow: hidden;
}

.caution {
  width: 800px;
  margin: 10px auto;
  font-size: 15px;
  opacity: 0.8;
  color: red;
}

h3.item {
  font-size: 100%;
  width: 100%;
  height: 25px;
  margin: 8px auto;
  padding: 10px 0 0 0;
  box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #51C099, #009C88 50%, #51C099);
  background: -webkit-gradient(linear, left bottom, left top, from(#51C099), color-stop(0.5, #009C88), to(#51C099));
  background: -ms-linear-gradient(top, #51C099, #51C099);
}

h3.item>span {
  font-weight: bold;
  color: #fff;
  margin: 0 5%;
}

input[type='number'], input[type='text'] {
  font-size: 120%;
  -webkit-appearance: none;
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 5px;
  height: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

input:focus {
  border: 1px solid #ff9900;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  outline: 0;
}

.first-name {
  width: 48%;
  float: left;
}

.last-name {
  width: 48%;
  float: right;
}

.submit-button {
  width: 50%;
  height: 80px;
  display: block;
  margin: 20px auto;
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px 20px;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
  background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
  background: -ms-linear-gradient(top, #36d, #36d);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type='button'] {
  width: 250px;
  height: 80px;
  display: block;
  margin: 30px auto 10px auto;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 20px;
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  text-shadow: 1px 1px 2px #000;
  background-color: #EB6101;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type='radio'] {
  display: none;
}

input[type='radio']:checked+label {
  color: #fff;
  border-style: none;
  box-shadow: 2px 2px 3px 1px #666;
  -moz-box-shadow: 2px 2px 3px 1px #666;
  -webkit-box-shadow: 2px 2px 3px 1px #666;
  background-color: #EB6101;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

select {
  background-color: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 3px 0;
  height: 45px;
  font-size: 15px;
}

.label {
  background: #bdc3c7;
  color: #869198;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.label:hover {
  background-color: #E2EDF9;
}

.uploaded-img {
  width: 300px;
  margin: 0 auto;
}

.uploaded-img img {
  width: 100%;
}

#table-confirm {
  margin-top: 5px;
  background: #FFF;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 2px 0px #CCC;
}

#confirm td.item {
  width: 30%;
  vertical-align: middle;
  border-top: 2px solid #EEE;
  padding: 10px;
  color: #0D3174;
  text-align: right;
  background-color: #CDE1FA;
}

#confirm td.regist {
  padding-left: 10px;
  width: 70%;
  background-color: #F1F5F8;
  border-top: 2px solid #EEE;
}

.small-width-image {
  max-width: 100%;
}

div.message.error, .error-message {
  color: #c02d2d;
  background: #ffd5d5;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
  border: solid 1px #c02d2d;
  box-sizing: border-box;
  text-align: left;
}
