@charset "utf-8";

#main_img #main_bg{
	background: url(../images/title_img6.jpg) no-repeat bottom center;
	//background-size:cover;
}

.description {
	font-size: 20px;
	margin-bottom: 20px;
	text-align:center;
}

.right_contents h4{
	margin-top:25px;
	line-height:22px;
	font-size: 18px;
	font-weight:normal;
	padding-left: 20px;
	background:url(../images/caption_bg.png) repeat-y;
	margin-bottom:20px;
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
}

.recruit_table {
	width: 100%;
	font-size: 15px;
	line-height: 1.3;
	margin-bottom: 50px;
	table-layout: fixed;
}

.recruit_table tr td{
	border-bottom: 1px solid #516f93;
	box-sizing: border-box;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	word-break : break-all;
}

.recruit_table tr td.under_line{
	border-bottom: 1px dashed #8f979e;
}

.recruit_table tr th{
	width: 100px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	border-right: 1px solid #516f93;
	border-bottom: 1px solid #516f93;
	font-weight: normal;
}


.recruit_table tr:last-child th,
.recruit_table tr:last-child td {
	//border-bottom: none;
}
.recruit_table:last-child tr:last-child th,
.recruit_table:last-child tr:last-child td {
	border-bottom: none;
}


.recruit_table tr td .cmp_address{
	margin-left: 16px;
	margin-bottom: 5px;
}

.recruit_table tr td span.left_txt {
	display: inline-block;
	width: 40%;
}

a.contact{
	display:block;
	box-shadow: 0 0 16px -2px rgba(0, 0, 0, .6);
	background-color:#161649;
	color:#FFFFFF;
	webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	line-height:52px;
	font-size:16px;
	font-weight:bold;
}
