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

#content h3.spa{
	margin-bottom: 15px;
}
#content p.no1{
	font-weight:bold;
	margin: 26px 0 13px 1px;
}
#content p.no2,#content p.no3 {
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------
	.calender
-------------------------------------------------------------------*/
#content .calender {
	/* background:url(../image/ind_gcbg.jpg) center bottom no-repeat; */
	padding-bottom:45px;
}

/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin-bottom: 40px;
}

/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 39px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table{
	margin-bottom: 20px;
}
#mailform table th {
	width: 207px;
	line-height:1.6;
	padding: 7px 0 0 11px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table td {
	line-height:1.6;
	padding: 5px 0 6px 12px;
}
#mailform table th.ev{
	padding: 3px 0 0 11px;
}
#mailform table td.spa{
	padding: 2px 0 3px 10px;
}
#mailform table td label {
	margin: 0 10px 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: 198px;
}
#mailform table td .mid2 {
	width: 145px;
	margin-right:6px;
}
#mailform table td .long {
	width: 393px;
}
#mailform table td .long2 {
	width: 193px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 145px;
}
#mailform table td select {
	background:#F4F4F4;
	border: 1px solid #D4D4D4;
	height: 24px;
	width: 100px;
	margin-right: 10px;
	font-family: inherit;
}
#mailform table td select.time2{
	margin-left: 8px;
}
#mailform table td input.datepicker {
	margin: 0 5px 10px 0;
}
#mailform table td input.postage {
	width: 70px;
	margin-bottom: 4px;
}
#mailform table td input.address {
	margin-bottom: 5px;
}
#mailform table input[type="text"] {
	height: 22px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	background:#F4F4F4;
	border: 1px solid #D4D4D4;
}
#mailform table textarea {
	background:#F4F4F4;
	border: 1px solid #D4D4D4;
	width: 395px;
	height: 120px;
	margin:  3px 0 1px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 26px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}

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

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