/*メールフォーム*/
#error{
	color: red;
	text-align: center;
}

#entry form .must{
	text-align:right
}

#entry table,#entry th,#entry td{
	border-collapse: collapse;
	border-spacing: 0;
}
#entry table{
	width: 690px;
	margin: 5px 10px;
	border: 1px solid #969696;
	line-height:160%;
}
#entry th{
	border-right: 1px solid #969696;
	border-bottom: 1px dotted #969696;
	background-color:#0045B3;
	color: #FFF;
	padding: 10px;
	width: 145px;
 	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#entry td{
	border-bottom: 1px dotted #969696;
	padding: 10px;
}
#entry tr.tb_last td,#entry tr.tb_last th{
	border-bottom: none;
}
#entry th span{
	padding-left: 5px;
}

#entry input.name{
	ime-mode:active;
	width:12em
}

#entry input.mail{
	width:24em;
	ime-mode:disabled
}

#entry input.tel{
	width:12em;
	ime-mode:disabled
}

#entry input.subject{
	ime-mode:active;
	width:32em
}

#entry textarea{
	ime-mode:active;
	width:32em;
	width:450px;
}
p.phonenote{
	margin:0px;
	font-size:0.9em
}

p.send_complete{
	font-size:1.3em;
	margin:0px 20px 20px 20px;
	line-height:160%
}

#entry table#cheack_sheet{
	width: 650px;
}
#entry table#cheack_sheet th{
	border-right: 1px solid #969696;
	border-bottom: 1px dotted #969696;
	background-color:#0045B3;
	color: #FFF;
	padding: 10px;
	width: 145px;
 	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
#entry table#cheack_sheet td{
	width: 530px;
	border: 1px solid #888;
	padding: 10px;
	text-align: left;
}

.recruit_input,#inquiry_submit{
	text-align: center;
}
table#inquiryform{
	margin-bottom: 10px;
}
table#inquiryform th{
	width: 120px;
	padding: 7px;
}
table#inquiryform td{
	width: 530px;
	padding: 7px;
}
table#inquiryform tbody tr{
	border: none;
}

.recruit_input input,#inquiry_submit input{
	padding: 10px;
	font-size: 1.3em;
	font-weight: bold;
}
#inquiry_submit input{
	margin: 0 5px;
}
#entry .recruit_input{
	text-align: center;
	margin-bottom: 30px;
}


/*電話でのお問い合わせ*/
dl.addressdl{
	margin:0px 20px;
	margin-top: 30px;
	font-size:1.3em;
	line-height:160%;
}
dl.addressdl dt{
	font-weight:bold;
	float:left;
	clear:both;
	width:5.5em;
	margin-bottom: 15px;
}

dl.addressdl dd{
	margin-left:6em;
	margin-bottom: 15px;
}

