﻿body {
}
.divBox{
    width:100%;
    height:auto;
    margin-top:20px;
    /*background:#ffd800;*/
}
#divBox_1 {
    width: 255px;
    height: 210px;
    float: left;
    margin-right: 8px;
    border: 1px solid #1bd2d8;
    font-size: 16px;
}

#divBox_2 {
    width: 255px;
    height: 210px; /*background:#32d09f;*/
    float: left;
    border: 1px solid #32d09f;
    margin-right: 8px;
    font-size: 16px;
}

#divBox_3 {
    width: 255px;
    height: 210px; /*background:#58c1f1;*/
    float: left;
    border: 1px solid #58c1f1;
    margin-right: 8px;
    font-size: 16px;
}

#divBox_4 {
    width: 255px;
    height: 210px; /*background:#f76ca3;*/
    float: left;
    border: 1px solid #f76ca3; /*margin-right:6px;*/
    font-size: 16px;
}
.line_p{
    width:100%;
    height:20px;
    /*background:#f76ca3;*/
    clear:both;
}
#divFrame_011{font-size:16px;line-height:40px;margin-bottom:8px;height:auto;}