.bg-info {
    border: 1px solid #cccccc;
    background-color: #eeeeee;
}

.jobs h3 img {
    vertical-align: text-top;
    margin-right: 7px;
}

.box1 {
    margin: 1rem auto;
    padding: 1rem;
    padding-bottom: 3rem;
    font-size: 11pt;
    height: calc(100% - 1rem);
    position: relative;
}

.box1 a {
    font-size: 12pt;
}

.bt-detail {
    position: absolute;
    bottom: 0.5rem;
    right: 1rem;
}

.jobjoblink {
    text-align: right;
}

a.jobjob {
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: .5rem 1rem;
    cursor: pointer;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    letter-spacing: .1em;
    border: 3px solid #c0c0c0;
    border-radius: 0;
    background: #fff;
}

a.jobjob span {
    color: #a9a9a9;
    font-size: .9rem;
}

a.jobjob:before {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #c0c0c0;
}

a.jobjob:hover {
    text-decoration: none;
}

a.jobjob:hover span {
    color: #999999;
}

a.jobjob:hover:before {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
}

.row-fluid .span4:nth-child(3n+4) {
    margin-left: 0;
}

a.dept-link {
    display: block;
    border: 2px solid #8c8c8c;
    padding: 1rem;
    margin: 8px auto;
    font-size: 1.1rem;
    text-align: center;
    color: #000;
    font-weight: bold;
}

a.dept-link:hover {
    background: #8c8c8c;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s;
}
a.dept-link.active {
    background: #8c8c8c;
    text-decoration: none;
    color: #fff;
}
table.tbl-inshort{
    width: 100%;
    margin: 1rem auto;
}
table.tbl-inshort th,
table.tbl-inshort td{
    border: 1px solid #677770;
    padding:8px;font-size:13px;
}
table.tbl-inshort th{
    width: 6rem;background: #D9EDF7;
    color: #29312e;text-align: center;
}
.point-area{
    border-top: 1px dashed #ca264f;
    border-bottom: 1px dashed #ca264f;
    padding-top:10px;margin-bottom: 2rem;
}
.point-area p{
    color: #ca264f;
    margin-bottom: 10px;
    font-size: 15px;
}
@media (max-width:991px) {
    .row-fluid .span4 {
        width: calc((100% - 16px)/2);
    }

    .row-fluid .span4:nth-child(n+2) {
        margin-left: 16px;
    }

    .row-fluid .span4:nth-child(2n+3) {
        margin-left: 0;
    }
	.jobjoblink {
        padding-right: 0;
    }
}

@media (max-width:767px) {
    .fluid-sp {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .row-fluid .span4,
    .span8 {
        /*max-width: 90%;*/
        width: calc(100% - 32px);
    }

    .row-fluid .span4:nth-child(n+2) {
        margin-left: 0;
    }

    .box1 {
        font-size: 12pt;
    }

    .box1 a {
        font-size: 14pt;
    }

    .jobjoblink {
        padding-right: 0;
    }
}