.recruit {
    width: 1000px;
    margin: 0 auto;
}


.recruit_wrap {
/*    display: table;*/
    width: 95%;
/*    height: auto;*/
    margin: 0 auto 40px 10px;
    /*display: flex;*/
    /*vertical-align: middle;*/
}

.recruit-icon{
    display: table-cell;
    font-size: 60px;
    vertical-align: middle !important;
    margin-left: 10px;
    /*line-height: 1.5 !important;*/
}

.recruit_txt {
    flex: 3;
    padding: 5px 30px;
    align-items: center;
}

.recruit_txt p {
    margin: auto;
}

table{
    width: 90%;
    margin: 0 auto 50px auto;
}

td{
    width: 50%;
}

.table2 td{
    width: 33%;
}

table , td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
td, th {
	padding: 10px;
/*
	width: 30px;
	height: 25px;
*/
}
/*
th {
	background: #f0e6cc;
}
*/
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

@media screen and (max-width:640px){
    
    table{
        font-size: 12px;
    }
    
    td, th {
	padding: 10px 5px;
    }
}