div.printSelectArea{
  display: table
}
input.printSelect{
  vertical-align: center
}

/***
* 地物検索結果欄
**/
#neigborSearchBoxDiv{
  height: 155px;
  bottom: 70px;
  background-Color:#FFFFFF;
  position: absolute;
  right: 20px;
  border: solid 1px #333;
  width: 340px;
  font-size: 9pt;
}
#neigborSearchBoxDiv>table{
  font-size: 9pt;
}
/* 結果欄タイトル */
#neigborSearchTitle{
  background-color: #daedff;
  background-image: url("../images/menu_bk01.gif");
  display: block;
  padding: 5px 5px;
  border-bottom: solid 1px #333;
  position: absolute;
  width: 330px;
  height: 20px;
}
#neigborSearchBoxCloseImg{
  width:20px;
  height:20px;
  right:10px;
  position: absolute;
}
#neigborContent{
  padding: 35px 0px 0px 0px;
  overflow: scroll;
  overflow-x: hidden;
  height: 120px;
}

/* 2018/06/14 add y-kato 右クリックメニュー見た目調整 */
#myMenu1 li
{
  list-style:none;
}
