@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin:0 0 40px;
}
#content .contact_tel img {
  width: 100%;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#content .mailform{
	margin-bottom: 40px;
}
#content .mailform p.text{
	margin:0 0 20px;
	padding:20px 25px 18px;
	background:#FBE1D2;
}
#content .mailform #mailformpro {
	padding: 0;
}
#content .mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#content .mailform table th{
	width: 200px;
}
#content .mailform table th,#content .mailform table td{
	padding: 6px 9px;
}
#content .mailform th span {
 	font-size:0.85em;
	line-height:1.6;
}
#content .mailform table td label {
	margin: 0 30px 0 0;
	display: inline-block;
	/display: inline;
}
#content .mailform table td label.none {
	margin-right: 0;
}
#content .mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;

}
#content .mailform table td .short {
	width: 98px;
}
#content .mailform table td .time {
	width: 399px;
}
#content .mailform table td .middle {
	width:200px;
}
#content .mailform table td .long {
	width: 395px;
}
#content .mailform table td input.datepicker {
	width: 150px;
}
#content .mailform table td select {
	border: 1px solid #95C08B;
	height: 20px;
	margin-top: 2px;
	font-family: inherit;
	font-size:0.85em;
}
#content .mailform table td input.postage {
	width: 70px;
	height:20px;
}
#content .mailform table td input.address {
	margin-bottom: 5px;
}
#content .mailform table input[type="text"] {
	border: 1px solid #D8C2AB;
	height: 18px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
#content .mailform table textarea {
 	border: 1px solid #D8C2AB;
	width: 395px;
	height: 120px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#content .mailform p.submit{
	text-align:center;
	margin-top:30px;
}
#content .mailform p.submit button {
	background: none;
	border: none;
	outline: none;
}
/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy {
	font-size:0.85em;
	margin-bottom:40px;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top: 10px;
}

#content p.thanks{
	margin-bottom: 30px;
}


/*
========================================
contact.css追記用
========================================
*/

@media screen and (max-width: 680px) {
  #content .mailform  table {
    table-layout: fixed;
  }
  #content .mailform table th,
  #content .mailform table td {
    display: block;
    width: 100%;
    padding: 10px 15px 7px;
    box-sizing: border-box;
  }
  #content .mailform table th,
  #content .mailform table tr:not(:last-child) td {
    border-bottom: none;
  }
  #content .mailform table input[type="text"],
  #content .mailform table textarea {
    width: 100%;
  }
}

