@charset "utf-8";
/* CSS Document */
.job-content-wrap {
    max-width: 900px;
    color: #333;
    
    line-height: 1.9;
}

.job-content-wrap h3 {  
    margin-bottom: 16px;
    line-height: 1.4;
}

.job-content-wrap h4 { 
    margin-top: 22px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.job-content-wrap p {
    margin: 0 0 10px 0;
    line-height: 1.9;
}

.job-content-wrap .job-meta {
    margin-bottom: 18px;
    color: #444;
}

.job-content-wrap .job-text {
    line-height: 1.95;
    word-break: break-word;
}

.job-content-wrap .job-contact {
    margin-top: 22px;
    padding-top: 12px;
    border-top: 1px solid #ddd;
    line-height: 1.8;
    color: #444;
}


