@charset "utf-8";
/**
 * Digimart
 * @Copyright: 2007 Rittor Music Inc., a company of Impress Group. All right reserved.
 * 
 * 03_PTN1-1_ニュースイベント情報一覧
 * 
*/


h1 {
  width: 160px;
  height: 18px;
  margin-bottom: 0.4em;
  background: url(/img/title_news.gif) no-repeat;
}
h1 span {
  display: none;
}

/** 検索結果【画像なし】
--------------------------------------------- */
#resultNoimage {
  padding: 0 0;
  border-top: 2px solid #AAAFBB;
  border-bottom: 1px solid #AAAFBB;
  font-size:75%;
}
.resultItem {
  padding: 4px 5px 2px 5px;
  border-bottom: 1px solid #AAAFBB;
}
.resultItem span.news_title {
  zoom:1;
}
.line2 {
  background: #EBECEF;
}
.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 td.eventDate {
  margin: 0;
  padding-bottom: 0.5em;
  line-height: 1.3;
  font-weight:bold;
}
.resultItem span.eventDate {
  margin: 0;
  padding-bottom: 0.5em;
  line-height: 1.3;
  font-weight:bold;
}
.resultItem p.rightArea{
  margin-bottom:10px;
  text-align:right;
}

.blockborder {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background: url(/img/item_border.gif) left top repeat-x;
  line-height: 1.3;
}


/* マイサーチ追加ボタン */
p#addMySearch {
  float: right;
  margin-bottom: 10px;
}

/* パン屑リスト */
p#topicPath {
  clear: both;
  margin-bottom: 1em;
  font-size: 75%;
  line-height: 1.3;
  font-weight:bold;
}

/** ソート
--------------------------------------------- */
#sorttop {
  padding: 0.5em 0;
  background: url(/img/console_border.gif) repeat-x;
}
#sortbtm {
  margin-bottom: 1em;
  padding: 0.5em 0;
  background: url(/img/console_border.gif) left bottom repeat-x;
}
#sorttop p.totalCount, #sortbtm p.totalCount {
  float: left;
  margin: 0;
  font-size: 75%;
  line-height: 1.3;
}
#sorttop form.sortForm, #sortbtm form.sortForm {
  float: right;
  font-size: 75%;
  width:300px;
  text-align:right;
}
#sorttop form.sortForm select, #sortbtm form.sortForm select {
  background: #EBECEF;
  color: #455162;
}

/** ページング
--------------------------------------------- */
.paging {
  margin-bottom:5px;
}
.paging ul li {
  display: inline;
  width: auto;
  margin-right: 1px;
  font-size:70%;
  line-height: 1.3;
}
.paging ul li a {
  padding: 2px 6px;
  background: #E9EAED;
  color: #435061;
  text-decoration: none;
}
/* Hide from MacIE \*/
.paging ul li {
  display: block;
  float: left;
}
.paging ul li a {
  display: block;
}
/**/
.paging ul li a:hover {
  background: #ff9900;
  color: #fff;
}
.paging ul li.pagePrev a {
  padding: 2px 10px 2px 16px;
  border: none;
  background: #fff url(/img/page_prev.gif) left center no-repeat;
  text-align: center;
}
.paging ul li.pagePrev a:hover {
  border: none;
  background: #fff url(/img/page_next.gif) left center no-repeat;
}
.paging ul li.pageNext a {
  padding: 2px 16px 2px 10px;
  border: none;
  background: #fff url(/img/page_next.gif) right center no-repeat;
  text-align: center;
}
.paging ul li.pageNext a:hover {
  border: none;
  background: #fff url(/img/page_prev.gif) right center no-repeat;
}
.paging ul li.pageCurrent a {
  background: #ff6600;
  font-weight: bold;
  color: #fff;
}

/** 検索結果共通
--------------------------------------------- */
.instResult {
  margin: 0 0 15px 0;
}
.instResult p, .instResult span {
  color: #455162;
}
.instResult .resultInstID {
  margin-right: 1em;
}
.instResult .resultPrice {
  font-weight: bold;
  white-space: nowrap;
}
.instResult .resultTax {
  margin: 0 0.3em;
  font-size: 80%;
  font-weight: normal;
}
.instResult .resultStatus {
  margin: 0 0.2em;
  font-weight: bold;
  color: #FF3300;
}
.instResult .resultCondition, .instResult .resultGeneration {
  margin: 0 0.2em;
}
.instResult .resultCondition a {
  font-weight: bold;
  color: #ff6600;
}
.instResult .resultCondition a:hover {
  color: #003399;
}


p#recommendCap {
  margin: 10px 0 5px 0;
}
