@charset "utf-8";

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

section section h4 {
    margin-bottom: 10px;
}

section section {
    margin-bottom: 20px;
}

section section:last-child {
    margin-bottom: 0px;
}

section section div {
    width: 410px;
    float: left;
    margin: 10px;
    text-align: left;
}

section section h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 1em;
    color: #e3007f;
    border-bottom: 1px solid #e3007f;
    margin-bottom: 10px;
    padding: 4px;
    text-align: left;
}

section section p {
    font-size: 13px;
    line-height: 1.7em;
    margin-bottom: 10px;
    text-indent: 1em;
}


section section#work h5 {
    color: #00a199;
    border-bottom: 1px solid #00a199;
}



section#flow {
    padding-top: 30px;
    position: relative;
}

section#flow h4 {
    position: absolute;
    top: -4px;
    left:4px;
}

section#flow p {
 	overflow-x: scroll;
 	overflow-y: hidden;
    height: 283px;
}