@charset "UTF-8";

/* CSS Document */


/* ------customer_box--------- */

#customer_box {
    margin-top: 32px;
}

.projects_p {
    width: 660px;
    height: 72px;
    padding: 24px 20px;
    font-size: 14px;
    line-height: 24px;
    background: url("../img/customer_projects_p.jpg") no-repeat;
    margin: 12px 0 30px 0;
}

#customer_box {
    width: 668px;
    margin: 0 16px;
}

.customer_list {
    margin-bottom: 20px;
    overflow: auto;
}

.customer_list li {
    width: 668px;
    overflow: auto;
    margin-bottom: 30px;
}

.customer_figure {
    width: 96px;
    border: 2px solid #ccc;
    border-radius: 4px;
    float: left;
    clear: both;
}

.blue {
    background-color: #c4e0ee;
}

.yellow {
    background-color: #eee9d9;
}

.green {
    background-color: #c4eeec;
}

.red {
    background-color: #eed9d9;
}

.blue p,
.yellow p,
.green p,
.red p {
    background-color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    width: 96px;
}

.fukidashi_arrow {
    width: 28px;
    margin: 0;
    padding: 0;
    height: auto;
    float: left;
}

.fukidashi {
    float: left;
    width: 510px;
    padding: 15px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
}

.fukidashi_h3 {
    width: 490px;
    padding: 4px 8px;
    border-bottom: 2px solid #8fc31f;
    font-size: 16px;
    line-height: 24px;
}

.fukidashi p {
    width: 490px;
    padding: 8px 10px 18px 8px;
    font-size: 14px;
    line-height: 20px;
}

.lang_field {
    float: right;
}

.lang_field dl {
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    padding-right: 10px;
}

.customer_field {
    margin-left: 10px;
}

.lang_field dt,
.lang_field dd {
    float: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0 0 0 10px;
}

.lang_field dt {
    background-color: #eee;
    border-radius: 4px 0 0 4px;
    padding-right: 10px;
}

.lang_field a {
    color: #000;
}


/*無料会員登録*/

.member_link {
    clear: both;
    text-align: center;
}

.member_link a {
    width: 520px;
    margin: 0 90px;
}

.member_link img {
    margin-top: 80px;
    margin-bottom: 57px;
}