@import url("common.css");
@import url("archive.css");
/*---------------------------------------------------------------------
/* Business CSS */
p {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/*--- Content image ---*/
div#contents_img {
  background: url(../img/archive/contents_img/contents_contact.jpg) no-repeat;
}

ul.contactform {
  list-style: none;
}

ul.contactform li {
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.6;
}

ul.contactform li span {
  color: #990000;
}

#form01 {
  height: 1.5em;
  letter-spacing: 0.1em;
  padding: 3px;
  font-size: 110%;
}

#text {
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 3px;
  font-size: 110%;
}

div#form_text {
  border: 5px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: 170%;
}

ul.contactform li#form_end {
  margin-bottom: 100px;
}

.mailform * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 1px;
}
.mailform table {
  width: 100%;
  display: block;
}
.mailform table tr {
  width: 100%;
  display: block;
}
.mailform table tr + tr {
  margin-top: 15px;
}
.mailform table tr th {
  width: 100%;
  display: block;
}
.mailform table tr th span {
  padding-left: 5px;
  color: #990000;
}
.mailform table tr td {
  width: 100%;
  display: block;
  margin-top: 5px;
}
.mailform table tr td input {
  width: 300px !important;
  font-size: 16px;
  padding: 5px 15px;
}
.mailform table tr td textarea {
  width: 350px !important;
  height: 200px !important;
  font-size: 16px;
  line-height: 170%;
  padding: 5px 10px;
}
.mailform .submitbtn {
  display: block;
  border: none;
  width: 170px;
  height: 70px;
  background-image: url(../contact/img/sends_out.jpg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
  margin-top: 15px;
}
.mailform .submitbtn:hover {
  background-image: url(../contact/img/sends_over.jpg);
}