@charset "UTF-8";
/*selectタグのスタイル（サイズ、矢印、ボーダー） */
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 5px;
  height: 25px;
  width: 100px;
  border: 1px solid #8a8080;
  border-radius: 4px;
  position: relative;
  background: url(../img/icons/arrow.png) no-repeat;
  background-position: 80px;
  background-size: 10px 5px; }

section#search-preference {
  /*「買う｜こだわり条件から探す」のフォーム */ }
  section#search-preference form {
    /*タイトル　（高さ、テキストのサイズ、パディング） */
    /*コンテンツ　（パディング。高さ、テキストのサイズ） */ }
    section#search-preference form .form-category-title {
      height: 26px;
      font-size: 14px;
      padding-left: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    section#search-preference form .form-category-content {
      padding: 0 15px;
      height: 50px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 12px;
      /*表（幅、ボーダー、高さ、パディング、チェックリストのパディング・位置） */ }
      section#search-preference form .form-category-content span {
        margin: 0 5px; }
      section#search-preference form .form-category-content.table {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        height: auto;
        width: 100%; }
        section#search-preference form .form-category-content.table .table-row {
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          border-bottom: 1px solid #e6e6e6; }
          section#search-preference form .form-category-content.table .table-row .table-cell {
            box-sizing: border-box;
            -webkit-align-self: center;
            -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
            height: 50px;
            vertical-align: middle;
            line-height: 50px;
            width: 50%;
            padding: 0  0 0 15px; }
            section#search-preference form .form-category-content.table .table-row .table-cell:first-child {
              border-right: 1px solid #e6e6e6; }
            section#search-preference form .form-category-content.table .table-row .table-cell ul.checklist li {
              height: auto;
              border-bottom: none;
              padding: 0; }
              section#search-preference form .form-category-content.table .table-row .table-cell ul.checklist li .control {
                padding-left: 30px; }
              section#search-preference form .form-category-content.table .table-row .table-cell ul.checklist li .control-indicator {
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0; }
                section#search-preference form .form-category-content.table .table-row .table-cell ul.checklist li .control-indicator::before {
                  top: 0px; }
