@charset "UTF-8";
/*-----------------------------------

	recruit

-----------------------------------*/
/*-----------------------------------

	lower

-----------------------------------*/
#lower_img {
    background: url(../img/recruit/lower_img.png) no-repeat center center;
}
/*-----------------------------------

	recruit_block

-----------------------------------*/
#recruit_block {
	width:100%;	
}
.t_1,
.t_2 {
	width:48%;	
	border:1px solid #7b7a7b;
}
#recruit_block .recruit_table{
	width:100%;
	margin-bottom: 50px;
}

#recruit_block table th{
	color: #595757;
	background:#c4c4c4;
    text-align: left;
    width: 320px;
    padding: 8px 10px 8px 15px;	
	border-top:1px solid #7b7a7b;
}

#recruit_block table td {
    width: 400px;
    padding: 8px 0 8px 15px;
	border-bottom:1px solid #7b7a7b;
}

#company_block table .td_none {
	border-bottom:none;	
}

#recruit_block table .th_none {
	border-top:none;		
}

#recruit_block .recruit_table td a:hover {
	text-decoration: underline; 
}

#recruit_block .recruit_table td{
	width:890px;
}

@media screen and (max-width: 840px) {



}

@media screen and (max-width: 640px) {
	
#recruit_block .recruit_table {
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	border: 1px solid #7b7a7b;
}
.t_1,
.t_2 {
	width:100%;	
	border:none;
}

#recruit_block .recruit_table td {
    width: 100%;
}

#recruit_block table th,
#recruit_block table td{
	display:block;
	width:100%;
	overflow:hidden;
	border-top:none;
	border-bottom:none;
}

}
