#page h2 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  background-color: #795284;  
  border: none;
  padding: 2px 4px;
}

#page .deta dt {
    background: none;
    font-weight: bold;
    font-size: 15px;
    float: left;
    clear: both;
    margin-top: 20px;
    width: 120px;
    border-top: 1px solid #c1c1c1;
    line-height: 1;
    padding-top: 22px;
}

#page .deta dd {
    background: #FFF;
    margin: 20px 0 0 130px;
    border-top: 1px solid #c1c1c1;
    padding-top: 18px;
    font-size: 14px;
}

#page p {
    font-size: 14px;
}

#page p + p {
    margin-top: 0.5em;
}

#page h2 {
    background:#c2abc5 !important;
}

#page p.recruitBtn {
    margin: 35px auto 50px;
}

li.recruitPulldownLink.recruitPulldownSlected:after {
    content:"▲";
    color:#017a6b;
    font-size: 26px;
    position: absolute;
    left: 37px;
    bottom: 0;
    line-height: 13px;
}