@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;
}

/** 検索結果【画像のみ】
--------------------------------------------- */
#resultImage table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #AAAFBB;
  border-bottom: 2px solid #AAAFBB;
}
#resultImage table tr.line2 {
  background: #e9eaed;
}
#resultImage table tr td {
  width: 25%;
  padding: 10px;
  border-bottom: 1px solid #AAAFBB;
  text-align: center;
  vertical-align: top;
  font-size: 75%;
  line-height: 1.3;
}
#resultImage table tr td h2 {
  margin: 0;
  padding-bottom: 0.5em;
  font-size: 100%;
  background: url(/img/item_border.gif) left bottom repeat-x;
  /* word-break: break-all; */
}
#resultImage table tr td p {
  margin: 0;
  padding: 0.2em 0;
}
#resultImage table tr td p.resultLabel {
  width: 120px;
  height: 13px;
  margin: 0 auto 2px auto;
  text-align: left;
}
#resultImage table tr td h2.resultItem img {
  display: block;
  width: 120px;
  margin: 0 auto 0.3em auto;
}

