#popterm {
  /* margin-top: 45px; */
  /* width: 200px; */
  /* z-index: 1000; */
  cursor: default;
  overflow: visible;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 0;
  z-index: 9;
	overflow: visible;
}
.searchbox{
	position: relative;
}
table[id^="popterm"] {

    margin-left: 0 !important;
    z-index: 50;
    left: 46px!important;

}
#popterm .popterm_selected {
  background-color: #FFFFFF;
  color: black;
}
#popterm table {
  margin-top: 50px;
}
#popterm tr {
  background-color: #FFF;
  cursor: pointer;
}
#popterm tr td {
  padding: 10px 0 10px 20px !important;
  font-size: 15px;
}

#popterm td {
  font-size: small;
  font-style: normal;
  color: black;
  overflow: hidden;
  border: 1px solid #dddddd;
  margin: 0px;
  padding: 1px;
  text-align: left;
}

#popterm2 {
  /* margin-top: 45px; */
  /* width: 200px; */
  /* z-index: 1000; */
  cursor: default;
  overflow: visible;
  background-color: #FFFFFF;
  border-collapse: collapse;
  border: none;
  margin: 0px;
  padding: 1px;
}
#header #headerSearch01{
	position: relative;
}
table[id^="popterm2"] {

    margin-left: 0 !important;
    z-index: 50;
    left: 5px!important;

}
#popterm2 .popterm_selected {
  background-color: #FFFFFF;
  color: black;
}

#popterm2 tr {
  cursor: pointer;
}
#popterm2 tr td {
  padding: 8px 10px !important;
  font-size: 13px;
}

#popterm2 td {
  font-size: 12px;
  font-style: normal;
  color: black;
  overflow: hidden;
  border: 1px solid #dddddd;
  padding: 1px;
  text-align: left;
  z-index: 9;
}
/* SP */
@media only screen and (max-width: 767px) {
table[id^="popterm"] {
top:-14%;
    left: 10px!important;
}
.searchInner input{
	position: relative;
}
table[id^="popterm2"] {
top:-19%;
    left: 10px!important;
}
#menu table[id^="popterm2"] {
top:0;
    left: 0!important;

}
}
