@charset "UTF-8";

.product_finder_main_visual {
  height: 310px !important;
  position: relative;
}

.product_finder_main_visual .main_visual_item {
  position: absolute;
  left: 0;
}

.product_finder_contents {
  position: relative;
  width: 960px;
}

.product_finder_contents #side {
  width: 180px;
  margin-right: 20px;
}

#product_finder_query {
  width: 160px;
  font-size: 12px;
}

#product_finder_query .product_finder_checkbox {
  background: url(../images/compara/checkbox.gif) no-repeat;
  float: left;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-position: 0 0;
}

#product_finder_query .product_finder_checkbox_on {
  background-position: 0 -17px;
}

#product_finder_query .level2 .product_finder_checkbox {
  margin-left: 17px;
}

#product_finder_query .product_finder_radiobutton {
  background: url(../images/btn/pf_radiobutton.gif) no-repeat;
  float: left;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-position: 0 0;
}

#product_finder_query .product_finder_radiobutton_on {
  background-position: 0 -17px;
}

#product_finder_query label.checkbox .text {
  float: left;
  /* word-break: break-all; */
  margin-left: 9px;
}

#product_finder_query .level0 {
  font-weight: bold;
  margin: 11px 0 6px;
}

#product_finder_query .first-level0 {
  margin-top: 0;
}

#product_finder_query .level1 {
  margin: 6px 0;
}

#product_finder_query .level1 .text {
  width: 134px;
}

#product_finder_query .level2 {
  margin: 2px 0;
}

#product_finder_query .level2 .text {
  width: 117px;
}

#product_finder_query #tab_filter,
#product_finder_query .link_discon {
  list-style: none;
  margin: 0;
}

#product_finder_query #tab_filter {
  margin-top: 1em;
}

#product_finder_query #tab_filter li,
#product_finder_query .link_discon li {
  background: url(../images/arrow/arrow-right.gif) no-repeat left;
  padding: 9px 2px 8px 12px;
  border-top: 1px solid #d7dddf;
  line-height: 1.3;
}

#product_finder_query #tab_filter li.active {
  background-image: url(../images/arrow/arrow-bottom.gif);
}

#product_finder_query .link_discon li {
  padding-top: 12px;
}

#product_finder_query #tab_filter li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#product_finder_query h3 {
  margin: 9px 0 10px;
}

#product_finder_query .filter-section {
  margin-bottom: 17px;
}

#product_finder_query .filter-section h4 {
  margin: 0 0 11px;
  padding: 4px;
  font-size: 12px;
  color: #333;
  background: #ebecee;
  font-weight: bold;
}

#product_finder_query .filter-section .filter-control {
}

#product_finder_query #price_filter input {
  width: 55px;
}

#product_finder_query #price_filter .unit {
  font-size: 9px;
}

#product_finder_result .conditions dl {
  line-height: 2;
}

#product_finder_result .conditions dt {
  float: left;
  clear: both;
  margin-right: 0.5em;
  font-weight: bold;
}

#product_finder_result .empty p {
  margin: 0;
}

#product_finder_result #content_bottom {
  margin-top: 20px;
}

#product_finder_result h3 {
  float: left;
  width: 100%;
}

#product_finder_result .category_title {
  float: left;
  width: 100%;
}

#product_finder_result .border {
  padding: 20px 0;
  clear: both;
}

#product_finder_result .item {
  float: left;
  width: 370px;
}

#product_finder_result .left {
  background: url(../images/bg/border_h150.gif) repeat-y right top;
}

#product_finder_result .new .detail {
  background: url(../images/icon/new.gif) no-repeat scroll right top transparent;
}

#product_finder_result .item .picture {
  float: left;
  width: 180px;
  text-align: center;
}

#product_finder_result .item .detail {
  margin-right: -3px;
  position: relative;
  float: left;
  width: 190px;
}

#product_finder_result .item .detail .product_name {
  color: #666666;
  font-size: 18px;
  margin: 28px 10px 8px;
}

#product_finder_result .item .detail .product_spec {
  color: #666666;
  font-size: 12px;
  line-height: 1.4 !important;
  margin: 0 10px 0 9px;
}

#product_finder_result .item .detail .product_spec ul.disc,
#product_finder_result .item .detail .product_spec ul.disc li {
  list-style: none !important;
}

#product_finder_result .item .comparison {
  width: 250px;
  margin: 0 20px 0 auto;
  vertical-align: middle;
}

#product_finder_result .item .comparison ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

#product_finder_result .item .comparison ul li {
  line-height: 1;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#product_finder_result .item .comparison ul li.checkbox {
  margin: 1px 6px 0 0;
  float: left;
  width: 17px;
  height: 17px;
  background: url(../images/compara/checkbox.gif) no-repeat left top;
  font-size: 1px;
  cursor: pointer;
}

#product_finder_result .item .comparison ul li.checkbox strong {
  visibility: hidden;
}

#product_finder_result .item .comparison ul li.checked {
  background-position: 0 -17px !important;
}

#product_finder_result .item .comparison ul li.hidden {
  background-position: 0 -34px !important;
}

#product_finder_result .item .comparison ul li.purchase {
  margin-left: 15px;
  float: left;
  width: 111px;
}

#product_finder_result .item .comparison ul li.submit {
  float: left;
  width: 97px;
}

#product_finder_result .item .comparison ul li.submit a img {
  border: none;
}

#product_finder_addition {
  display: none;
  width: 740px;
}

#product_finder_addition .item {
  float: left;
  width: 370px;
}

#product_finder_addition .border {
  padding: 20px 0;
  clear: both;
}

#product_finder_addition .left {
  background: url(../images/bg/border_h150.gif) repeat-y right top;
}

#product_finder_addition .new .detail {
  background: url(../images/icon/new.gif) no-repeat scroll right top transparent;
}

#product_finder_addition .item .picture {
  float: left;
  width: 180px;
  text-align: center;
}

#product_finder_addition .item .detail {
  margin-right: -3px;
  position: relative;
  float: left;
  width: 190px;
}

#product_finder_addition .item .detail .product_name {
  color: #666666;
  font-size: 18px;
  margin: 28px 10px 8px;
}

#product_finder_addition .item .detail .product_spec {
  color: #666666;
  font-size: 12px;
  line-height: 1.4 !important;
  margin: 0 10px 0 9px;
}

#product_finder_addition .item .detail .product_spec ul.disc,
#product_finder_addition .item .detail .product_spec ul.disc li {
  list-style: none !important;
}

#product_finder_addition .item .comparison {
  width: 250px;
  margin: 0 20px 0 auto;
  vertical-align: middle;
}

#product_finder_addition .item .comparison ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}

#product_finder_addition .item .comparison ul li {
  line-height: 1;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#product_finder_addition .item .comparison ul li.checkbox {
  margin: 1px 6px 0 0;
  float: left;
  width: 17px;
  height: 17px;
  background: url(../images/compara/checkbox.gif) no-repeat left top;
  font-size: 1px;
  cursor: pointer;
}

#product_finder_addition .item .comparison ul li.checkbox strong {
  visibility: hidden;
}

#product_finder_addition .item .comparison ul li.checked {
  background-position: 0 -17px !important;
}

#product_finder_addition .item .comparison ul li.hidden {
  background-position: 0 -34px !important;
}

#product_finder_addition .item .comparison ul li.purchase {
  margin-left: 15px;
  float: left;
  width: 111px;
}

#product_finder_addition .item .comparison ul li.submit {
  float: left;
  width: 97px;
}

#product_finder_addition .item .comparison ul li.submit a img {
  border: none;
}

#product_finder_loading {
  position: absolute;
  left: 0;
  width: 940px;
  height: 300px;
  background: url(../images/pf_loading.gif) no-repeat 570px 200px;
  display: none;
}

.hide_product_finder #side {
  display: none;
}

.hide_product_finder #main {
  width: 940px;
}

.hide_product_finder #product_finder_result .item {
  width: 470px;
}

.hide_product_finder #product_finder_result .item .detail {
  width: 290px;
}

.hide_product_finder #product_finder_loading {
  background-position: 470px 200px;
}

/* SOLUTIONS
**************************/

.solutions .product_finder_contents {
  width: 936px;
  max-width: 100%;
  border-top: 1px solid #e5e6e7;
  background: #ebedef url(../images/solutions/pf_solution_border.gif) repeat-x top;
  padding-top: 20px
}
.solutions .product_finder_contents h4 {
  font-weight: bold;
}
.solutions #product_finder_query {
  width: auto;
  padding: 8px 19px 19px;
  font-size: 14px;
}
.solutions #product_finder_query h4 {
  background: url(../images/solutions/pf_solution_finder.gif) no-repeat;
  text-indent: -9999em;
  height: 15px;
}
.solutions #product_finder_query table {
  border-bottom: 1px solid #cacaca;
  margin: 10px 0 21px;
}
.solutions #product_finder_query table th,
.solutions #product_finder_query table td {
  border-top: 1px solid #cacaca;
}
.solutions #product_finder_query table th {
  background: #d7d8dc;
  font-weight: bold;
  white-space: nowrap;
  width: 12em;
}
.solutions #product_finder_query table th .content,
.solutions #product_finder_query table td .content {
  border-top: 1px solid #f1f3f2;
  padding: 8px 19px 6px;
}
.solutions #product_finder_query table td .subtable {
  padding: 0;
}
.solutions #product_finder_query #price_filter input {
  width: 65px;
}
.solutions #product_finder_query #price_filter .unit {
  font-size: 12px;
}
.solutions #product_finder_query table table {
  width: 100%;
  margin: 0;
  border: 0;
  font-size: 12px;
}
.solutions #product_finder_query table table th,
.solutions #product_finder_query table table td {
  border: 0;
}
.solutions #product_finder_query table table th {
  width: 180px;
  background: transparent;
}
.solutions #product_finder_query table table th .content,
.solutions #product_finder_query table table td .content {
  border: 0;
  padding: 7px 19px 6px;
}
.solutions #product_finder_query table table th .content {
  white-space: normal;
  /* word-break: break-all; */
}
.solutions #product_finder_query #solution_filter label,
.solutions #product_finder_query #spec_filter label,
.solutions #product_finder_query #tab_filter label {
  float: left;
  margin-right: 12px;
  margin-bottom: 8px;
}
.solutions #product_finder_query #tab_filter label {
  font-size: 12px;
}
.solutions #product_finder_query .product_finder_checkbox,
.solutions #product_finder_query .product_finder_radiobutton {
  margin-right: 8px;
}
.solutions #product_finder_query .product_finder_radiobutton {
  background-image: url(../images/btn/pf_solution_radiobutton.gif);
}
.solutions .product_finder_reset {
  text-align: right;
}
.solutions .product_finder_reset .pcObj {
  display: inline !important;
}
.solutions .product_finder_reset a span.spObj {
  color: #333;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border: 1px solid #d8dddf;
  border-radius: 7px;
  padding: 11px;
}
.solutions .product_finder_result_container {
  padding: 0 15px 18px;
}
.solutions .product_finder_result_container_top {
  background: #fff url(../images/solutions/pf_solution_bg_top.gif) no-repeat top;
  height: 59px;
}
.solutions #main .product_finder_result_container_top h4 {
  padding: 20px 21px 0;
}
.solutions .product_finder_result_container_middle {
  background: #fff url(../images/solutions/pf_solution_bg_middle.gif) repeat-y top;
  background-size: 100% 100%;
  padding-bottom: 20px;
}
.solutions .product_finder_result_container_middle .choice {
  width: 100%;
  background: transparent;
}
.solutions #main .product_finder_result_container_middle .choice ul {
  padding: 0;
  margin: 0 0 10px 20px;
}
.solutions #main .product_finder_result_container_middle .choice li {
  padding: 0;
  margin: 0 0 0 20px;
  width: 195px;
}
.solutions #main .product_finder_result_container_middle .choice li.first {
  margin: 0;
  width: 215px;
}
.solutions .product_finder_result_container_middle .photo {
  margin-left: 10px;
}
.solutions .product_finder_result_container_middle .first .photo {
  margin-left: 25px;
}
.solutions #main .product_finder_result_container_middle .choice p {
  font-size: 12px;
}
.solutions .product_finder_result_container_bottom {
  background: #fff url(../images/solutions/pf_solution_bg_bottom.gif) no-repeat top;
  height: 2px;
  font-size: 0;
}
.solutions #product_finder_loading {
  position: static;
  height: 80px;
  width: 100%;
  background: url(/common/images/pf_loading.gif) no-repeat 452px 10px;
}
.solutions #product_finder_result .empty {
  margin: 0 10px;
}

.solutions #product_finder_result .empty {
  margin-bottom: 1em;
  padding: 0.6em 0.7em;
  border: 1px solid #fe0000;
  background: #fef2f2;
  color: #fe0000;
}

@media screen and (max-width: 767px) and (orientation: portrait), screen and (max-width: 767px) and (orientation: landscape) {
  .solutions .product_finder_contents {
    /*margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);*/
  }
  .solutions #product_finder_query table,
  .solutions #product_finder_query table > tbody,
  .solutions #product_finder_query table > tbody > tr,
  .solutions #product_finder_query table > tbody > tr > th,
  .solutions #product_finder_query table > tbody > tr > td {
    display: block;
  }
  .solutions #product_finder_query {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
  }
  .solutions #product_finder_query.active {
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #d8dddf;
    border-radius: 25px;
    padding-bottom: 30px;
  }
  .solutions #product_finder_query h4 {
    position: relative;
    background: #fff url(../images/compara/icon_finder.png) no-repeat left 30px center / 22px 15px;
    text-indent: 0;
    text-align: center;
    border: 1px solid #d8dddf;
    border-radius: 45px;
    padding: 14px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .solutions #product_finder_query h4::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #a69779;
    border-right: solid 2px #a69779;
    position: absolute;
    right: 25px;
    transform: rotate(135deg);
  }
  .solutions #product_finder_query.active h4 {
    border: none;
    margin-left: -15px;
    margin-right: -15px;
  }
  .solutions #product_finder_query.active h4::after {
    transform: rotate(-45deg);
    top: 46%;
  }
  .solutions #main #product_finder_query > table {
    display: none;
  }
  .solutions .product_finder_contents .center img[alt="Sustainable Monitor"] {
    width: 190px !important;
    padding-bottom: 20px;
  }
  .solutions #product_finder_query table {
    margin-bottom: 0;
    border-bottom-width: 0;
  }
  .solutions #product_finder_query > table > tbody > tr > th {
    width: 100%;
    font-size: 15px;
    text-align: center !important;
    padding: 0;
    background: #ebecee;
  }
  .solutions #product_finder_query table table th {
    width: 100%;
  }
  .solutions #product_finder_query table td .content {
    border: none;
  }
  .solutions #product_finder_query table th,
  .solutions #product_finder_query table td {
    border: none;
    padding: 0.5em 0;
  }
  .solutions #product_finder_query table table th .content,
  .solutions #product_finder_query table table td .content {
    padding: 0;
    font-size: 15px;
  }
  .solutions #product_finder_query table table tr:first-child th {
    padding: 0;
  }
  .solutions #product_finder_query .product_finder_radiobutton {
    width: 1px;
    margin-right: 0;
    background-image: none;
  }
  .solutions #product_finder_query #solution_filter label,
  .solutions #product_finder_query #spec_filter label,
  .solutions #product_finder_query #tab_filter label {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 7px 10px;
    font-size: 14px;
    background: #fff;
    margin-right: 8px;
  }
  .solutions #product_finder_query #solution_filter label.on,
  .solutions #product_finder_query #spec_filter label.on,
  .solutions #product_finder_query #tab_filter label.on {
    color: #a69779;
    border-color: #a69779;
    background: #eeeae1;
    text-shadow:
    -0.02em -0.02em 0 #a69779,
    0.02em -0.02em 0 #a69779,
    -0.02em 0.02em 0 #a69779,
    0.02em 0.02em 0 #a69779;
  }
  .solutions #product_finder_query #solution_filter label.label_checkbox,
  .solutions #product_finder_query #spec_filter label.label_checkbox,
  .solutions #product_finder_query #tab_filter label.label_checkbox {
    border: none;
    border-radius: 5px;
    padding: 7px 14px 7px 0;
    font-size: 14px;
    background: none;
    margin: 0;
  }
  #product_finder_query .product_finder_checkbox {
    width: 20px;
    height: 20px;
    background: url(../images/compara/sp_checkbox_off.png) no-repeat left top / contain;
  }
  #product_finder_query .product_finder_checkbox.product_finder_checkbox_on {
    background: url(../images/compara/sp_checkbox_on.png) no-repeat left top / contain;
  }
  .solutions .product_finder_reset {
    margin-top: 0;
  }
  .solutions .product_finder_reset .pcObj {
    display: none !important;
  }
  .solutions .product_finder_result_container {
    margin-bottom: -4px;
  }
  .solutions #main .product_finder_result_container_top h4 {
    font-size: 15px;
  }
  .solutions .product_finder_result_container_middle {
    background: #fff;
  }
  .solutions #main .product_finder_result_container_middle .choice ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .solutions #main .product_finder_result_container_middle .choice ul li,
  .solutions #main .product_finder_result_container_middle .choice ul li.first {
    width: 50%;
    text-align: center;
    border: none;
    margin: 0;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .solutions .product_finder_result_container_middle .first .photo,
  .solutions .product_finder_result_container_middle .photo {
    margin: 0;
  }
}