/* Enter Your Custom CSS Here */

/* column３ */
.headline2 {
    border-bottom: 1px solid #45ba54;
    border-left: 8px solid #45ba54;
    font-size: 20px;
    color: #008000;
    font-weight: bold;
    margin: 15px 0;
    padding: 5px 0px 0px 10px;
    text-align: left;
    line-height: 110%;
    position: relative;
}
 
.headline2:before,
.headline2:after{
    content: '';
    border-right: 20px solid #fff;
    border-top: 15px solid #45ba54;
    bottom: -15px;
    position: absolute;
    left: 25px;
}
 
.headline2:after{
    border-top-color: #fff;
    border-right-color: transparent;
    bottom: -13px;
    left: 26px;
}

/* タイトル用 */
*{
margin: 5;
padding: 5;
}
#body_centering{
position: absolute;
left: 0%;
height: 220px;
width: 640px;
margin-left: 15px;
text-align:center;
}
.box_a{
float: left;
width: 210px;
border:0px solid #E2E8EE;
background: #ffffff;
height: 210px;
}
.box_b{
float: left;
width: 210px;
border:0px solid #E2E8EE;
background: #ffffff;
height: 210px;
}
.box_c{
float: left;
width: 210px;
border:0px solid #E2E8EE;
background: #ffffff;
height: 210px;
}

