#recommendMatching {
    margin-bottom: 30px;
    margin-top: 50px;
}

#recommendMatching h3{
    position:relative;
    font-size:20px;
    font-weight:bold;
    border-radius: 6px;
    color: #222222;
    line-height: 30px;
    background-color: transparent;
    padding: 8px 15px 0 0;
    margin-bottom: 0;
}

#recommendMatching h3 a{
    position:relative;
    float:right;
    padding-right:17px;
    color:#007fc3;
    font-size:13px;
    line-height: 30px;
}
#recommendMatching h3 a:after{
    content: '';
    position: absolute;
    top:5px;
    bottom:0;
    right:0;
    width: 10px;
    height: 18px;
    margin:auto;
    background: url(/cmn_web/img/index/sprite_001.png) -450px -2699px no-repeat;
    
}

.matchingRecommendHead{
    
}

.matchingRecommendHead:after{
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
#recommendMatching .slider{
    margin-right:16px;
}
#recommendMatching .slider li{
    width:205px;
    height:159px;
    margin:5px 0;
    margin-right:20px;
    padding:12px 15px 15px;
    box-sizing: border-box;
}
#recommendMatching .slider li:last-child{
    margin-right:0;
}

#recommendMatching .slider .title{
    margin-bottom:2px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    color:#007fc3;
    overflow: hidden;
    word-break: break-all;
}
#recommendMatching .slider .company{
    font-size:12px;
    font-weight:normal;
    line-height:20px;
    color:#022222;
    overflow: hidden;
    word-break: break-all;
}

.recommendMatchingBtn{
    position: absolute;
    bottom: 15px;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    font-size: 12px;
    text-align: right;
}
.recommendMatchingBtn a{
    display: inline-block;
    position: relative;
    width: 173px;
    padding: 13px 0 11px;
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1em;
    text-align:center;
    text-decoration: none;color: #222222;
    background: #fff;
    background-image: linear-gradient( 180deg, rgba(245,245,245,0.2) 0%, rgba(245,245,245,0) 100%);
    border: solid 1px #cccccc;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
}
.recommendMatchingBtn a:hover {
    text-decoration: none;
    background-image: none;
    background: #f5f5f5;
    border: solid 1px #cccccc;
}

div a.moreLink:hover {
  text-decoration: underline;
}

div a.moreLink {
    position: relative;
    float: right;
    padding-right: 14px;
    padding-top: 21px;
    font-size: 14px;
    line-height: 20px;
}

div a.moreLink::after {
    display: block;
    position: absolute;
    top: 20px;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    margin: auto 0;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    content: '';
}

#recommend3 .head02 h3 {
    padding-top: 20px;
}

div#shStart.layout.mb10 {
    padding-top: 30px;
}

.modTypeBorder01 .title {
    font-weight: normal;
}

#recommend3 .slider li .job {
    padding: 0 15px;
}

#recommend3 .slider li .expalin {
    padding: 0 15px;
}
