@charset "utf-8";
/**
 * result.css
 * (c) FOURDIGIT Inc.
 */
/* import */
  @import "./result.css";

/* searchResultNum */
  .searchResultNum,
  .searchResultNum .content {
    padding: 0;
		background-image: none;
  }
  .searchResultNum {
    margin-bottom: 20px;
  }
  .searchResultNum .link {
    clear: none;
    float: left;
    width: 40%;
  }
  .searchResultNum .link a {
    padding-left: 13px;
		background-color: transparent;
		background-image: url(../imgs-form/common/blt-back.gif);
		background-repeat: no-repeat;
		background-position: left 50%;
  }
  .searchResultNum .nav {
    clear: none;
    margin-top: 0;
    width: 50%;
  }

/* resultList */
  .resultList .content {
    clear: both;
  }
  .resultList .copy {
    clear: both;
    margin-bottom: 3px;
    font-weight: bold;
  }
  .resultList .figure {
    width: 170px;
  }
  .resultList .text {
    float: right;
    width: 520px;
  }
  .resultList .text .img {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .resultList .text .date {
    margin-top: 3px;
  }
