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

#content p.text{
	margin-bottom:20px;
}
#content ul.last{
	margin:5px 0px 60px;
}
#content p.link{
	text-align:center;
	margin-bottom:55px;
}
/* table
-------------------------------------------- */
#content table {
	margin-bottom:50px;
}
#content table th{
	width:158px;
	background:#E9E9E9;
}

#content table th,#content table td {
	text-align:left;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 18px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width:200px;
	background:#E9E9E9;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table{
	margin-bottom:30px;
}
#mailform table th,
#mailform table td {
	padding: 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: 198px;
}
#mailform table td .long {
	width: 390px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 118px;
}

#mailform table td span.small{
	font-size: 0.85em;
}

#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: 190px;
	margin-bottom: 10px;
}
#mailform table td input.address {
	margin-bottom: 10px;
}
#mailform table input[type="text"] {
	border: 1px solid #ccc;
	height: 26px;
	padding: 2px 5px 0;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
	font-size: 0.85em;
}
#mailform table textarea {
	background-color: #FFFFFF;
 	border: 1px solid #CCCCCC;
	width: 390px;
	height: 200px;
	margin:  3px 0 3px;
	font-family: inherit;
	line-height: 1.6;
	padding-left: 5px;
}
#mailform p.submit {
	text-align:center;
}
#mailform p.submit button {
	background: none;
	border: none;
	outline: none;
}

#content p.thanks{
	margin-bottom: 30px;
	font-size: 0.7em;
}

#content p.image{
	margin-bottom:50px;
}
