@charset "utf-8";

#box_job_a {
	width: 549px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/06_waku01.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#box_job_a p {
	width: 510px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#box_job_b {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 457px;
	padding-top: 20px;
}

#inquiry {
	width: 457px; /* ボックスの幅を指定 */
}
#inquiry table {
	font-size: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#inquiry td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}
#inquiry th {
	background-color: #E1E1E1;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
}

#inquiry th.must {
	background-color: #DDEAFF;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	color: #666666;
}
.text1,.text2,.text3,.text4,.text5 {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
	padding: 2px;
}
.text1 {
	width: 100px;
}
.text2 {
	width: 100px;
}
.text3 {
	width: 2em;
}
.text4 {
	width: 100px
}
.text5 {
	width: 98%;
}
#inquiry select {
	border: 1px solid #CCCCCC;
	background-color: #F3F3F3;
}
#inquiry .submit {
	text-align: center;
	margin-top: 30px;
}
.text1:focus,.text2:focus,.text3:focus,.text4:focus,.text5:focus {
	border-color: #7F9DB9; /* フォーカス時のボーダーの色を指定 */
	background-color: #FFFFFF; /* フォーカス時の背景色を指定 */
}

