@charset "utf-8";
/* CSS Document */

.center {
    width: 100%;
}

.main-team{
    padding: 18px 0;
}
.main-team h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}
.main_team{
    width: 697px;
    margin: 0 auto;
}
.main_team-li{
    float: left;
    width: 49.5%;
    margin-bottom: 10px;
}
.main_team-li:nth-child(odd){
    margin-right: 1%;
}
.main_team-li:nth-child(3),.main_team-li:last-child{
    margin-bottom: 0;
}
.main_team-li-img{
    width: 100%;
    margin-bottom: 10px;
}
.main_team-li-img img{
    display: block;
    width: 100%;
    height: auto;
}
.main_team-li-text h3{
    font-size: 14px;
}

