@charset "utf-8";

/*=============================
採用情報ページ
=============================*/
.mt20{
	margin-top:20px;
}
#main_box h3{
	margin-bottom: 20px;
}
#main_box p{
	margin-bottom: 40px;
}
#main_box p.tbl_ttl{
	font-weight: bold;
	margin-bottom: 10px;
}
#main_box p.tbl_ttl2{
	font-weight: bold;
	margin: 20px 0 10px 0;
}
table.part_table {
	width: 570px;
	border: 1px #ff8400 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table.part_table th {
	padding: 12px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	background: #fff2ce;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
	vertical-align: top;
	width: 100px;
	line-height:1.5;
}
table.part_table td {
	padding: 12px 10px;
	border: 1px #ff8400 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
	line-height:1.5;
}


