@charset "UTF-8";

/*-----------------------------------------------------
search
FileName:	defualt/style.css
Version:	06.11.11
-----------------------------------------------------*/

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  display: block;
  padding: 3px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 70%;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
  font-size: 100%;
}
.search_container input[type="text"]:focus {
  outline: 0;
  font-size: 100%;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
	font-weight: 900;
}

