<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ======================================================
 * shopsearch_list.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
 * - Page Component
 * PC Media Queries
 * @media only screen and (max-width: 767px)
 * - Page Component
 * SP Media Queries
 * Print
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- indent-detail-list ----- */
  .indent-detail-list &gt; dt {
    float: left;
  }
  .indent-detail-list &gt; dd {
    overflow: hidden;
  }
  .indent-detail-list::after {
   display: block;
    clear: both;
    content: '';
  }
}

/* ======================================================
 * PC Media Queries
====================================================== */


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ------------------------------------------------------
   * Page Component
  ------------------------------------------------------ */
  /* ----- list-index-layout ----- */
  .indent-detail-list &gt; dt {
    float: left;
  }
  .indent-detail-list &gt; dd {
    overflow: hidden;
  }
  .indent-detail-list::after {
   display: block;
    clear: both;
    content: '';
  }
}


/* ======================================================
 * SP Media Queries
====================================================== */


/* ======================================================
 * Print
====================================================== */

</pre></body></html>