@charset "utf-8";
/*----------------------------------------------
ダイレクト検索
-----------------------------------------------*/
#d_main {
  height: 73px;
}
#d_main li {
  float: left;
}
#d_main ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#d_main #d_catch {
  padding: 12px 0 0 10px;
  width: 204px;
  height: 61px;
  background: url(../../images/vrcms/d_search_main_left.gif) no-repeat;
}
#d_main #d_search {
  padding: 18px 10px 0 0;
  height: 55px;
  background: url(../../images/vrcms/d_search_main_right.gif) no-repeat right;
}
#d_main #keyword {
  width: 391px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  color: #ccc;
  border: solid 3px #ccc;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#d_btn {
  vertical-align: bottom;
}
#d_main #result {
  display: none;
}
#d_main_s #d_catch {
  padding: 5px;
  width: 186px;
}
#d_main_s #d_search {
  padding: 5px;
  margin: 0;
}
#d_main_s #keyword {
  width: 124px;
  height: 26px;
  font-size: 14px;
  font-weight: bold;
  line-height: 26px;
  color: #ccc;
  border: solid 2px #ccc;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#d_main_s #d_btn {
  vertical-align: bottom;
}
#d_main_s #result {
  margin: 0 5px;
  padding: 5px;
  border: solid 1px #ccc;
  height: <%= m_nHeight - 120 %>px;
  background: #fff;
  display: none;
}
#d_main_s #result iframe {
  width: 100%;
  height: 100%;
  background: none;
  overflow-x: hidden;
  border: none;
}