.group {
    width: 700px;
}
.row_item {
    float: left;
    margin: 0 0 18px 20px;
}
.row_item:first-child {
    margin-left: 0;
}
.row_item p {
    height: 18px;
    margin: 0;
}
.item_photo {
    width: 220px;
    height: 293px;
}
.item_photo img {
    width: 200px;
    height: 266px;
    margin: 13px 0 0 10px;
}
.item_photo.catalogue {
    background-image: url("../img/catalogue/backstyle01.png");
}
.item_photo.staff {
    background-image: url("../img/staff/backstyle03.png");
}

.not_found {
    width: 700px;
    margin: 0 30px 0 0;
}

.word-wrap {
    word-wrap: break-word;
    margin: 0;
}

/* float解除 */
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}