.staff {
    line-height: 0;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    border: #FFF 3px solid;
}

.shade>div {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 100%;
    line-height: 1.4;
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px;
    box-sizing: border-box;
    font-size: 0.8em;
}

.shade>img {
    opacity: 0;
    transition: all 0.5s;
}

.staff:hover .shade>img {
    opacity: 0.7;
}

.staff:hover .shade>div {
    bottom: 35%;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1.1em;
}

#partner_cate li {
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
}

#partner_cate li:hover {
    color: #FC0;
}

#member_desc_wrap {
    float: right;
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 10000000;
}

#member_desc {
    float: right;
    background: #FFF;
    height: 100%;
    border-left: #AAA 1px solid;
}

.close {}

.close_btn {
    margin: 20px;
    padding: 5px;
    cursor: pointer;
    font-size: 2em;
}

#contents {
    overflow: hidden;
}

#contents img {
    height: auto !important;
}

#contents table {
    border-top: #AAA 2px solid;
    border-bottom: #AAA 2px solid;
    border-collapse: collapse;
    width: 100%;
}

#contents table tr {
    border-bottom: #CCC 1px solid;
}

#contents table th {
    border-right: #CCC 1px solid;
    text-align: center;
    width: 100px;
}

#contents table th,
#contents table td {
    padding: 5px;
}

.icon {
    width: 20px;
    display: none;
}

.staff:hover .icon {
    margin-top: 10px;
    display: inline-block;
}

.icon_v {
    margin-right: 5px;
    width: 30px;
    margin-top: 10px;
}

.icon_v:hover {
    background-color: #000 !important;
}