@charset "UTF-8";
#tv-search-outer {
  width: 700px;
  text-align: center;
  margin: -40px auto 0;
}

#tv-search-inner {
  margin: 30px 0 0;
  padding: 50px 0 0;
}

#tv-search {
  width: 700px;
  margin: 50px auto 15px auto;
  border: 2px solid #2163b3;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #f0fdff;
  padding: 0 25px;
  box-sizing: border-box;
}

#tv-search .btnClose {
  text-align: right;
  margin: 0;
  position: absolute;
  top: 8px;
  right: 8px;
}

#tv-search-outer p.note {
  font-size: 0.85em;
  letter-spacing: -0.04em;
  color: #426cbd;
  font-weight: bold;
  white-space: nowrap;
}

#tv-search a#open_tv_search:hover {
  text-decoration: none;
}

#tv-search a.noPointer {
  cursor: default;
}

#tv-search .title {
  color: #2163b3;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 16px 0;
}

#tv-search .title img {
  margin-right: 3px;
  vertical-align: middle;
  width: 47px;
  height: 47px;
}

#tv-search div.select-area {
  text-align: left;
  width: 644px;
  margin: 0 auto;
}

#tv-search div.select-item {
  display: inline-block;
  text-align: left;
  width: 310px;
  margin: 0;
}

#tv-search div.select-item:first-child {
  margin: 0 19px 0 0;
}

#tv-search div.select-item p {
  font-weight: bold;
  line-height: 180%;
  margin: 0 0 5px 0;
}

#tv-search div.select-item p img {
  width: 21px;
  vertical-align: -4px;
  padding-right: 5px;
}

#tv-search div.select-item select {
  margin: 0;
  width: 100%;
  -moz-appearance: none;
  background: transparent none repeat scroll 0 0;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #7e7e7e;
  color: inherit;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 0.9em;
  height: 56px;
  outline: medium none;
  padding: 3px 10px;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  background: #fff url("/static/images/product/acc/filter/search/sankaku_ud.png") no-repeat scroll 280px 16px;
}

#tv-search div.select-item select::-ms-expand {
  display: none;
}

#tv-search div.select-item select::-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

#tv-maker-select {
  color: #f00;
}

#tv-search div.select-item select option {
  color: #000;
}

#tv-search div.select-item select option::selection {
  background: #000000;
}

#tv-search div.select-item select option::-moz-selection {
  background: #000000;
}

#tv-list-area {
  margin: 23px 0 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#tv-list-area:empty {
  border: 0;
  margin: 0;
}

#tv-list-area span#notvstand {
  display: block;
  text-align: center;
  padding: 20px;
}

#tv-list-area .list-title-area {
  width: 606px;
  margin: 0 auto;
  padding: 20px 20px 0 20px;
  font-size: 1.4em;
  text-align: center;
  color: #0084ff;
}

#tv-list-area .list-title-area-model {
  width: 606px;
  margin: 0 auto;
  padding: 15px 20px 3px 20px;
  font-size: 1.26em;
  text-align: center;
  color: #333;
  line-height: 1.4;
  font-weight: bold;
}

#tv-list-area .list-count {
  color: #f00;
}

#tv-list-area p {
  margin: 7px 0 10px 0;
  font-size: 0.8em;
  text-align: center;
}

#tv-list-area ul {
  max-height: 235px;
  overflow: auto;
  margin: 12px 27px 0 32px;
  position: relative;
  padding: 5px 0 20px 0;
}

#tv-list-area ul.tv-panel {
  max-height: none !important;
  margin-bottom: 10px;
}

#tv-list-area ul li {
  float: left;
  width: 189px;
  margin: 0;
  padding: 15px 0 0;
  font-size: 0.95em;
  text-align: left;
}

#tv-list-area ul li img {
  vertical-align: -4px;
  padding: 0 7px 0 0;
}

#tv-list-area ul li .kome {
  font-size: 0.85em;
}

#tv-list-area p.search_notice {
  margin: 10px 32px 5px 37px;
  text-align: left;
}

#tv-list-area p.search_notice + p.search_notice {
  margin: 5px 32px 5px 37px;
}

#tv-list-area .non-model {
  margin: 0 32px 10px 37px;
  padding: 0 0 1px 0;
}

#tv-list-area .non-model a {
  margin: 15px 0 15px auto;
  padding: 10px 10px;
  display: block;
  width: 210px;
  border: 1px solid #244ea7;
  border-radius: 8px;
  font-size: 0.9em;
  text-align: center;
  background-color: #ffffff;
}

#tv-list-area .non-model a img {
  margin: 0 0 0 8px;
  vertical-align: middle;
}

/* 検索システムに該当機種が無い場合 */
#form-area .btnReset .non-search span {
  padding: 0;
  border: none;
  border-radius: 5px;
  font-size: 0.85em;
  background: #ffffff none;
  text-align: left;
}
