.bl  {        /*大きな画像*/
    width : 240px ;  
    height : 240px ;  
    border-radius : 50% ;
    float:left;
  }/*--行頭の画像*/

.sb   {        /*小さな画像*/
    background-repeat : no-repeat ;  
    background-position : 0 ;  
    width : 120px ;  height : 120px ;  
    border-radius : 50% ;
    float: right;  
    }/*--*/






