﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
#mailform .must {
  display: initial;
  background-color: initial;
  padding: initial;
  font-size: initial;
  color: initial;
  float: initial;
  margin: initial;
  border-radius: initial;
  -webkit-box-shadow: initial;
  box-shadow: initial;
}


/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/

#content .contact_tel {
  overflow: hidden;
  margin-bottom: 53px;
}

#content .contact_tel .image {
  float: left;
}

#content .contact_tel .time {
  float: right;
  color: #666666;
  font-weight: bold;
  font-size: 1.14em;
  width: 215px;
  margin-top: 45px;
  text-align: left;
  letter-spacing: 2.5px;
}

#content .contact_text {
  margin-bottom: 30px;
  background: rgba(232, 232, 232, 0.2);
  padding: 15px 40px 13px 20px;
}

#content .contact_text span {
  margin-left: -5px;
}


/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/

#mailform {
  margin-bottom: 70px;
}

#mailform #mailformpro {
  padding: 0;
}

#mailform table {
  margin-bottom: 30px;
}

#mailform table th {
  /* width: 210px; */
  font-weight: bold;
  vertical-align: middle;
}

#mailform table th span {
  font-size: 0.71em;
  font-weight: normal;
}

#mailform table th span.gold.none {
  margin-left: 0;
}

#mailform th img {
  vertical-align: top;
  padding: 4px 0 0 10px;
}

#mailform table th,
#mailform table td {
  padding: 15px 20px 15px 20px;
}

#mailform table td {
  font-size: 0.85em;
}

#mailform table th span {
  /*font-size: 1em;*/
  /* margin-left: 11px; */
  font-weight: bold;
  vertical-align: top;
}

#mailform table td label {
  margin: 0 20px 0 0;
  display: inline-block;
  /display: inline;
}

#mailform table td label.none {
  margin-right: 0;
}

#mailform table .tbl1,
#mailform table.tbl1 {
  display: none;
}

#mailform table td span {
  display: inline-block;
  width: 65px;
  height: 26px;
}

#mailform table td label input {
  border: none;
  margin: 0 5px 0 0;
  vertical-align: -2px;
}

#mailform table td .short {
  width: 100px;
}

#mailform table td .middle {
  width: 200px;
}

#mailform table td .middle01 {
  width: 200px;
}

#mailform table td .long {
  width: 460px;
}

#mailform table td input.name {
  width: 248px;
}

#mailform table td input.number {
  width: 30px;
}

#mailform table td input.datepicker {
  width: 160px;
}

#mailform table td select {
  border: 0px solid #EADCC5;
  background: #EDEDED;
  width: 300px;
  height: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  font-family: inherit;
}

#mailform table td input.datepicker {
  margin-right: 10px;
  margin-bottom: 0px;
}

#mailform table td input.postage {
  width: 130px;
  margin-bottom: 15px;
}

#mailform table td input.address {
  margin-bottom: 5px;
}

#mailform table input[type="text"] {
  border: 0px solid #EADCC5;
  background: #E6E6E6;
  height: 30px;
  padding: 0 .5em;
  margin: 8px 0 5px;
  border-radius: 3px;
  font-family: inherit;
  line-height: 1.2;
}

#mailform table textarea {
  border: 0px solid #EADCC5;
  background: #E6E6E6;
  width: 460px;
  height: 200px;
  border-radius: 3px;
  margin: 5px 0;
  padding: 0 .5em;
  font-family: inherit;
  line-height: 1.6;
}

#mailform p.submit {
  margin: 35px 0 0;
  text-align: center;
}

#mailform p.submit button {
  background: none;
  border: none;
}


/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/

#privacy {
  margin-bottom: 100px;
}

#privacy ol {
  list-style-type: decimal;
}

#privacy ol {
  margin: 0 0 0 15px;
}

#privacy ol li {
  padding: 10px 0 0 10px;
  font-size: 0.85em;
}

#privacy ol li.even {
  padding-top: 10px;
}

#privacy p {
  font-size: 0.85em;
  line-height: 1.75;
}


/*-------------------------------------------------------------------
	thanks
-------------------------------------------------------------------*/

#thanks,
p.thanks {
  margin-bottom: 30px;
}