@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;
}

/**楽器検索結果
--------------------------------------------- */
#resultNoimage {
  padding: 0 0;
  border-top: 2px solid #AAAFBB;
  border-bottom: 1px solid #AAAFBB;
}
.resultItem {
  padding: 4px 5px 2px 5px;
  border-bottom: 1px solid #AAAFBB;
}
.line2 {
  background: #EBECEF;
}
.resultItem table{
	width:100%;
}
.resultItem table td {
  vertical-align: top;
}
.resultItem table td.imageCell {
  width: 60px;
}
.resultItem table td.strings {
  padding: 2px 0 2px 0;
  font-size: 75%;
  line-height: 1.3;
}
.resultItem table td.rightCell {
  width: 50%;
  text-align: right;
}
.resultItem p.resultLabel {
  margin: 0;
}
.resultItem h2 {
  margin: 0;
  padding-bottom: 0.5em;
  background: url(/img/item_border.gif) left bottom repeat-x;
  font-size: 75%;
  line-height: 1.3;
}

