﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 25px;
}
#content .contact_tel span{
	font-weight: bold;
	color: #202942;
}


/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 60px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 181px;
}
#mailform table th span{
	color: #C1272D;
	font-size: 0.85em;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table td .font{
	font-weight: bold;
	color: #000000;
}
#mailform table td .font.last{
	margin-top: 17px;
}
#mailform table th,
#mailform table td {
	padding: 11px 15px;
}
#mailform table td label {
	margin: 0 20px 0 0;
	display: inline-block;
	/display: inline;
}
#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: 24px;
}
#mailform table td .middle {
	width: 514px;
}
#mailform table td .long {
	width: 514px;
}
#mailform table td input.name {
	width: 514px;
}
#mailform table td input.datepicker {
	width: 135px;
	/* margin-bottom: 8px; */
}
#mailform table td select {
	border: 1px solid #CCCCCC;
	height: 24px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
}
#mailform table td input.datepicker {
	margin-right: 10px;
}
#mailform table td input.postage {
	width: 70px;
	margin-bottom: 4px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	border: 1px solid #F2F2F2;
	height: 18px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-family: inherit;
	line-height: 1.2;
	background: #F2F2F2;
}
#mailform table textarea {
	background-color: #F2F2F2;
	border: 1px solid #F2F2F2;
	width: 514px;
	height: 94px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 33px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}


/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy{
	font-size: 0.85em;
	margin-bottom: 55px;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 15px;
}
#privacy ol li {
	padding-top: 12px;
	padding-left: 8px;
}


/*-------------------------------------------------------------------
	thanks
-------------------------------------------------------------------*/
#thanks,
p.thanks {
	margin-bottom: 30px;
}
