#m_main_1 {
    padding: 30px 0;
}

#list ul {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    list-style: none;
}

#list li {
    float: left;
    border: 1px solid #e4e4e4;
    height: 200px;
    width: 403px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: table;
}

.profile {
    float: left;
    width: 150px;
    text-align: center;
    height: 163px;
    line-height: 163px;
}

.profile img {
    width: 117px;
    height: 117px;
    margin-top: 30px;
}

#list li .table-cell {
    width: 250px;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

#list li h3 {
    letter-spacing: -1px;
    font-size: 13px;
    margin-bottom: 10px;
    padding-top: 10px;
    font-weight: 800;
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin: 0;
    padding: 0;
    border: 0;
}

#list li h3 strong {
    font-size: 30px;
    margin-left: 3px;
}

strong, b {
}

#list li h3 span {
    color: #4a4a4a;
    font-size: 24px;
    margin-left: 5px;
    font-weight: 700;
}

#list li:nth-child(even) {
    margin: 0;
}

#list li p {
    color: #4a4a4a;
    margin-bottom: 5px;
    line-height: 12px;
    letter-spacing: -1px;
    font-size: 13px;
    font-weight: 800;
}