@charset "utf-8";

div#searchBlock {
    margin-bottom: 10px;
    border: 1px solid #EEE;
    background: url('../../img/pc/cmn_bg_formBlock.jpg') repeat-x;
}

div#searchBlockWrapper {
    padding: 10px;
    border: 2px solid #FFF;
    text-align: center;
}

div.photoListItem {
    position: relative;
    float: left;
    margin: 10px;
    width: 141px;
}

img.zoomIcon {
    position: absolute;
    display: none;
    top: 30px;
    left: 41px;
}

a.photoThumbnail {
    width: 137px;
}

div.photoListItem dl {
    margin-top: 3px;
}

div.photoListItem dt {
    margin-bottom: 3px;
}

div.photoListItem dd {
    text-align: justify;
    text-justify: distribute;
}

