#contents .wc_anons.art_bank {
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;   
    border: 1px solid #ececec;
    background-color: #ffffff;
    display: block;
    position: relative;
    float: left;
    z-index: 0;
    text-align: left;
    width: 256px;
    height: 485px;    
}
#contents .wc_anons.art_bank:hover {
    -moz-box-shadow: 0px 1px 7px #8e8e8e;
    -webkit-box-shadow: 0px 1px 7px #8e8e8e;
    box-shadow: 0px 1px 7px #8e8e8e;
}
#contents .wc_anons.art_bank .contentTitle {
    margin-top: 255px;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    background-color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    min-height: 85px;    
    pointer-events: none;
    width: 236px;
}
#contents .wc_anons.art_bank .contentTitleTxt a.link.record-field {
    color: var(--ccol);
    text-decoration: none;
}
#contents .wc_anons.art_bank:hover a.link.record-field {
    color: var(--alink);
}
#contents .wc_anons.art_bank .contentTitleTxt {
    padding-bottom: 7px;
    padding-top: 7px;
    margin-top: 0px;
    display: block;
    position: relative;
}

#contents .wc_anons.art_bank .contentText {
    color: #272b20;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    display: block;
    position: relative;
    float: left;
    vertical-align: top;
    z-index: 1;
    pointer-events: none;
    width: calc(100% - 20px);
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
}

#contents .wc_anons.art_bank .contentText p {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    bottom: 0px;
}

#contents .wc_anons.art_bank .object {
    padding-bottom: 0px;
    margin-top: 0px;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 400px;
    pointer-events: none;
}

 #contents .wc_anons.art_bank .object .link {
    padding-bottom: 5px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 8;
    width: 100%;
    height: 400px;
    margin-bottom: 5px;
    display: inline-block;
}

#contents .wc_anons.art_bank .object .link>h4 {
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    padding-right: 10px;
    margin-top: 0px;
    margin-left: 10px;
    position: relative;
    right: 0px;
    text-align: left;
    margin-bottom: 0px;
    width: 230px;
    top: 210px;
}

#contents .wc_anons.art_bank .object a {
    text-decoration: none;
}
#contents .wc_anons.art_bank .contentImage,
#contents .wc_anons.art_bank .object .objectImage {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}
#contents .wc_anons.art_bank .object .objectNote {
    color: #808080;
    font-size: 12px;
    padding-bottom: 10px;
    padding-left: 10px;
    position: absolute;
    bottom: 0px;
    z-index: 100;
    pointer-events: none;
    min-height: 38px;
    width: -o-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -ms-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

#contents .wc_anons.art_bank a.linkImage {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}