@charset "UTF-8";
/* CSS Document */

.columnbox {
    position: relative;
    margin: 1em 0;
    padding: 2.5em 1em;
    font-weight: normal;
}
.columnbox .columnbox-title {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #ff8b62;
    /** font-weight: bold; **/
}

.columnbox .columnbox-cont {
    margin: 0; 
    padding: 0;
    font-size: 14px;
    font-weight: normal;
}
