

#searchform2 {
    position: relative;
}
#keywords2  {
    width: 188px;
    height: 18px;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 4px;
    color: #FFF;
    margin-right: 4px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #6B6B6B;
}
#searchBtn2 {
    position: absolute;
    top: 0;
    margin-left: 10px;
    margin-top: 2px;
}
*:first-child + html #searchBtn2    {
    top: 1px;
}

/*プライバシーポリシー同意ダイアログポップアップ*/
.dialog {
  overflow: hidden;
  position: fixed;
  bottom: 0px;
  height: auto;
  width: 50%;
  display: none;
  border:1px solid #aaa;
  z-index:100000;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.dialog-header {
  background: #919191;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  padding:5px;
}
.dialog-close {
  float: right;
  border: 1px solid #d3d3d3;
  background: #ababab;
  font-weight: normal;
  color: #ffffff;
}
.dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: #919191;
  color: #ffffff;
  overflow: auto;
  width: auto;
  height: auto;
  text-align: left;
  opacity: 0.9;
}
.dialog-content a {
  color:#ffffff;
  text-decoration:underline;
}
.btn {
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .dialog {
    width: 90% !important;
    bottom: 55px;
  }
}


    