/* クリアフィックス */
div.search_clearfix {
  content: " ";
  display: block;
  clear: both;
}

/* 検索エリア全体 */
#search_frame {
  margin: 0 0 20px 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.5;
}

/* 検索用のフォーム全体 */
#search_area {
  margin-bottom: 20px;
}

/* 検索キーワードの入力フォーム */
#search_text {
  font-size: 100%;
  width: 320px;
  padding: 12px;
  border: 1px solid #CCC;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#search_text:focus {
  box-shadow: 0 0 7px #36F;
  background: #DEF;
}

/* セレクトボックス（検索範囲など） */
select.search_select {
  padding: 10px;
  border: solid 1px #CCC;
  font-size: 100%;
}
select.search_select:focus {
  background: #DEF;
}

/* 「検索する」ボタン */
#search_button {
  font-size: 100%;
  padding: 10px 15px 10px 15px;
  border: none;
  border-radius: 10px;
  color: #FFF;
  background: #039;
}

/* 検索結果の一覧全体 */
#result_area {
  padding: 5px 15px 5px 15px;
  background: #EEF;
}

/* 目次の検索結果 */
div.search_result_content {
  margin: 15px;
  text-align: center;
  float: left;
  width: 120px;
  font-size: 90%;
}

/* マガジンの検索結果 */
div.search_result_quote {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 検索結果のリンク文字 */
a.search_link_title {
  color: #333;
}

/* 検索キーワードのハイライト表示 */
span.search_highlight {
  color: #FFF;
  background: #039;
}

/* 検索にヒットしたページ番号 */
span.search_page_number {
  font-weight: bold;
}

/* 検索にヒットしたマガジンのタイトル */
span.search_emag_title {
  text-decoration: underline;
}

/* 管理コマンドの説明 */
div.manual_command {
  font-size: 100%;
  font-weight: normal;
}
hr.manual_line {
  height: 0;
  border: 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #FFF;
}
