ul#member {
    list-style : none;
    overflow : hidden;
    width : 100%;
}

ul#member li {
    display : block;
    position : relative;
    width : 100%;
    margin-bottom : 5%;
}

ul#member li:last-child {
    margin : 0;
}

ul#member li a {
    display : block;
    padding : 12px;
    color : #191919;
    border : solid 3px #dcdcdc;
    border-radius : 10px;
    box-sizing : border-box;
    background : #ffffff url(arrow1.png);
    background-position : bottom 15px right 12px;
    background-repeat : no-repeat;
    background-size : 10%;
    text-decoration : none;
}

.thumbnail {
	width : 40%;
	background-size : cover;
	background-position : center center;
	padding-top : 140px;
}

ul#member li dl {
    position : absolute;
    width : 50%;
    top : 15px;
    right : 15px;
}

ul#member li dl dt {
    margin-bottom : 12px;
    padding : 7px 0 9px 0;
	background : #d7ebc3;
    text-align : center;
    font-weight : 600;
}

ul#member li dl dt span {
    margin-left : 5px;
    font-size : 110%;
    letter-spacing : 2px;
}

ul#member li dl dd {
    line-height : 1.2em;
}

ul#member li dl dd span {
    font-size : 90%;
}

ul#member li dl dd font {
    display : block;
    padding-top : 10px;
}