.sc5 li {
  
    width: 33%;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
}
.sc5 li a {
    background:none; 
}


.sc5 img {
    width: initial;
    height: 200px;
    border: 4px #f1f1f1 solid;
    border-radius: 4px;
}

.sc5 li p {
     line-height: 14px;
    height: 14px;
    background: url(style/images/ico_t100old.gif) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
}
.sc5 li a:hover p {
    background: url(style/images/ico_t100new.gif) no-repeat top left;
	   background-size: 100% 100%;
}

.sc5 li h3 {
    font-size: 14px;
    margin: 3px 0 0 0;
}