@charset "EUC-JP";

.sample_03{
	margin: 20px 0px 20px 10px;
	width: 95%;
	border-collapse: separate;
	border-spacing: 0px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.sample_03 th{
	width:20%;
	padding:10px;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	line-height: 170%;
	color: #444;
	background-color: #d6eaef;
	border-left: 3px double #999;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.sample_03 td{
	width:80%;
	padding:4px;
	font-size: 13px;
	line-height: 170%;
	background-color: #fafafa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2#recruit_title{
	margin: 20px 0 0 10px;
	padding: 0;
}

p#inquiry_text{
	margin: 10px 0 0 20px;
	padding: 0;
	font-size: 13px;
	line-height: 140%;
}

div#recruit_bottun{
	margin: 20px 0 20px 10px;
	padding: 0;
	text-align: center;
}

form{
	margin: 0;
	padding: 0;
}

/* 入力画面 */

table#input_table{
	margin: 0 0 0 20px;
	padding: 0;
}

table#input_table input.company,
table#input_table input.name,
table#input_table input.address,
table#input_table input.email1,
table#input_table input.email2{
	width: 270px;
	height: 21px;
	_height: 27px;	/* IE6対応 */
	font-size: 13px;
	border: solid 2px #7f7f7f;
}

table#input_table input.tel1,
table#input_table input.tel2,
table#input_table input.tel3{
	width: 70px;
	height: 21px;
	_height: 27px;	/* IE6対応 */
	font-size: 13px;
	border: solid 2px #7f7f7f;
}

table#input_table textarea.comment{
	width: 270px;
	height: 160px;
	_height: 164px;	/* IE6対応 */
	font-size: 13px;
	border: solid 2px #7f7f7f;
}

table#input_table input.button{
	border: solid 2px #7f7f7f;
}

table#input_table td.square{
	padding: 0;
	color: #fd0100;
	font-size: 13px;
}

table#input_table td.item{
	padding: 0;
	font-size: 13px;
}

table#input_table td.field{
	padding: 0 0 0 10px;
}

table#input_table td.button{
	padding: 20px 0 0 0;
}

table#input_table td.line{
	padding: 10px 0;
}

/* 確認画面 */

table#confirm_table{
	margin: 0 0 0 20px;
	padding: 0;
}

table#confirm_table td.square{
	padding: 0;
	color: #fd0100;
	font-size: 13px;
}

table#confirm_table td.item{
	padding: 0;
	font-size: 13px;
}

table#confirm_table td.line{
	padding: 10px 0;
}

table#confirm_table td.button{
	padding: 20px 0 0 0;
}

table#confirm_table p.cont{
	width: 290px;
	margin: 0 0 0 10px;
	padding: 3px 0 4px 0;
	_padding: 1px 0 8px 1px;	/* IE6対応 */
	font-size: 13px;
	border: solid 2px #7f7f7f;
}

*:first-child+html table#confirm_table p.cont{
	padding: 1px 0 8px 2px;	/* IE7 対応 */
}

table#confirm_table input.button{
	border: solid 2px #7f7f7f;
}

/* 実行画面 */

p#msg{
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	line-height: 200%;
	text-align: center;
}

div#recruit_image{
	width: 500px;
	height: 340px;
	margin: 0;
	padding: 0;
}