#inquiry {
  margin-bottom: 20px;
  padding: 0;
}

#inquiry input[type="text"] {
  padding: 10px;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 5px;
  background: #ffffef;
  box-sizing: border-box;
  font-size: 14px;
}

#inquiry input[type="checkbox"] {
  margin-right: 12px;
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.req_head {
  padding: 5px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #d1d1d1;
  box-shadow: 0 -1px 0 #ffffff inset, 0 1px 0 #ffffff inset;
  -webkit-box-shadow: 0 -1px 0 #ffffff inset, 0 1px 0 #ffffff inset;
  -moz-box-shadow: 0 -1px 0 #ffffff inset, 0 1px 0 #ffffff inset;
  color: #333333;
  overflow: hidden;
}

.reqs {
  padding: 5px;
  overflow: hidden;
}

.align_left {
  margin-right: 10px;
  float: left;
  overflow: hidden;
}

.certainly {
  padding: 2px 5px 2px 5px;
  text-shadow: none;
  border: 1px solid #c61a1a;
  background-color: #e42f2f;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  float: left;
  overflow: hidden;
}

.hopes {
  margin-top: 10px;
}

.names {
  width: 130px;
}

.uaddress {
  margin: 0;
}

.top_line {
  border-top: 1px dotted #999999;
}

.det_info {
  padding: 5px;
}

#contents {
  margin: 5px;
  border: 1px solid #b4b4b4;
  border-radius: 5px;
  overflow: hidden;
}

#contents table {
  border-collapse: collapse;
  width: 100%;
}

#contents th,td {
  padding: 10px 5px 10px 5px;
  border-top: 1px solid #b4b4b4;
  font-size: 14px;
}

#contents tr:first-child th {
  border-top:none;
}
#contents tr:first-child td {
  border-top:none;
}

#contents label {
  white-space: pre-wrap;
  word-break: break-all;
}

.items {
  background-color: #f9f9f9;
  color: #666666;
  width: 100px;
  text-align: left;
}

.values {
  font-size: 13px;
}

#inquiry p {
  margin: 0;
  font-size: 16px;
}

.address {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  width: 96%;
  background: #ffffff;
  border: 1px solid #999999;
}

.content {
  padding: 10px;
  font-size: 14px;
  width: 100%;
  height: 100px;
  background: #ffffef;
  border: 1px solid #999999;
  border-radius: 5px;
  box-sizing: border-box;
}

#mail_submit {
  margin: 10px 0 20px 0;
  text-align: center;
}

#mail_submit button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-bottom: 2px solid #b3b3b3;
  font-size: 14px;
  color: #333333;
  padding: 12px 0 12px 0;
  width: 60%;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.image {
  margin: 10px 0 0 0;
  text-align: center;
}

.comment {
  text-align: center;
 }

.caut {
  margin-top: 5px;
  font-size: 14px;
}
.caut span {
  color: #1230c7;
  font-weight: bold;
}

.mgn_t10 {
  margin-top: 10px;
}

.timezone span {
  display: inline-block;
  margin-right: 10px;
}

.msg {
  margin: 5px;
  font-size: 14px;
}