@charset "utf-8";


article > h1 {
    background: url(/img/search/vis.jpg) no-repeat center 0;
}
#result {
    text-align: left;
    overflow: hidden;
}
#result h2 {
    font-size: 34px;
    line-height: 1.5;
    text-align:left;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}
#result ul {
    display: block;
    margin: 0 -20px;
    margin-bottom: 80px;
    overflow: hidden;
}
#result ul li {
    font-size: 16px;
    line-height: 1.625;
    float: left;
    width: 25%;
    padding: 80px 20px 0;
    box-sizing: border-box;
}
#result ul li:nth-child(4n+1) {
    clear: both;
}
#result ul li a {
    display: block;
}
#result ul li img {
    width: 100%;
    height: auto;
}
#result ul li strong {
    font-size: 14px;
    font-weight: normal;
    color: #9FA0A0;
    display: block;
    margin: 10px 0;
}
