﻿.sp {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

    .sp .img {
        float: left;
        width: 120px;
        margin-right: 10px;
        height: 90px;
    }

        .sp .img img {
            float: left;
            width: 100%;
            height: 100%;
        }
        
        .sp .content a {
            color: #333;
        }

            .sp .content a:hover {
                text-decoration: underline;
                color: #036185;
            }
