span.twitter-typeahead {
	width:60%;
}

span.twitter-typeahead input{
	width:100%;
}

span.twitter-typeahead .tt-dropdown-menu {
	  
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 400px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion > p {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
span.twitter-typeahead .tt-suggestion.tt-cursor {
  color: #ffffff;
  background-color: #428bca;
}
span.twitter-typeahead {
  /* width: 100%; */
}
.input-group span.twitter-typeahead {
  display: block !important;
}
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 44px !important;
}
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 28px !important;
}

.tt-dropdown-menu {
  max-height: 248px;
  overflow-y: auto;
}

.tt-hint {
	color:gray;
}


/** global search */

.srcQueryBox span.twitter-typeahead {
  width: 100%!important;
}

.srcQueryBox span.twitter-typeahead .tt-dropdown-menu {
  top: 185%!important;
  z-index: 10000!important;
  min-width: 100%!important;
  max-height: 250px!important;
}

/** side bar search */

.sideDBP span.twitter-typeahead {
  width: 60%;
  /*display: initial!important;*/
}

.sideDBP span.twitter-typeahead .tt-dropdown-menu {
  z-index: 10000!important;
  max-height: 100px!important;
  font-size: 93%!important;
  min-width: 140%!important;
  margin-left:15px;
  width:140%;
}

#sideMenu input#db_search, #sideMenu input.katamei{
	width:90%;
}


/* for mobile GNAV search*/
.gnavB li span.twitter-typeahead,
.gnavB li  span.twitter-typeahead .tt-dropdown-menu span{
	background:none;
	border:none;
	padding:0;
}

.gnavB li  span.twitter-typeahead .tt-dropdown-menu {
  top: 205%!important;
}

