.board_list01 {
	width: 31%;
    position: relative;
    margin-bottom: 15px;
    float: left;
    margin-right: 1%;
    margin-left: 1.3%;
}
.board_list01 .thumbnail {
    overflow: hidden;
    padding-bottom: 42%;
    height: 35px;
    text-align: center;
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.board_list01 .thumbnail img {
    max-width: 100%;
}

.board_subject01 {
    font-weight: bold;
    color: #4f4f4f;
    text-decoration: none;
}

.board_con04 a .title {
    width: 100%;
    display: block;
}
span.vf_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
}