@charset "utf-8";
/* CSS Document */

._stm_invisible{
  display: none !important;
}
._stm_detail_help ._stm_help_icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  color: #fff;
  background: #69b7e7;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  font-weight: normal;
}
._stm_detail_help ._stm_help_contents1 {
  position: absolute;
  left: 0px;
  border: none;
  color: #fff;
  font-weight: normal;
  background: rgba(50, 50, 50, 1);
  border-radius: 4px;
  font-size: 12px;
  margin: -151px 30px 0px;
  padding: 10px;
  transition: all .2s linear;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform-origin: 100% 10%;
  -webkit-transform-origin: 100% 10%;
  -moz-transform-origin: 100% 10%;
}

._stm_detail_help ._stm_help_contents1:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(50, 50, 50, 1);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  left: 81px;
  top: 122px;
}

._stm_detail_help._stm_clicked ._stm_help_contents1 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

._stm_detail_help ._stm_help_contents2 {
  position: absolute;
  left: 0px;
  max-width: 300px;
  margin: -128px 30px 0px;
  border: none;
  color: #fff;
  font-weight: normal;
  background: rgba(50, 50, 50, 1);
  border-radius: 4px;
  font-size: 12px;
  padding: 10px;
  transition: all .2s linear;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform-origin: 100% 10%;
  -webkit-transform-origin: 100% 10%;
  -moz-transform-origin: 100% 10%;
}

._stm_detail_help ._stm_help_contents2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(50, 50, 50, 1);
  border-bottom: 7px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  left: 68px;
  top: 100px;
}

._stm_detail_help._stm_clicked ._stm_help_contents2 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.info_modal{
  padding-left: 15px;
  text-indent: -15px;
}

.bg_water {
  background-color: #F0F8FC !important;
}

.addr_checklst {
  border: 1px solid #ccc;
  padding:10px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.radius_box {
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  height:  50px;
  font-size: 13px;
}

.radius_box_noBorder {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  height: auto;
}

.main_table {
  border-top: 1px dashed #D0D0D0;
  border-bottom: 1px dashed #D0D0D0;
}

.main_table dt {
  font-weight: bold;
  color: #696969;
}

.main_table dd {
  margin-bottom: 30px !important;
}

.w100px {
  width:100px !important;
}

.under_bar {
  border-bottom: 1px dashed #D0D0D0;
}

::placeholder {
  color: #d0d0d0;
  opacity: 1;
}
