@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);


#content .thanks {
	margin-bottom:35px;
}

/*-------------------------------------------------------------------
	#company
-------------------------------------------------------------------*/
#company table {
	margin-bottom: 53px;
}
#company table th {
	width: 180px;
}
#company table th,
#company table td {
	padding: 3px 9px 1px;
}
/* --------------------------------------
	.item
-------------------------------------- */
#content .item{
	overflow:hidden;
	zoom:1;
	clear:both;
	margin-bottom: 26px;
}
#content .item.ev{
	margin-bottom: 50px;
}
#content .item ul{
	float: left;
}
#content .item dl{
	margin-left:80px;
	*margin-left:77px;
}
#content .item dl dt{
	font-size:1.14em;
	font-weight:bold;
	padding: 0 0 0 5px;
	line-height:1.4;
	margin-bottom: 7px;
	border-bottom: 1px dotted #ccc;
}
#content .item dl dd span{
	font-size:0.86em;
}
/*-------------------------------------------------------------------
	#mailform
-------------------------------------------------------------------*/
#mailform {
	margin-bottom: 50px;
}
#mailform #mailformpro {
	padding: 0;
}
#mailform table th {
	width: 208px;
	padding: 7px 0 0 10px;
}
#mailform th img {
 	vertical-align: top;
	padding: 4px 0 0 9px;
}
#mailform table td {
	padding: 4px 0 4px 11px;
}
#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 .middle2{
	width: 65px;
}
#mailform table td .middle3{
	width: 33px;
	margin: 0 5px 0 5px;
}
#mailform table td .long {
	width: 393px;
}
#mailform table td .long2 {
	width: 343px;
}
#mailform table td input.name {
	width: 248px;
}
#mailform table td input.datepicker {
	width: 118px;
}
#mailform table td select {
	border: 1px solid #CCCCCC;
	height: 24px;
	width:140px;
	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 #CCCCCC;
	height: 22px;
	padding: 0 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	font-family: inherit;
	line-height: 1.2;
}
#mailform table textarea {
	background-color: #FFFFFF;
 	border: 1px solid #CCCCCC;
	width: 395px;
	height: 120px;
	margin:  3px 0 3px;
	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;
}
