@charset "utf-8";
/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 40px;
}

.method li:last-child{
	margin:20px 0 40px;
	text-align:center;
}

/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 40px;
}
#mailform p.text{
	margin:-5px 0 5px;
}
#mailform p.text2{
	margin:15px 0 5px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 180px;
	vertical-align:middle;
}
#mailform table th.w01 {
	vertical-align: top;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th,#mailform table td{
	padding: 16px 20px 15px;
}
#mailform table th span{
	font-size:0.85em;
	font-weight:bold;
	color:#1F4C7F;
}
#mailform table td span{
	font-weight:bold;
	color:#1F4C7F;
}
#mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
}
#mailform table td label.none {
	margin-right: 0;
}
#mailform table td label input {
	border:none;
	margin: 0 5px 0 0;
	vertical-align: -2px;

}
#mailform table td .short {
	width: 30px;
}
#mailform table td .time {
	width: 170px;
}
#mailform table td .time2 {
	width: 300px;
}
#mailform table td .middle {
	width:200px;
}
#mailform table td .long {
	width: 375px;
}
#mailform table td input.datepicker {
	width: 150px;
	margin-bottom:10px;
}
#mailform table td select {
	border: 1px solid #ccc;
	height: 32px;
	margin-top: 2px;
	font-family: inherit;
	width: 100px;
	font-size:0.85em;
}
#mailform table td input.postage {
	width: 130px;
	height:20px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 1px solid #ccc;
	height: 30px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;

}
#mailform table textarea {
 	border: 1px solid #ccc;
	width: 375px;
	height: 200px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
	background-color:#fff;
}
#mailform p.submit {
	text-align:center;
	margin-top:20px;
}

#mailform p.submit button{
	border: none;
	background: none;
}

/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top: 24px;
}

@media screen and (max-width: 680px) {
  #mailform table td .time {
    width: 240px;
  }
  #mailform table td .time2 {
    width: 240px;
  }
}