@charset "UTF-8";

/* =========================================================
食財ネットショップ
========================================================= */

/* インデックスページ
--------------------------------------------------------- */
/* カテゴリータイトル */
h2.categoryTitle_L {
	margin: 0 -25px;
	padding: 0;
}

/* メインビジュアル */
#content p.mainVisual {
	margin: 0 -25px;
	padding: 0;
}

/* 検索結果
--------------------------------------------------------- */
/* 枠のリセット */
div.resultBox h3.resultTitle {
	background: url(images/bg_resultTitle.png) repeat-x left bottom;
}

/* ページネーション */
div.pagination {
	background: #ECE5D4;
}
div.pagination ul li a {
	color: #345E98;
}
div.pagination ul li.prev a  {
	background: url(images/arrow_prev.png) no-repeat left center;
}
div.pagination ul li.next a  {
	background: url(images/arrow_next.png) no-repeat right center;
}

/* DBページ
--------------------------------------------------------- */
/* 基本情報 */
div.dataTable {
	border-top: 1px solid #75ADBB;
	border-left: 1px solid #75ADBB;
	border-right: 1px solid #75ADBB;
	background: url(images/bg_datatable.png) repeat-y left top;
}
.dataTable.contact dl {/* 問い合わせ枠 */
	background: url(images/bg_datatable_contact.png) no-repeat 14px center;
}
.dataTable.trade dl {/* 取引条件枠 */
	background: url(images/bg_datatable_trade.png) no-repeat 14px center;
}
.dataTable dl dd {
	border-bottom: 1px solid #75ADBB;
}
