@charset "UTF-8";

/*-----------------------------------------------------
2Column 検索ページのみ左サイドバーなので、layout.css の定義をオーバーライド
-------------------------------------------------------*/
.col2SearchLayout #mainContentsBlock {
  position: relative;
  /*float:left;*/
  float: right;
  clear: none !important;
  /*margin-right:-224px;*/
  margin-right: 0;
  margin-left: -224px;
}
.col2SearchLayout #mainContents {
  margin: 0 0 20px 263px;
  /*margin:0 263px 20px 0;*/
}
.col2SearchLayout #subContentsBlock {
  position: relative;
  float: left;
  clear: both;
  width: 224px;
}
.col2SearchLayout #contents {
  overflow: hidden;
}


/*-----------------------------------------------------
検索ページのみの表示・非表示を定義
-------------------------------------------------------*/
#utilityNav ul.onlySearch {
  display: none;
}
div.onlySearch {
  margin-bottom: 0 !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #ccc !important;
}
.col2SearchLayout .h1Block {
  background: none;
}
.searchHowTo {
  text-align: right;
}
.searchHowTo a {
  padding: 10px 10px 10px 35px;
  color: #fff;
  border: 1px solid #eee;
  background: url(/common/img/icon_arrow_rbws.gif) no-repeat 10px center;
  background-color: #005bac;
}


/*-----------------------------------------------------
条件検索Block用に、layout.css に #searchBlock 用に記載されているものと同等のものをここに追加。
-------------------------------------------------------*/
#searchBlockRefine {
  border-bottom: solid 1px #ccc;
  background: #ededed;
}
#searchBlockInnerRefine {
  overflow: hidden;
  zoom: 1;
  /*width: 980px;*/
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
#searchBlockInnerRefine #searchPartRefine {
  display: table;
  /*float: right;*/
  overflow: hidden;
  zoom: 1;
}


/*-----------------------------------------------------
searchBlock関連のオーバーライド
-------------------------------------------------------*/
.col2SearchLayout #searchBlock,
#searchBlockRefine {
  border: none;
}
.col2SearchLayout #searchBlockInner,
#searchBlockInnerRefine {
  width: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.col2SearchLayout #searchBlockInner #searchPart,
#searchBlockInnerRefine #searchPartRefine {
  float: none;
  margin: 0 auto;

  *display: inline;
  *zoom: 1;
}


#searchBlockWrap {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 50px;
}
#searchBlockGrid,
#searchBlockRefineGrid {
  float: left;
  width: 48%;
}
#searchBlockGrid {
  padding-right: 2%;
}
#searchBlockRefineGrid {
  padding-left: 2%;
}


/*form*/
#searchBlockInner .searchFormWrap {
  display: table-cell;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.col2SearchLayout #searchBlockInner input,
#searchBlockInnerRefine input,
#searchBlockInnerRefine select {
  font-size: 1em;
  vertical-align: middle;
}
.col2SearchLayout #searchBlockInner input.search,
#searchBlockInnerRefine input.searchRefineText,
#searchBlockInnerRefine select.searchRefineSelect {
  line-height: 23px;
  height: 23px;
  padding-left: 8px;
  border: solid 1px #ccc;
}
.col2SearchLayout #searchBlockInner input.search {
  width: 300px;
  margin-right: 5px;
}
#searchBlockInnerRefine input.searchRefineText {
  width: 165px;
  margin-right: 4px;
}
#searchBlockInnerRefine select.searchRefineSelect {
  margin-left: 4px;
}


/*searchResultRelateInner*/
#searchResultRelateInner ul li {
  display: inline-block;
  width: 24%;
  margin: 0;
  list-style: none;
  text-align: center;
  vertical-align: top;

  *display: inline;
  *zoom: 1;
}
#searchResultRelateInner ul li img {
  width: 60%;
}
#searchResultRelateInner ul li p {
  line-height: 1.4em;
  margin: 1em 0 2em;
  /*background: url(/common/img/icon_arrow_rwbs.gif) no-repeat left top;*/
  margin-left: 21px;
  padding-right: 21px;
  text-align: center;
  text-indent: -21px;

  *display: inline;
  *zoom: 1;
}
#searchResultRelateInner ul li a {
}
#searchResultRelateInner ul li p .icoArrow {
  width: 16px;
  margin-right: 5px;
  padding: 0;
  vertical-align: text-bottom;
}


/*searchResultDataInner*/
#searchResultDataInner {
  overflow: hidden;
  border-bottom: 1px dotted #ccc;

  *zoom: 1;
}
.searchResultDataSingle {
  overflow: hidden;
  margin-bottom: 25px;

  *zoom: 1;
}
.resultDataSiteName,
.resultDataSnippet,
.resultDataMisc,
.resultDataTitle,
.resultDataUri,
.resultDataViewer {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.resultImgWrap {
  float: left;
  width: 115px;
}
.resultImgWrap img {
  width: 100%;
}
.resultTextGridTop,
.resultTextGridBottom {
  /*float: left;*/
  width: 562px;
  margin: 0 0 0 115px;
  padding-left: 25px; /* IE6以外 */
  /*word-break: break-all;*/
}
*html .resultTextGridTop,
*html .resultTextGridBottom {
  padding-left: 22px; /* IE6のカラム落ち対応ハック */
}
#mainContents .resultDataTitle .ico {
  /* parts.css の .ico 指定が common.css の #mainContents p img 指定に負けてしまうので、ここで再指定 */
  vertical-align: baseline;
}
.resultDataTitle p {
  font-size: 1.2em;
  line-height: 1.7em;
  zoom: 1;
  margin: 0 !important;
  margin-left: 0;
  padding: 2px 0 2px 25px;
  background: url(/common/img/icon_arrow_rwbs.gif) no-repeat left 0.5em;
}
.resultDataSnippet {
  line-height: 1.5em;
  position: relative;
  margin-bottom: 0.5em;
  /*word-wrap: break-word;*/
}
.resultDataMisc {
  line-height: 1.3em;
}
.resultDataMisc1,
.resultDataMisc2,
.resultDataUri {
  font-size: 0.9em;
}
.resultDataMisc1 {
  float: left;
  width: 16%;
}
.resultDataMisc2 {
  float: left;
  width: auto;
}
.resultDataViewer {
  text-align: right;
}
.resultDataViewer a {
  zoom: 1;
  padding-left: 15px !important;
  background: url(/common/img/bullet_arrow.gif) no-repeat left center;
}
.resultDataUri,
.resultDataViewer {
  line-height: 1.2em !important;
  margin: 0.5em 0 !important;
}


#searchResultBlock .numsTop,
#searchResultBlock .numsBottom {
  display: block;
  padding: 0.2em 0;
}
#searchResultBlock .allNum {
  font-weight: bold;
  padding-right: 0.3em;
}
#searchResultBlock .fromNum,
#searchResultBlock .toNum {
  font-weight: bold;
}

/*Pager*/
.pagerList {
  margin-bottom: 3em !important;
  text-align: center;
}
.pagerList li {
  display: inline;
  margin-left: 0 !important;
  padding: 3px 18px 3px 0;
}
.pagerList li.pagerListNext {
  padding-right: 0;
}
.pagerList li.ac {
  font-size: 1.6em;
  font-weight: bold;
}
.pagerList li a,
.pagerList li span {
  text-align: center;
}
.pagerList li a {
  padding-left: 10px;
  background: transparent url(/common/img/bullet_arrow.gif) no-repeat left 0.3em;
}
.pagerList li.pagerListPrev a {
  background: transparent url(/common/img/bullet_arrow_l.gif) no-repeat left 0.3em;
}
.pagerList li.pagerListNumber {
  padding: 0;
}
.pagerList li.pagerListNumber ul {
  display: inline;
}


/*subContentsBlock*/
#subContentsBlock #searchSetting dd li {
  padding-bottom: 0;
  padding-left: 1.7em;
  text-indent: -1.7em;
  background: none; /* side.css での定義をリセット */
}
#subContentsBlock #searchSetting dl {
  width: auto; /* side.css での定義をリセット */
  margin: 0; /* side.css での定義をリセット */
}
#subContentsBlock #searchSetting dd {
  margin: 0; /* side.css での定義をリセット */
}
#subContentsBlock #searchSetting .sideSection ul {
  list-style: none;
  border-top: none; /* parts.css での定義をリセット */
}
#subContentsBlock #searchSetting .dotline {
  /*background:url(/common/img/dotline.gif) repeat-x left bottom;*/
  border-bottom: 1px dotted #ccc; /* parts.css で上記定義がコメントアウトされていたのでここで定義 */
}
#subContentsBlock #searchSetting .searchScopeBox {
  margin: 0;
  padding: 5px 0 0 5px;
  background-color: #ededed;
}
#subContentsBlock #searchSetting .searchOptionRange .rangeCheckbox {
  margin-left: 13px;
}
#subContentsBlock #searchSetting .searchOptionRange ul {
  margin-top: 5px;
}
#subContentsBlock #searchSetting .searchOptionRange li label {
  display: inline-block;

  *display: inline;
  *zoom: 1;
}
#subContentsBlock #searchSetting .searchOptionRange li label.jaRangeLabel {
  width: 1.5em;
}
#subContentsBlock #searchSetting .searchOptionRange li label.enRangeLabel {
  width: 3em;
}
#subContentsBlock #searchSetting label input {
  margin-right: 5px;
}
#subContentsBlock #rsvSearchSetting,
#subContentsBlock #rsvSearchBtn {
  display: none;
}


/*-----------------------------------------------------
共通検索ヘルプページ用 notice-search.html
-------------------------------------------------------*/
.searchHelpScreenshot,
.searchHelpGuide {
  float: left;
  margin-bottom: 15px;
}
.searchHelpScreenshot {
  margin-right: 20px;
}