@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
*/

@import "global.css";
@import "layout_common.css";
@import "inst_search.css";
@import "inst_search_common.css";



#narrowSearch .narrowItemBox ul.inst_option{
  margin:15px 15px;
}

#narrowSearch .narrowItemBox ul.inst_option li{
  margin-right:30px;
}

#narrowSearch .narrowItemBox .option_title{
  font-weight:bold;
  color:#777;
}

/** 検索結果【すべて表示】
--------------------------------------------- */
#resultAll {
  padding: 5px 0;
  border-top: 2px solid #AAAFBB;
}
.resultItem {
  margin-bottom: 5px;
  padding: 0 10px;
  border-bottom: 2px solid #AAAFBB;
}
.resultItem table{
	width:100%;
  border-width:0px;
  border-collapse:collapse;
}
.resultItem table td {
  vertical-align: top;
  border-width:0px;
}
* html .resultItem table td {
  word-break:break-all;
  border-width:0px;
}
.resultItem table td.imageCell {
  width: 125px;
  border-width:0px;
}
.resultItem table td.strings {
  padding: 4px 5px;
  font-size: 75%;
  line-height: 1.3;
  border-width:0px;
  empty-cells:show;
}
.resultItem table td.rightCell {
  text-align: right;
  border-width:0px;
}
.resultItem table tr.borderCell {
  border-width:0px;
  background: url(/img/item_border.gif) left bottom repeat-x;
}
.resultItem table td.borderCell {
  border-width:0px;
  background: url(/img/item_border.gif) left bottom repeat-x;
}
.resultItem p.resultLabel {
  height: 13px;
  margin: 0 0 8px 0;
}
.resultItem h2 {
  margin: 0;
  padding: 5px;
  background: #EBECEF;
  font-size: 85%;
  line-height: 1.3;
}

