@charset "utf-8";

.txt_box a {text-decoration: underline;}
.txt_box a:hover {text-decoration: none;}

/* お問い合わせ */
.left,.right {
	font-size: 12px;
	}
table.info01 {
	width: 672px;
	border: 4px solid #ACD6F2;
	margin-bottom: 30px;
	font-size: 12px;
	clear: both;
	}
	table.info01 th {
		width: 131px;
		background: url(img/bg_table02.gif) repeat-y left top;
		border-right: 1px solid #CCCCCC;
		padding: 15px 0 15px 15px;
		}
	table.info01 td {
		padding: 15px;
		}
table.info02 {
	width: 680px;
	border-top: 1px dotted #CCCCCC;
	margin-bottom: 20px;
	font-size: 12px;
	}
	table.info02 th {
		width: 140px;
		background: url(img/bg_table01.gif) repeat left top;
		padding: 15px;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px dotted #CCCCCC;
		vertical-align: top;
		}
	table.info02 td {
		padding: 15px;
		border-bottom: 1px dotted #CCCCCC;
		}
		table.info02 td span {
			margin-left: 10px;
			}
	textarea {
		width: 470px;
		padding: 5px;
		}
	ul.list li {
		float: left;
		width: 130px;
		}
		ul.list input {margin-right: 5px;}
	span.required {
		margin: 0 5px;
		color: #B7173F;
		}
	.recruit {
		width: 500px;
		background: #D5EAF8;
		padding: 5px 10px;
		margin-bottom: 5px;
		font-size: 12px;
		overflow: hidden;
		}
ul.btn {
	width: 170px;
	margin: 0 auto 30px;
	overflow: hidden;
	}
	ul.btn li {
		float: left;
		margin-right: 10px;
		}
	ul.btn li.last {
		margin-right: 0;
		}
		
.errDisp{
	color:#FF4646;
}
		
		