@charset "utf-8";

#content-wrapper {
    padding: 10px 0px 0px;
    background-color: #FFF;
}

#content-wrapper ul li {
    width: 207px;
    float: left;
    height: 230px;
    position: relative;
    padding: 33px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5em;
}

#content-wrapper ul li .photo {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

#content-wrapper ul li.yellow {
    background-color: #fff8d3;
}


#content-wrapper ul li.left-photo-style {
    padding-left: 225px;
}

#content-wrapper ul li.right-photo-style {
    padding-right: 225px;
}

#content-wrapper ul li.right-photo-style .photo {
    left: 270px;
}

span.list-number {
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(i/bg_number.png) no-repeat;
    font-size:20px;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    padding: 8px;
    height: 45px;
    width: 45px;
    z-index: 10;
}

span.school {
    font-size: 11px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3em;
}

#content-wrapper ul li strong {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3em;
}

span.from {
    font-size: 11px;
    display: block;
    margin-bottom: 6px;
    line-height: 1.3em;
}

