@charset "UTF-8";
/* CSS Document */

#container_all{
width:734px;
height:auto;
}

.float_align{
width:inherit;
overflow:hidden;
}

.text_container{
width:inherit;
box-sizing:border-box;
padding:40px;
text-align:justify;
font-size:16px;
font-family:Helvetica, Arial, sans-serif;
color:#646464;
}

.float_left{
float:left;
background-color:#00AC4E;
box-sizing:border-box;
padding:40px;
color:white;
width:369px;
height:247px;
text-align:justify;
font-size:16px;
font-family:Helvetica, Arial, sans-serif;
font-weight:100;
}

.float_right{
float:right;
display:block;
width:365px;
height:247px;
background-image:url(../image/img_2.jpg);
}
