#body article{
padding-left: 190px;
position: relative;
width:540px;
height: 180px;
float: left;
margin-right:30px;
margin-bottom: 30px;
}

article h3{
margin-bottom: 10px;
font-size: 16px;
}

article:nth-child(even){
margin-right: 0;
}

article p{
font-size: 14px;
}

article .img img{
display: inline-block;
height:170px;
font-size: 16px;
border-radius: 170px;
position: absolute;
top:5px;
left:5px;
}

img.img{
display: inline-block;
height:170px;
font-size: 16px;
border-radius: 170px;
float: left;
margin-right: 20px;
}

.lead{
height: 100px;
padding: 50px 0;
}

#contents h3{
    margin: 80px 0 42px;
padding: 20px 0;
border-top: solid 1px #ddd;
border-bottom: solid 1px #ddd;
font-size: 24px;
}
#contents p{
margin-bottom: 15px;
}

article article:after {
content:" ";
background: url(../images/top/feature1.png);
width:180px;
height: 180px;
display: block;
position: absolute;
top:0;
left: 0;
}