#poplink div:after{
  clear: none !important;
}

#poplink{
  /* width:300px !important; 表示サイズ変更時に利用出来ます */
  /* margin-top:-20px !important; 縦調整を自分で行う際に利用出来ます */
  /* margin-left:-20px !important; 縦調整を自分で行う際に利用出来ます */
  z-index: 5000;
  cursor: default;
  overflow: hidden;
  background-color: #FFF;
  border-collapse: collapse;
  border: 1px solid #a9a9a9;
  margin: 0px;
  padding: 1px;
  text-align:left;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: normal;
}

/* == suggest style == */
#poplink_suggest_area .poplink_selected{
  background-color: #dedede;
  color: black;
}

/* == search style == */
#poplink_search_area{
  padding:0px 0px;
}

#poplink_search_area #popSearch{
  border-top:1px solid #a9a9a9;
}

#poplink_search_area a{
  text-decoration: none;
  color: #666;
}

#popSearch #pR{
  margin-left:75px;
}

#popSearch #pL{
  float:left;
  margin-right:5px;
  margin-top:5px;
  text-align:center;
  margin:0 auto;
  width:70px;
}

#popSearch .pT{
  font-weight: bold;
  font-size:95%; 
  margin-bottom:5px;
  padding: 0 10px 0 0; 
}

#popSearch .pS{
	display:none;
  margin-bottom: 5px;
  margin-left: -30px; 
  font-size:90%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

#popSearch .pP{
	display:none;	
  font-size:80%;
  line-height: 15px;
}

#popSearch img{
  text-decoration: none;
  border:none;
  max-height:65px;
  max-width:65px;
}

#popSearch .popItem{
  padding:5px 0 5px 5px;
  padding-left:5px;
}

#popSearch .popItem:hover{
  background-color: #eee;
}

#popSearch .clear{
  clear:both;
}

#popMoreLink {
  background-color: #FFFFFF;
  border: medium none;
  border-top: 1px solid #A9A9A9;
  color: #666666;
  padding: 5px 5px 0 0;
  text-align: right;
  width: 100%;
}

#popMoreLink:hover {
  background-color: #EEE;
}
