@charset 'UTF-8';
/*---------------------------------------------------------------------------------
search
---------------------------------------------------------------------------------*/

/*
import
---------------------------------------------------------------------------------*/
@import 'banner.css';

/*
全体
---------------------------------------------------------------------------------*/
.search {
  padding-bottom: 55px;
}

#searchArea {
  padding-bottom: 100px;
}

/*
h3
---------------------------------------------------------------------------------*/
.search h3 {
  background: #ff8296;
  border-bottom: 1px solid #fff;
  box-shadow: 0 1px 3px #ff8296;
  -moz-box-shadow: 0 1px 3px #ff8296;
  -webkit-box-shadow: 0 1px 3px #ff8296;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  height: 24px;
  margin: 0;
  padding: 10px 10px 5px;
  position: relative;
  text-align: center;
}

.search .back {
  background: url(../img/cmn/icon/back.png) no-repeat center top, -moz-linear-gradient(top, #ff9dc0, #ff4c8d);
  background: url(../img/cmn/icon/back.png) no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#ff9dc0), to(#ff4c8d));
  border-bottom: 1px solid #ff4387;
  border-left: 1px solid #ffd2e2;
  border-right: 1px solid #ff4387;
  border-top: 1px solid #ffd2e2;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 10px;
  height: 13px;
  left: 1px;
  padding-top: 20px; 
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 2px;
  width: 35px;
}

/*
検索ボタン
---------------------------------------------------------------------------------*/
.search .wrapBtn {
    background-color: rgba(0, 0, 0, .5);
  bottom: -10px;
  padding: 0 0 10px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.search .wrapBtn #btnSearch {
  border: 1px solid #900;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #f55, #f55 40%, #f00);
  background: -webkit-gradient(linear, left top, left bottom, from(#f55), color-stop(40%, #f55), to(#f00));
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  padding: 5px 0;
  width: 90%;
}

.search .wrapBtn #btnLimit {
  border: 1px solid #82c9ff;
  border-radius: 5px;
  background: -moz-linear-gradient(top, #fff, #fff 40%, #bce2ff);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), to(#bce2ff));
  color: #36f;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto 10px;
  padding: 5px 0;
  text-decoration: none;
  width: 90%;
}

/*
検索系共通
---------------------------------------------------------------------------------*/
.search ul {
  background: #fff;
  margin: 0;
  text-align: left;
  width: 100%;
}

.search li {
  border-bottom: 1px solid #ccc;
  height: 20px;
  overflow: hidden;
  padding: 10px 0 10px;
  width: 100%;
}

.search input[type='checkbox'] {
  margin-left: 10px;
  margin-right: 15px;
  vertical-align: bottom;
}

.search label {
  display: block;
  width: 100%;
}

/*
エリア選択
---------------------------------------------------------------------------------*/
#searchArea p {
  background: -moz-linear-gradient(top, #fff, #fff 40%, #fee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(40%, #fff), to(#fee));
  border-bottom: 1px solid #ccc;
  height: 20px;
  overflow: hidden;
  padding: 12px 0 10px;
  text-align: left;
}

#searchArea p:first-child {
  border-top: 1px solid #ccc;
  margin-top: 10px;
}

/*#searchArea ul {
  display: none;
}*/

#searchArea .open {
  /*background: -moz-linear-gradient(top, #fff, #fff 40%, #fee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.4, #fff), to(#fee));*/
  padding: 12px 0 10px 10px;
}

#searchArea .close {
  /*background: url(../img/search/iconClose.png) no-repeat 96% center, -moz-linear-gradient(top, #fff, #fff 40%, #fee);
  background: url(../img/search/iconClose.png) no-repeat 96% center, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.4, #fff), to(#fee));*/
  padding: 12px 0 10px 10px;
}

#searchArea p input[type='checkbox'] {
  margin-left: 7px;
  margin-right: 7px;
  vertical-align: bottom;
}

#searchArea li label {
  height: 20px;
}

#searchIndustry form ul,
#searchKodawari form ul {
  margin-top: 10px;
}

#searchIndustry form li:first-child,
#searchKodawari form li:first-child {
  border-top: 1px solid #ccc;
}

#searchTreat ul {
  overflow: hidden;
}

#searchTreat li {
  float: left;
  width: 50%;
}

#searchTreat li input[type='checkbox'] {
  margin-right: 10px;
}

/*
再検索
---------------------------------------------------------------------------------*/
#searchCondition {
  padding-bottom: 60px;
}

#searchCondition .back {
  background: url(../img/cmn/icon/back.png) no-repeat center top, -moz-linear-gradient(top, #ff9dc0, #ff4c8d);
  background: url(../img/cmn/icon/back.png) no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#ff9dc0), to(#ff4c8d));
  border-bottom: 1px solid #ff4387;
  border-left: 1px solid #ffd2e2;
  border-top: 1px solid #ffd2e2;
  border-right: 1px solid #ff4387;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 10px;
  height: 13px;
  left: 0;
  padding-top: 20px; 
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  width: 35px;
}

#searchCondition #match {
  background: #fff;
  border-bottom: 1px solid #999;
  color: #644649;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 8px 5px 0;
  text-align: right;
}

#searchCondition #match span {
  color: #00A1FF;
  font-size: 22px;
}

#searchCondition #condition {
  background: #ffd;
  border: 3px solid #f90;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 10px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
}

#searchCondition #condition span:first-child {
  color: #f90;
  font-size: 14px;
  font-weight: bold;
}

#searchCondition #condition .link {
  color: #39f;
  float: right;
  text-decoration: underline;
}

#searchCondition #condition p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchCondition #condition p.open {
  white-space: normal;
  overflow: visible;
}

#searchCondition dl {
  margin: 0 10px 10px;
}

#searchCondition dt.trigger {
  background: url(../img/search/list/iconClose.png) no-repeat 10px center, -moz-linear-gradient(top, #fff, #fff 50%, #eee 50%, #fff);
  background: url(../img/search/list/iconClose.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #eee), to(#fff));
  background-size: 20px 20px, auto;
  -moz-background-size: 20px 20px, auto;
  -webkit-background-size: 20px 20px, auto;
  border: 1px solid #999;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #999;
  -moz-box-shadow: 1px 1px 2px #999;
  -webkit-box-shadow: 1px 1px 2px #999;
  color: #644649;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0;
  padding: 10px 0;
}

#searchCondition dt.close {
  background-image: url(../img/search/list/iconOpen.png), -moz-linear-gradient(top, #fff, #fff 50%, #eee 50%, #fff);
  background-image: url(../img/search/list/iconOpen.png), -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #eee), to(#fff));
  background-size: 20px 20px, auto;
  -moz-background-size: 20px 20px, auto;
  -webkit-background-size: 20px 20px, auto;
  border-radius: 10px 10px 0 0;
  box-shadow: 1px 0 2px #999;
  -moz-box-shadow: 1px 0 2px #999;
  -webkit-box-shadow: 1px 0 2px #999;
}

#searchCondition dt span {
  color: #f60;
}

#searchCondition dd {
  background: #fff;
  border: 1px solid #999;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-shadow: 1px 0 2px #999;
  -moz-box-shadow: 1px 0 2px #999;
  -webkit-box-shadow: 1px 0 2px #999;
  margin: 0 0 10px;
  text-align: left;
}

#searchCondition dd div {
  display: none;
  text-align: left;
}

#searchCondition dd p {
  background: url(../img/search/list/iconAreaOpen.png) no-repeat 98% center, -moz-linear-gradient(top, #ffe, #ffe 40%, #ffd);
  background: url(../img/search/list/iconAreaOpen.png) no-repeat 98% center, -webkit-gradient(linear, left top, left bottom, from(#ffe), color-stop(40%, #ffe), to(#ffd));
  background-size: 15px 15px, auto;
  -moz-background-size: 15px 15px, auto;
  -webkit-background-size: 15px 15px, auto;
  color: #f80;
  border-top: 1px dotted #999;
  font-weight: bold;
  padding: 8px 5px;
}

#searchCondition dd p:first-child,
#searchCondition table + p {
  border-top: none;
}

#searchCondition dd p:last-of-type {
  border-radius: 0 0 6px 6px;
}

#searchCondition dd p.close {
  background-image: url(../img/search/list/iconAreaClose.png), -moz-linear-gradient(top, #ffe, #ffe 40%, #ffd);
  background-image: url(../img/search/list/iconAreaClose.png), -webkit-gradient(linear, left top, left bottom, from(#ffe), color-stop(40%, #ffe), to(#ffd));
  background-size: 15px 15px, auto;
  -moz-background-size: 15px 15px, auto;
  -webkit-background-size: 15px 15px, auto;
  border-bottom: 1px dotted #999;
  border-radius: 0;
}

#searchCondition li {
  border-top: 1px dotted #999;
}

#searchCondition li:first-child {
  border-top: none;
}

#searchCondition li {
  overflow: hidden;
}

#searchCondition li span {
  color: #666;
  float: right;
  font-size: 12px;
  padding-top: 3px;
}

#selectTreatdd li {
  display: inline-block;
  width: 50%;
}

#searchCondition .checked {
  background: #ffe7ad;
}

#searchCondition table {
  border-collapse: collapse;
  width: 100%;
}

#searchCondition div:nth-of-type(2) table {
  border-bottom: 1px dotted #999;
}

#selectTreatdd li:nth-of-type(2),
.selectArea ul:nth-of-type(1) li:last-child {
  border-top: none;
}

#searchCondition th {
  border-right: 1px dotted #999;
  border-top: 1px dotted #999;
  text-align: center;
}

#searchCondition td {
  border-top: 1px dotted #999;
}

#searchCondition label {
  display: block;
  padding: 5px;
}

#searchCondition input {
  vertical-align: bottom;
}

#searchCondition .wrapBtn {
  background-color: rgba(0, 0, 0, .5);
  bottom: -10px;
  overflow: hidden;
  padding: 10px 0 20px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  vertical-align: middle;
}

#searchCondition .wrapBtn input {
  display: inline-table;
}

.btnSearch {
  background: url(../img/search/list/iconSearchW.png) no-repeat 10px center, -moz-linear-gradient(top, #ff9dc0, #ff4c8d 50%, #f00 50%, #ff4c8d);
  background: url(../img/search/list/iconSearchW.png) no-repeat 10px center, -webkit-gradient(linear, left top, left bottom, from(#ff9dc0), color-stop(50%, #ff4c8d), color-stop(50%, #ff4387), to(#ff4c8d));
  background-size: 20px 20px, auto;
  -moz-background-size: 20px 20px, auto;
  -webkit-background-size: 20px 20px, auto;
  border: 2px solid #ff4387;
  border-radius: 50px;
  box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  color: #fff;
  font-size: 18px;
  margin: 0 3px;
  padding: 5px 0 5px 15px;
  text-shadow: -1px -1px #999;
  width: 60%;
}

.btnBack {
  background: -moz-linear-gradient(top, #fff, #eee 50%, #ddd 50%, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee), color-stop(50%, #ddd), to(#eee));
  border: 2px solid #ddd;
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 0;
  width: 36%;
}

/*
バナー
---------------------------------------------------------------------------------*/
.search #super ul,
.search #standard ul {
  display: block;
}

.search #super li,
.search #standard li {
  border: none !important;
}

.search #super .jCarouselLiteDemo {
  margin-bottom: 0;
}