ul#member {
    list-style : none;
    overflow : hidden;
    width : 970px;
    margin : 0 auto 0 auto;
    text-align : center;
}

ul#member li {
    display : inline-block;
    width : 300px;
    margin : 0 35px 35px 0;
}

ul#member li:nth-child(3n) {
    margin : 0 0 35px 0;
}

.thumbnail {
	width : 264px;
	background-size : cover;
	background-position : center center;
	padding-top : 184px;
}

ul#member li dl {
    width : 264px;
}

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

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

ul#member li dl dd {
    line-height : 1.6em;
    text-align : left;
}

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

ul#member li dl dd font {
    display : block;
}

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

ul#member li a:hover {
    display : block;
    padding : 15px;
    border : solid 3px #f5e6be;
    border-radius : 12px;
    box-sizing : border-box;
    background : #f5e6be url(arrow2.png);
    background-position : bottom 17px right 12px;
    background-repeat : no-repeat;
    text-decoration : none;
}

ul#member li a:hover h3 {
    color : #ffffff;
    background : #87b95a;
}