@charset "utf-8";
.x-no-select {
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
}
#deal_modal {
  top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  width: 900px;
  display: none;
  z-index: 130;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.4);
}
#deal_modal .deal-popup-header .flat h3,
#deal_modal .deal-popup-header .flat div {
  display: inline-block;
}
#deal_modal .deal-popup-header .flat div {
  position: relative;
  top: -2px;
}
#deal_modal .deal_view_header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #e0e0e0;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0px 15px 4px;
  margin-bottom: 10px;
}
#deal_modal .deal_view_header .deal-title {
  font-size: 18px;
}
#deal_modal .deal_view_header .flat {
  display: inline-block;
  margin-right: 20px;
}
#deal_modal .deal_view_header .flat .icon {
  position: relative;
  top: -6px;
  margin-right: 5px;
}
#deal_modal .cmd_order_estimate {
  padding: 0 80px;
  margin-bottom: 20px;
}
#deal_modal .title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 20px;
  background: #cd1824;
  background: #343434;
  color: #fff;
}
#deal_modal .modal-body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  background: #fff;
  color: #000;
}
#deal_modal .popup-close-btn-area {
  margin-top: 40px;
  text-align: center;
}
#deal_modal .modal-footer {
  padding: 20px;
  background: #fff;
}
#deal_modal .deal-view {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 860px;
  margin: 0 auto;
}
#deal_modal .deal-view .deal-scroll-area {
  height: 300px;
  overflow-y: auto;
}
#deal_modal .deal-view table.est-table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 3px;
}
#deal_modal .deal-view table.est-table td,
#deal_modal .deal-view table.est-table th {
  font-weight: bold;
  padding: 6px;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px 0;
}
#deal_modal .deal-view table.est-table td:first-child,
#deal_modal .deal-view table.est-table th:first-child {
  text-align: right;
  padding-right: 10px;
}
#deal_modal .deal-view table.est-table td:first-child,
#deal_modal .deal-view table.est-table th:first-child {
  border-left: 1px solid #e0e0e0;
}
#deal_modal .deal-view table.est-table td.bg-white,
#deal_modal .deal-view table.est-table th.bg-white {
  border-left: none;
}
#deal_modal .deal-view table.est-table td {
  font-weight: normal;
}
#deal_modal .deal-view table.est-table th {
  padding-top: 8px;
  text-align: center;
}
#deal_modal .deal-view table.est-table .bg-white {
  background: #fff;
  border-bottom: none;
}
#deal_modal .deal-view table.est-table input {
  width: 100%;
  height: 28px;
  padding-top: 1px;
  line-height: 28px;
  font-weight: normal;
  border-bottom: 1px dashed #999!important;
}
#deal_modal .deal-view table.est-table input:disabled {
  border-bottom: none!important;
  color: #000;
  background: #eee;
}
#deal_modal .deal-view table.est-table input {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-botttom: 1px solid #ccc!important;
}
#deal_modal .deal-view table.est-table.small {
  width: 287px;
  width: 98%;
}
#deal_modal .deal-view .small-box {
  width: 287px;
  float: right;
}
#deal_modal .deal-view .small-box th {
  text-align: center!important;
  width: 118px;
}
#deal_modal .deal-view .est-btn button {
  padding: 0 80px;
}
#deal_modal .deal-view .content-title {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 34px;
  width: 98%;
  margin: 0 auto;
  line-height: 34px;
  font-size: 14px;
  border-radius: 3px 3px 0 0;
}
#deal_modal .notice-message {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 98%;
}
#deal_modal .notice-message .body {
  padding: 15px;
  background: #f8f8f8;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}
#deal_modal .fit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  width: 98%;
  margin: 0 auto;
}
