@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	.contact_tel
-------------------------------------------------------------------*/
#content .contact_tel {
	margin:20px 0 40px;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom:40px;
	margin-top:20px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table {
	margin-bottom:20px;
}
#mailform p.tittle {
	margin-bottom:10px;
}
#mailform table th {
	width:206px;
	line-height:1.6;
}
#mailform th img {
	vertical-align: -2px;
	padding: 4px 0 0 7px;
}
#mailform table th, #mailform table td {
	padding:5px 0 4px 10px;
}
#mailform #reservation td input {
	margin-top:4px;
}
#mailform #reservation td .course {
	margin-top:1px;
}
#mailform table td a {
	font-weight:bold;
}
#mailform table td label {
	margin: 0 15px 0 0;
	display: inline-block;
 /display: inline;
	line-height:1.2;
}
#mailform table td label input {
	border:none;
	margin: 0 4px 0 0;
	vertical-align: -2px;
}
#mailform table td .short {
	width: 98px;
}
#mailform table td .middle {
	width: 198px;
}
#mailform table td .long {
	width:397px;
}
#mailform table td input.name {
	width:397px;
}
#mailform table td input.datepicker {
	width: 148px;
}
#mailform table td select {
	border: 1px solid #AFDEFA;
	height:24px;
	width:258px;
	margin-top: 3px;
	margin-bottom:5px;
	font-family: inherit;
}
#mailform table td input.datepicker {
	margin-right:5px;
}
#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 #AFDEFA;
	background-color:#FEFEEB;
	height: 20px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom:4px;
	font-family: inherit;
	line-height: 1.2;
}
#mailform table textarea {
	background-color:#FEFEEB;
	border: 1px solid #AFDEFA;
	width: 397px;
	height: 120px;
	margin: 5px 0 7px;
	font-family: inherit;
	line-height: 1.6;
}
#mailform p.submit {
	margin: 20px 0 0;
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
}
#mailform p.submit button:focus {
	outline:none;
}

/*-------------------------------------------------------------------
	#privacy
-------------------------------------------------------------------*/
#privacy ol {
	list-style-type: decimal;
	margin: 0 0 0 21px;
}
#privacy ol li {
	padding-top: 25px;
}

/*-------------------------------------------------------------------
	#thanks
-------------------------------------------------------------------*/
#thanks {
	margin-bottom:40px;
}
