@charset "utf-8";
/* CSS Document */

#boxL h3{
margin:0px;
padding:0px;
}

.box{
border-left:solid 1px #dddddd;
border-right:solid 1px #dddddd;
border-bottom:solid 1px #dddddd;
background-color:#f6f6f6;
padding:15px;
font-size:12px;
line-height:20px;
}

.img{
float:left;
width:115px;
}

div.desc{
float:right;
width:380px;
}

.icon{
text-align:center;
margin:10px 0px 5px 0px;
}




