@charset "utf-8";

div.phase-box {
  margin-top: 10px;

}
div.phase-box.phase-box-hidden {
  display: none;
}

div.phase-box input.item-value-text[type=text] {
  width: 75px;
}

div.phase-box div.phase-item-box {
  clear: left;
}

div.phase-box div.phase-item-box > div {
  margin: 10px;
  float: left;
}

h2.heder-close::before {
  content: "+";
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  text-align: center;
}
h2.header-open::before {
  content: "-";
  margin-left: 5px;
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  text-align: center;
}

label[for^="config-code"] img,
label[for^="config-series-code"] img,
label[for^="config_item"] img {
  pointer-events: none;;
}

input[type="text"][name="installedPlace"] {
    ime-mode: active
}

div.conf div.secInner table thead tr th {
    white-space: nowrap;
}

.estimate {
	margin-bottom: 280px
}

div#estimateOnlineSelectConfirm {
  max-width: 1200px;
}

div#estimateOnlineSelectConfirm p.series-name {
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

div#estimateOnlineSelectConfirm div {
  width: 100%;
}

.showAllBtn {
  display: block;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #838383;
  cursor: pointer;
  border-style: none;
}