﻿@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#mainimg{
	background: url("../image/h2_contact.jpg") top center no-repeat;
}
#content .contact_tel {
	margin-top: 13px;
	margin-bottom: 100px;
	text-align: center;
}
#content span.red{
	color: #E1361B;
}
#content span.bold{
	font-weight: bold;
}
#content p.contact_text{
	margin-bottom: 25px;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 100px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 233px;
}
#mailform th img {
	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table th,
#mailform table td {
	padding: 16px 0px 17px 20px;
}
#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: 98px;
}
#mailform table td .middle {
	width: 246px;
}
#mailform table td .long {
	width: 464px;
}
#mailform table td input.name {
	width: 246px;
}
#mailform table td input.datepicker {
	width: 118px;
}
#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: 226px;
	margin-bottom: 14px;
}
#mailform table td input.address {
	margin-bottom: 14px;
}
#mailform table input[type="text"] {
	padding-left: 142px;
	/* border: 1px solid #CCCCCC; */
	border: none;
	height: 30px;
	padding: 0 0px 0px 7px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	background: #F9EFEF;
}
#mailform table textarea {
	background-color: #F9EFEF;
	/* border: 1px solid #CCCCCC; */
	border:  none;
	width: 466px;
	height: 160px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
	padding-left: 7px;
}
#mailform p.submit {
	margin: 30px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}
#mailform table th.text{
	vertical-align: middle;
}
/*-------------------------------------------------------------------
    #privacy
-------------------------------------------------------------------*/
#privacy{
	font-size: 0.86em;
	margin-bottom: 94px;
}
#privacy ol {
	list-style-type: decimal;
}
#privacy ol {
	margin: 0 0 0 16px;
}
#privacy ol li {
	padding-top: 12px;
	padding-left: 6px;

}


/*-------------------------------------------------------------------
	thanks
-------------------------------------------------------------------*/
#thanks,
p.thanks {
	margin-bottom: 30px;
}
::-webkit-input-placeholder {
	color: #BCA099;
}

:-moz-placeholder { /* Firefox 18- */
	color: #BCA099;
}

::-moz-placeholder {  /* Firefox 19+ */
	color:#BCA099;
}

:-ms-input-placeholder {
	color: #BCA099;
}