@charset "utf-8";
/****************************************************
 * SOGOKAN INTERLOGIC CO.,LTD. 
 ****************************************************/
.builder_box {
  width:650px;
  padding:20px;
}

.builder_box .box ul{
    margin-left:35px;
    margin-bottom:5px;
}

.builder_box .box{
  float:left;
  width:325px;
}

.builder_box .imgbox{
  float:left;
  width:325px;
  text-align:center;
}

.builder_box .imgbox img{
    padding:10px;
    border:1px solid #909090;
    background-image: url( "/common/img/builder_box_back.gif" );
    background-repeat:repeat;
}

.builder_box .imgbox .link img{
    background-image: none;
    border:none;
}

.builder_box .title{
    font-size:120%;
    border-bottom:1px solid #909090;
    padding:3px;
    margin-bottom:10px;
}

.builder_box .name{
    font-size:130%;
    font-weight:bold;
}

.builder_box .lead{
    font-size:110%;
    padding:5px;
}
 



