@charset "UTF-8";

/*
*	Title: オレンジブック.Com - 検索用CSS
*	URI: 
*	Last Modified: 2009-08-04
*	Description: 検索用画面にのみ適用するCSSを定義
*	
*	透過pngを使用している箇所があるので注意!!
*	IE6対応で filter を使用しているが、絶対パスによる指定になるので、アップする際に必ずパスを確認すること!!
*/

/*========================================
	1. メインエリア部
========================================*/

/*--------------------------------------
	1-1. 検索系共通
---------------------------------------*/
/* ----- 表示切り替え用ボタン ----- */
#main .actionButton {
	visibility: hidden;
	position: absolute;
	display: block;
	z-index: 21;
}

#main .btnActive {
	visibility: visible;
}


/*--------------------------------------
	1-2. タイトル要素
---------------------------------------*/
#main h1.mProductName {
	width: 647px;
	min-height: 50px;
	padding-top: 15px;
	padding-right: 63px;
}
*html #main h1.mProductName {
	height: 50px;
}

#main h1.mProductName span {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 80%;
	color: #ffffff;
}

#main h1.mProductName .lostNumber {
	position: absolute;
	margin-bottom: -8px;
	right: 10px;
	bottom: 50%;
}

/* ----- 検索条件表示用ボタン ----- */
#main h1 .actionButton {
	right: 10px;
	bottom: 0;
	width: 160px;
	height: 25px;
}
*html #main h1 .actionButton {
	bottom: -1px;
}


/*--------------------------------------
	1-3. 中分類表示枠
---------------------------------------*/
#main #mSearchMiddleCategoryList {
	margin-top: 20px;
	background: #cbcbcb;
	padding: 3px 1px 3px 3px;
}

#main #mSearchMiddleCategoryList table {
	border-collapse: collapse;
	Xwidth: 736px;
}

#main #mSearchMiddleCategoryList table td {
	border-right: 2px solid #cbcbcb;
	width: 346px;
	padding: 21px 0 15px 20px;
	background: #ffffff url(../images/img_dotline.gif) repeat-x left top;
	vertical-align: top;
	line-height: 1.6;
}

#main #mSearchMiddleCategoryList table td div {
	margin-top: -152px;
	margin-left: 160px;
	width: 165px;
	min-height: 157px;
}
*html #main #mSearchMiddleCategoryList table td div {
	height: 157px;
}

#main #mSearchMiddleCategoryList table td div p {
	margin-top: 9px;
}

/* ----- 最初の行 ----- */
#main #mSearchMiddleCategoryList table .firstLine td {
	padding-top: 20px;
	background-image: none;
}


/*--------------------------------------
	1-4. 小分類表示枠
---------------------------------------*/
#main #mSearchSmallCategoryList {
	margin-top: 20px;
	background: #cbcbcb;
	padding: 3px 1px 3px 3px;
}

#main #mSearchSmallCategoryList table {
	border-collapse: collapse;
	Xwidth: 736px;
}

#main #mSearchSmallCategoryList table td {
	border-right: 2px solid #cbcbcb;
	width: 233px;
	padding: 21px 0 0 10px;
	background: #ffffff url(../images/img_dotline.gif) repeat-x left top;
	vertical-align: top;
	line-height: 1.6;
}

#main #mSearchSmallCategoryList table td div {
	margin-top: -50px;
	margin-left: 60px;
	min-height: 50px;
	padding-bottom: 20px;
	line-height: 1.3;
}
*html #main #mSearchSmallCategoryList table td div {
	height: 50px;
}

#main #mSearchSmallCategoryList table td div a {
	text-decoration: underline;
	font-weight: bold;
}

#main #mSearchSmallCategoryList table td div a img {
	margin-top: 9px;
}

/* ----- 最初の行 ----- */
#main #mSearchSmallCategoryList table .firstLine td {
	padding-top: 20px;
	background-image: none;
}


/*--------------------------------------
	1-5. 補足条件枠
---------------------------------------*/
#main .mSearchHosokuFrame {
	position: relative;
	width: 734px;
	padding: 0 3px 3px;
	background: #cbcbcb;
	z-index: 20;
}

#main .mSearchHosokuFrame img {
	vertical-align: bottom;
}

#main .mSearchHosokuFrame .actionButton {
	right: 7px;
	bottom: 3px;
}
*html #main .mSearchHosokuFrame .actionButton {
	bottom: 2px;
}


/*--------------------------------------
	1-6. COCOMITE枠
---------------------------------------*/
#main #mSearchCocomiteFrame {
	visibility: hidden;
	position: absolute;
	width: 734px;
	padding: 0 3px 3px;
	background: #cbcbcb;
}

/* ----- 製品名 ----- */
#main #mSearchCocomiteFrame h2 {
	position: relative;
	width: 474px;
	padding: 9px 240px 6px 20px;
	background: #7f7f7f;
	line-height: 1.3;
	font-weight: bold;
	font-size: 114.3%;
	color: #ffffff;
}

#main #mSearchCocomiteFrame h2 a {
	position: absolute;
	margin-top: -13px;
	right: 7px;
	top: 50%;
	z-index: 21;
}

/* ----- 概要説明枠 ----- */
#main #mSearchCocomiteFrame .cocomiteOutline {
	padding: 16px 20px 6px;
	background: #ffffff;
}

#main #mSearchCocomiteFrame .cocomiteOutline .outline {
	margin-bottom: 5px;
	line-height: 1.6;
	font-weight: bold;
}

#main #mSearchCocomiteFrame .cocomiteOutline dl {
	padding-top: 4px;
}

#main #mSearchCocomiteFrame .cocomiteOutline dl dt {
	zoom: 1;
}

#main #mSearchCocomiteFrame .cocomiteOutline dl dd {
	margin: -28px 0 0 83px;
	padding-bottom: 8px;
	line-height: 1.6;
	zoom: 1;
}
*html #main #mSearchCocomiteFrame .cocomiteOutline dl dd {
	margin-top: -24px;
}
*:first-child+html #main #mSearchCocomiteFrame .cocomiteOutline dl dd {
	margin-top: -24px;
}
html>/**/body #main #mSearchCocomiteFrame .cocomiteOutline dl dd {
	margin-top /*\**/: -20px\9;  
}

/*--------------------------------------
	1-7. 検索条件表示枠
---------------------------------------*/
#main #mSearchConsFrame {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	width: 735px;
	padding: 3px 2px 3px 3px;
	background: #cbcbcb;
	Xborder: 3px solid #cbcbcb;
	z-index: 0;
}

#main #mSearchConsFrame table th {
	width: 25%;
}

#main #mSearchConsFrame table td {
	border-right: 1px solid #cbcbcb;
	width: 25%;
}


/*--------------------------------------
	1-8. 会社情報表示枠
---------------------------------------*/
#main #mSearchCompanyInfo {
	border-right: 3px solid #cccccc;
	border-bottom: 3px solid #cccccc;
	border-left: 3px solid #cccccc;
	padding: 20px;
	background: #ffffff;
}

#main #mSearchCompanyInfo #makerLogo {
	margin-bottom: 4px;
}

#main #mSearchCompanyInfo div {
	padding: 10px 0 0;
	line-height: 1.3;
}

#main #mSearchCompanyInfo div a {
	text-decoration: underline;
}

#main #mSearchCompanyInfo div p,
#main #mSearchCompanyInfo div ul {
	margin: -18px 0 0 130px;
}
*html #main #mSearchCompanyInfo div p,
*html #main #mSearchCompanyInfo div ul {
}
*:first-child+html #main #mSearchCompanyInfo div p,
*:first-child+html #main #mSearchCompanyInfo div ul {
	margin-top: -19px;
}

#main #mSearchCompanyInfo div ul li {
	margin-bottom: 6px;
	min-height: 18px;
	padding-left: 24px;
	background: url(../images/icon_pdf.gif) no-repeat left center;
	zoom: 1;
}
*html #main #mSearchCompanyInfo div ul li {
	height: 18px;
}

#main #mSearchCompanyInfo div ul li span {
	margin-left: 5px;
	font-size: 85.7%;
}


/*--------------------------------------
	1-9. メーカー名入力枠
---------------------------------------*/
#main #mSearchMakerName {
	margin-top: 20px;
	padding: 3px 3px 3px 3px;
	background: #7F7F7F;
	Xborder: 3px solid #cbcbcb;
}

#main #mSearchMakerName table th {
	width: 147px;
	padding-left: 15px;
	background-image: none;
}

#main #mSearchMakerName table td {
	width: 776px;
	background-image: none;
}

#main #mSearchMakerName table td p {
	margin-bottom: 5px;
}

#main #mSearchMakerName table td input {
	width: 500px;
	font-size: 100%;
}

/* ----- ボタン表示欄 ----- */
#main #mSearchMakerName div {
	padding-top: 3px;
	text-align: center;
}

/*--------------------------------------
	1-10. 50音別メーカー検索枠
---------------------------------------*/
#main #mSearchMakerKana {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 3px 3px 3px 3px;
	background: #7F7F7F;
	Xborder: 3px solid #cbcbcb;
}

#main #mSearchMakerKana table {
}

#main #mSearchMakerKana table th {
	border-right: none;
	padding: 12px 15px 11px;
	background-image: none;
}

#main #mSearchMakerKana table td {
	border-right: 1px solid #cbcbcb;
	width: 87px;
	padding: 0;
	line-height: 1;
}

#main #mSearchMakerKana table td a {
	display: block;
	padding: 9px 0 10px;
	text-decoration: underline;
	text-align: center;
}

#main #mSearchMakerKana table td span {
	display: block;
	padding: 9px 0 10px;
	text-align: center;
}

#main #mSearchMakerKana table .focus {
	background: #fed8be url(../images/img_dotline.gif) repeat-x left top;
}

/* ----- 最初の列 ----- */
#main #mSearchMakerKana table .endCell {
	border-right: none;
}


/*--------------------------------------
	1-11. メーカー検索結果一覧
---------------------------------------*/
#main #mSearchMeakerList {
	padding: 3px 3px 3px 3px;
	background: #cbcbcb;
}

#main #mSearchMeakerList table th {
	width: 275px;
	padding: 15px 10px 11px 15px;
	line-height: 1.3;
	font-size: 114.3%;
}

#main #mSearchMeakerList table td {
	width: 638px;
	padding: 11px 10px 10px 15px;
	line-height: 1.3;
}

#main #mSearchMeakerList table td a {
	margin-right: 4px;
}

#main #mSearchMeakerList table td img {
	vertical-align: top;
}

#main #mSearchMeakerList table td p {
	margin: -23px 0 0 303px;
	width: 330px;
	word-break: break-all;
	vertical-align: top;
}

#main #mSearchMeakerList table td p a {
	margin-right: 0;
	text-decoration: underline;
}

/* ----- 最初の行 ----- */
#main #mSearchMeakerList table .firstLine th {
	padding-top: 14px;
}

#main #mSearchMeakerList table .firstLine td {
	padding-top: 10px;
}

/*--------------------------------------
	1-12. ソート条件設定枠
---------------------------------------*/
#main #mSetSortOrder {
	position: relative;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 3px solid #7f7f7f;
	z-index: 25;
}

#main #mSetSortOrder table {
	margin: 0;
}

#main #mSetSortOrder table th {
	width: 63px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

#main #mSetSortOrder table td {
	vertical-align: middle;
	padding: 4px 10px 3px 15px;
}

#main #mSetSortOrder table td a {
	margin-right: 2px;
}

#main #mSetSortOrder table td img {
	vertical-align: middle;
}


/*--------------------------------------
	1-12. 絞込み条件設定枠
---------------------------------------*/
#main #mNarrowDownSearch {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	border: 3px solid #7f7f7f;
	z-index: 25;
}

#main #mNarrowDownSearch table th {
	width: 63px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

#main #mNarrowDownSearch table td {
	vertical-align: middle;
}

#main #mNarrowDownSearch table .ItemName {
	width: 129px;
	font-weight: bold;
}

#main #mNarrowDownSearch table .inputField {
	width: 521px;
	padding-left: 0;
	padding-right: 0;
}

/* ----- 条件再設定用セル ： フル表示用----- */
.fullContent #mNarrowDownSearch table .inputField {
	width: 750px !important;
}


#main #mNarrowDownSearch table .inputField p {
	position: relative;
	width: 521px;
	z-index: 10;
}

/* ----- 条件再設定用セル ： フル表示用----- */
.fullContent #mNarrowDownSearch table .inputField p {
	width: 750px !important;
}


#main #mNarrowDownSearch able .inputField input,
#main #mNarrowDownSearch table .inputField select {
	Xwidth: 500px;
	font-size: 100%;
}

#main #mNarrowDownSearch table .inputField span {
	margin: 0 4px;
}

#main #mNarrowDownSearch table .inputField .sizeLL {
	width: 500px;
}

#main #mNarrowDownSearch table .inputField .sizeL {
	width: 225px;
}

#main #mNarrowDownSearch table .inputField .sizeM {
	width: 120px;
}

#main #mNarrowDownSearch table .inputField .sizeS {
	width: 80px;
}

#main #mNarrowDownSearch table .inputField .sizeSS {
	width: 60px;
}

#main #mNarrowDownSearch table .inputField input,
#main #mNarrowDownSearch table .inputField select,
#main #mNarrowDownSearch table .inputField img,
#main #mNarrowDownSearch table .inputField span,
#main #mNarrowDownSearch table .inputField label {
	vertical-align: middle;
}

#main #mNarrowDownSearch table .inputField p .actionButton {
	right: 7px;
	bottom: -12px;
}
*html #main #mNarrowDownSearch table .inputField p .actionButton {
	bottom: -12px;
}


/* ----- 絞込み条件入力欄 ----- */
#main #mNarrowDownSearch #mNarrowDownField {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	z-index: 0;
}

#main #mNarrowDownSearch #mNarrowDownField .firstLine th {
	border-top: 2px solid #f1f1f1;
}

#main #mNarrowDownSearch #mNarrowDownField .firstLine td {
	border-top: 2px solid #cbcbcb;
}

#main #mNarrowDownSearch #mNarrowDownField table .ItemName {
	vertical-align: top;
}

#main #mNarrowDownSearch #mNarrowDownField table td p {
	position: static;
	margin-bottom: 5px;
}

/* ----- 条件再設定用セル：環境マーク選択 ----- */
#main #mNarrowDownSearch #mNarrowDownField #chkEnviroMark {
	margin-top: 11px;
}

#main #mNarrowDownSearch #mNarrowDownField #chkEnviroMark li {
	margin-bottom: 5px;
	line-height: 1.2;
}

#main #mNarrowDownSearch #mNarrowDownField #chkEnviroMark li input {
	margin-right: 4px;
}

#main #mNarrowDownSearch #mNarrowDownField #chkEnviroMark li label {
	margin-left: 6px;
}

/* ----- 条件再設定用セル：廃番選択 ----- */
#main #mNarrowDownSearch #mNarrowDownField #chkLostNumber {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 6px 5px 4px;
	background: #e4e4e4;
}
*html #main #mNarrowDownSearch #mNarrowDownField #chkLostNumber {
	display: inline;
}
/* ----- 条件再設定用セル ： フル表示用----- */
.fullContent #mNarrowDownSearch #mNarrowDownField #chkLostNumber {
	width: 400px;
}

#main #mNarrowDownSearch #mNarrowDownField #chkLostNumber input {
	margin-right: 4px;
}

#main #mNarrowDownSearch #mNarrowDownField #chkLostNumber label {
	margin-left: 6px;
}



#main #mNarrowDownSearch #mNarrowDownButton {
	padding: 14px 0 5px;
	background: #f1f1f1 url(../images/bg_narrowDownButton.gif) no-repeat center top;
	text-align: center;
	zoom: 1;
}

#main #mNarrowDownSearch #mNarrowDownButton p {
	margin: 4px 0 0;
}

#main #mNarrowDownSearch #mNarrowDownButton p a {
	text-decoration: underline;
}

/*--------------------------------------
	1-12. 絞込み条件設定枠
---------------------------------------*/
#main #mSearchAddForm {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 3px solid #7f7f7f;
	z-index: 25;
}

#main #mSearchAddForm table th {
	width: 63px;
	padding-right: 0;
	padding-left: 0;
	text-align: center;
}

#main #mSearchAddForm table td {
	vertical-align: middle;
}

/* ----- ソートアイコン用セル ----- */
#main #mSearchAddForm table .sortIcons {
	padding: 8px 10px 10px 15px;
}

#main #mSearchAddForm table .sortIcons a {
	margin-right: 2px;
}

#main #mSearchAddForm table .sortIcons img {
	vertical-align: middle;
}

/* ----- 条件再設定用セル ----- */
#main #mSearchAddForm table .field {
	width: 477px;
	padding: 10px 15px;
}

#main #mSearchAddForm table .field label,
#main #mSearchAddForm table .field input,
#main #mSearchAddForm table .field select,
#main #mSearchAddForm table .field img {
	vertical-align: middle;
}

/* ----- 条件再設定用セル ： フル表示用----- */
.fullContent #mSearchAddForm table .field {
	width: 693px !important;
}


/* ----- 条件再設定用セル：検索条件選択・キーワード入力 ----- */
#main #mSearchAddForm table .field #selCondition,
#main #mSearchAddForm table .field #txtKeyword {
	margin-bottom: 6px;
}

#main #mSearchAddForm table .field #selCondition label,
#main #mSearchAddForm table .field #txtKeyword label {
	display: inline-block;
	width: 120px;
	font-weight: bold;
}

#main #mSearchAddForm table .field #selCondition select,
#main #mSearchAddForm table .field #txtKeyword input {
	font-size: 100%;
}

#main #mSearchAddForm table .field #txtKeyword input {
	width: 250px;
}

/* ----- 条件再設定用セル：環境マーク選択 ----- */
#main #mSearchAddForm table .field #chkEnviroMark {
	margin-top: 11px;
}

#main #mSearchAddForm table .field #chkEnviroMark li {
	margin-bottom: 5px;
	line-height: 1.2;
}

#main #mSearchAddForm table .field #chkEnviroMark li input {
	margin-right: 4px;
}

#main #mSearchAddForm table .field #chkEnviroMark li label {
	margin-left: 6px;
}

/* ----- 条件再設定用セル：廃番選択 ----- */
#main #mSearchAddForm table .field #chkLostNumber {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 6px 5px 4px;
	background: #e4e4e4;
}

#main #mSearchAddForm table .field #chkLostNumber input {
	margin-right: 4px;
}

#main #mSearchAddForm table .field #chkLostNumber label {
	margin-left: 6px;
}


/* ----- 絞込みボタン用セル ----- */
#main #mSearchAddForm table .btnArea {
	width: 167px;
	padding: 1px 0 0 0;
	background: #f2f2f2 url(../images/bg_mainSearchAddBack.gif) repeat-x left top;
	text-align: center;
}

#main #mSearchAddForm table .btnArea p {
	margin-left: 0;
	padding: 10px 0 10px;
	background: #f2f2f2 url(../images/bg_mainSearchAdd.gif) no-repeat left center;
}

#main #mSearchAddForm table .btnArea p a img {
	vertical-align: bottom;
}


/*--------------------------------------
	1-13. 絞込み条件設定枠
---------------------------------------*/
#main #mSearchDetailForm {
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 3px 3px 3px 3px;
	background: #7F7F7F;
}

#main #mSearchDetailForm table th {
	width: 125px;
	padding-left: 15px;
}

#main #mSearchDetailForm table td {
	width: 560px;
	padding-left: 15px;
}

#main #mSearchDetailForm table td p {
	margin-bottom: 5px;
}

#main #mSearchDetailForm table td input,
#main #mSearchDetailForm table td select {
	Xwidth: 500px;
	font-size: 100%;
}

#main #mSearchDetailForm table td span {
	margin: 0 4px;
}

#main #mSearchDetailForm table td .sizeLL {
	width: 500px;
}

#main #mSearchDetailForm table td .sizeL {
	width: 225px;
}

#main #mSearchDetailForm table td .sizeM {
	width: 120px;
}

#main #mSearchDetailForm table td .sizeS {
	width: 80px;
}

#main #mSearchDetailForm table td .sizeSS {
	width: 60px;
}

#main #mSearchDetailForm table td input,
#main #mSearchDetailForm table td select,
#main #mSearchDetailForm table td img,
#main #mSearchDetailForm table td span,
#main #mSearchDetailForm table td label {
	vertical-align: middle;
}

/* ----- メーカープルダウン ----- */
#main #mSearchDetailForm table td #selMakerCode {
	visibility: hidden;
}

#main #mSearchDetailForm table td .loader {
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/img_makerloader.gif) no-repeat left top;
}

/* ----- 条件再設定用セル：環境マーク選択 ----- */
#main #mSearchDetailForm table td #chkEnviroMark {
	margin-top: 11px;
	margin-bottom: 15px;
}

#main #mSearchDetailForm table td #chkEnviroMark li {
	margin-bottom: 5px;
	line-height: 1.2;
}

#main #mSearchDetailForm table td #chkEnviroMark li input {
	margin-right: 4px;
}

#main #mSearchDetailForm table td #chkEnviroMark li label {
	margin-left: 6px;
}

/* ----- 最初の行 ----- */
#main #mSearchDetailForm table .firstLine td {
	padding: 18px 30px 15px;
	font-weight: bold;
}

/* ----- ボタン表示欄 ----- */
#main #mSearchDetailForm div {
	padding-top: 3px;
	text-align: center;
}


/*--------------------------------------
	1-14. 絞込み条件エラーメッセージ
---------------------------------------*/
#main #mSearchErrorMessage {
	margin-top: 20px;
	border: 1px solid #cc0000;
	padding: 8px 15px 6px;
}

#main #mSearchErrorMessage li {
	margin: 4px 0;
	padding-left: 12px;
	background: url(../images/bg_errorPointer.gif) no-repeat left center;
	line-height: 1.2;
	color: #cc0000;
}

/*--------------------------------------
	1-15. 検索結果一覧枠
---------------------------------------*/
#main #mSearchResultList {
	border-right: 3px solid #cbcbcb;
	border-left: 3px solid #cbcbcb;
	padding: 0 0 3px;
	background: #cbcbcb;
}

#main #mSearchResultList table {
	margin: 3px 0 0;
}

#main #mSearchResultList table th {
	border-left: 1px solid #cbcbcb;
	width: 168px;
	padding: 6px 4px 4px 8px;
	vertical-align: middle;
	font-weight: normal;
}

#main #mSearchResultList table th span {
	font-size: 85.7%;
}

/* ----- 品番 ----- */
#main #mSearchResultList table th#stocknumber span {
	display: inline-block;
	width: 92px;
	font-size: 100%;
}

#main #mSearchResultList table th#stocknumber img {
	display: inline-block;
	padding-bottom: 4px;
	vertical-align: middle;
}

#main #mSearchResultList table td {
	width: 124px;
	padding: 6px 4px 4px 8px;
	vertical-align: middle;
}

/* ----- 商品画像表示セル ----- */
#main #mSearchResultList table .imgArea {
	width: 76px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}

#main #mSearchResultList table .imgArea img {
	margin-bottom: 5px;
}

/* ----- 名称・説明表示セル ----- */
#main #mSearchResultList table .nameArea {
	width: 310px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 0;
	vertical-align: top;
}

/* ----- 名称・説明表示セル ： フル表示用----- */
.fullContent  #mSearchResultList table .nameArea {
	width: 530px !important;
}

#main #mSearchResultList table .nameArea .name { /* ----- 商品名 ----- */
	text-decoration: underline;
	line-height: 1.4;
	font-size: 116.7%;
	font-weight: bold;
}

#main #mSearchResultList table .nameArea .maker { /* ----- メーカー名 ----- */
	padding: 9px 0 8px;
	line-height: 1.2;
	font-weight: bold;
}

#main #mSearchResultList table .nameArea .exp { /* ----- メーカー名 ----- */
	margin-bottom: 11px;
}

#main #mSearchResultList table .nameArea .mark { /* ----- 環境マーク ----- */
	margin-right: -10px;
}

#main #mSearchResultList table .nameArea .mark img {
	margin: 0 5px 8px 0;
}

#main #mSearchResultList table .nameArea .picto { /* ----- ピクト ----- */
	margin-right: -10px;
	Xpadding: 8px 0 0;
}

#main #mSearchResultList table .nameArea .picto img {
	margin: 0 5px 8px 0;
}

/* ----- 各商品枠を最初の行 ----- */
#main #mSearchResultList table .firstLine th,
#main #mSearchResultList table .firstLine td {
	border-top: 3px solid #cbcbcb;
	padding-top: 5px;
}

#main #mSearchResultList table .firstLine .imgArea {
	padding-top: 15px;
}

#main #mSearchResultList table .firstLine .nameArea {
	padding-top: 13px;
	Xpadding-bottom: 9px;
}


/*--------------------------------------
	1-16. 商品詳細表示枠
---------------------------------------*/
#main #mProductDetail {
	border-right: 10px solid #cccccc;
	border-left: 10px solid #cccccc;
	background: #ffffff;
}

/* ----- 左部：画像表示エリア ----- */
#main #mProductDetail #mProductImageFrame {
	float: left;
	border-right: 2px solid #cccccc;
	width: 230px;
	padding-top: 15px;
	text-align: center;
}

#main #mProductDetail #mProductImageFrame .subImage {
	margin-top: 15px;
}

#main #mProductDetail #mProductImageFrame .mainImage,
#main #mProductDetail #mProductImageFrame .subImage {
	position: relative;
	width: 230px;
	z-index: 20;
}

#main #mProductDetail #mProductImageFrame .mainImage span,
#main #mProductDetail #mProductImageFrame .subImage span {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -8px;
	display: block;
	Xdisplay: none;
	width: 15px;
	height: 15px;
	background: url(../images/icon_productZoom.gif) no-repeat left top;
	z-index: 21;
	cursor: pointer;
}

#main #mProductDetail #mProductImageFrame .mainImage span img,
#main #mProductDetail #mProductImageFrame .subImage span img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 50;
	visibility: hidden;
}

#main #mProductDetail #mProductImageFrame .bunner {
	padding: 15px 0 30px;	
}

#main #mProductDetail #mProductImageFrame .bunner a {
	display: block;
	margin: 5px auto;
	width: 200px;
}

#main #mProductDetail #mProductImageFrame .exp {
	padding: 15px;
	text-align: left;
}

/* -----右部：諸元エリア ----- */
#main #mProductDetail table {
	float: right;
	margin-left: -2px;
	border-bottom: 1px solid #cccccc;
	width: 490px;
}

#main #mProductDetail table th {
	border-right: 1px solid #cccccc;
	border-left: 2px solid #cccccc;
	width: 147px;
	padding: 8px 5px 4px 10px;
	line-height: 1.6;
	font-weight: normal;
}

#main #mProductDetail table th span {
	font-size: 85.7%;
}

/* ----- 品番 ----- */
#main #mProductDetail table th#stocknumber span {
	display: inline-block;
	width: 73px;
	font-size: 100%;
}

#main #mProductDetail table th#stocknumber img {
	display: inline-block;
	padding-bottom: 4px;
	vertical-align: middle;
}

#main #mProductDetail table td {
	width: 309px;
	padding: 8px 5px 4px 10px;
	line-height: 1.6;
}

#main #mProductDetail table td a {
	text-decoration: underline;
}

#main #mProductDetail table td strong {
}

/* -----右部：諸元エリア内：マーカー・ピクト表示枠 ----- */
#main #mProductDetail table .markArea {
	border-left: 2px solid #cccccc;
	width: 465px;
	padding: 10px;
	background-image: none;
}

#main #mProductDetail table .markArea img {
	margin-right: 5px;
	vertical-align: middle;
}


/*--------------------------------------
	1-17. 商品詳細表示枠補足：同等代替商品
---------------------------------------*/
#main #mRelationProduct {
	background: #cccccc url(../images/bg_mainRelationProductBottom.gif) no-repeat left bottom;
	padding: 0 10px 10px;
	overflow-x: hidden;
}

#main #mRelationProduct h2 {
	background: #808080;
}

#main #mRelationProduct .baseProductsList {
	width: 720px;
	background: #ffffff;
	overflow: hidden;
}

#main #mRelationProduct .baseProductsList ul li {
	width: 137px;
}

#main #mRelationProduct ul li p {
	margin-top: 2px;
}


/*--------------------------------------
	1-18. プロモーションエリア（環境にやさしい商品から探す）
---------------------------------------*/
#main #mPromotionArea {
	margin-bottom: 30px;
	border: 3px solid #cbcbcb;
	width: 704px;
	padding: 15px;
	min-height: 200px;
	background: url(../images/overlay/img_loading.gif) no-repeat 50% 50%;
}
*html #main #mPromotionArea {
	height: 200px;
}

#main #mPromotionArea .loading {
	padding: 30px 20px;
	text-align: center;
	font-size: 12px;
	color: #888888;
}


/*--------------------------------------
	1-19. 商品レコメンド
---------------------------------------*/
#main #mRecommend {
	margin-top: 20px;
	border: 1px solid #cbcbcb;
	overflow-x: hidden;
}

#main #mRecommend h2 {
	margin: -1px -1px 0;
	background: #7f7f7f;
	color: #ffffff;
}

#main #mRecommend .prevBtn{
	top: 49px;
}
#main #mRecommend .nextBtn {
	top: 49px;
}

#main #mRecommend ul {
	overflow: hidden;
}


/*--------------------------------------
	1-20. 人気商品ランキング
---------------------------------------*/
#main #mAccessRanking {
	margin-top: 20px;
	border: 1px solid #cbcbcb;
}

#main #mAccessRanking h2 {
	margin: -1px -1px 0;
	background: #7f7f7f;
	color: #ffffff;
}

#main #mAccessRanking h2 img {
	vertical-align: middle;
}

#main #mAccessRanking h2 span {
	display: inline;
	vertical-align: middle;
}

#main #mAccessRanking h2 span .turn {
	font-weight: bold;
}

#main #mAccessRanking ul {
	padding-top: 15px;
}

#main #mAccessRanking ul li {
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 35px;
}

#main #mAccessRanking ul li.rank1 {
	background-image: url(../images/icon_mainRank1.gif);
}

#main #mAccessRanking ul li.rank2 {
	background-image: url(../images/icon_mainRank2.gif);
}

#main #mAccessRanking ul li.rank3 {
	background-image: url(../images/icon_mainRank3.gif);
}

#main #mAccessRanking ul li.rank4 {
	background-image: url(../images/icon_mainRank4.gif);
}

#main #mAccessRanking ul li.rank5 {
	background-image: url(../images/icon_mainRank5.gif);
}


/*--------------------------------------
	1-21. 前ページへ戻るリンク
---------------------------------------*/
#main .mSearchBackLink {
	margin: 10px 0 10px;
	padding-left: 8px;
	background: url(../images/icon_arrowS2.gif) no-repeat left center;
	line-height: 1;
	zoom: 1;
}

#main .mSearchBackLink a {
	text-decoration: underline;
}


/*========================================
	2. サイドナビ部
========================================*/

/*--------------------------------------
	2-1. 検索条件枠
---------------------------------------*/
#sidebar #sSearchFram {
	margin-bottom: 13px;
}

#sidebar #sSearchFram h2 {
	position: relative;
	width: 200px;
}

#sidebar #sSearchFram h2 .balloonHelp {
	position: absolute;
	right: 11px;
	top: 45px;
	Xmargin-top: -8px;
	Xcursor: pointer;
	z-index: 10;
}

#sidebar #sSearchFram #sSearchCondition {
	border-right: 3px solid #3f3f3f;
	border-bottom: 3px solid #3f3f3f;
	border-left: 3px solid #3f3f3f;
	padding: 8px 8px 7px 8px;
	background: #ff6600 url(../images/bg_sideSearchBody.gif) repeat-x left top;
}
*html #sidebar #sSearchFram #sSearchCondition {
	padding-right: 8px;
}

#sidebar #sSearchFram #sSearchCondition .tranceForm {
	margin-top: 3px;
	margin-bottom: 8px;
	min-height: 25px;
	background: url(../images/bg_sideSearchInput.gif) no-repeat left top;
	z-index: 30px;
}
*html #sidebar #sSearchFram #sSearchCondition .tranceForm {
	height: 25px;
}

/* ----- 擬似SELECT ----- */
#sidebar #sSearchFram #sSearchCondition .selectView {
	position: relative;
	overflow: hidden;
	width: 172px;
	height: 24px;
	padding: 1px 0 0 6px;
}

#sidebar #sSearchFram #sSearchCondition .selectView p {
	display: inline;
	cursor: default;
	font-size: 100%;
}

#sidebar #sSearchFram #sSearchCondition .selectView p .hidden {
	visibility: hidden;
}

#sidebar #sSearchFram #sSearchCondition .selectView span {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../images/img_sideSearchPullDown.gif) no-repeat left top;
}

/* ----- 擬似OPTION ----- */
.selectViewList {
	visibility: hidden;
	position: absolute;
	margin-top: -1px;
	left: 0;
	top: 0;
	border: 1px solid #666666;
	width: 176px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #ffffff;
	font-size: 100%;
	Xfont-size: 12px;
	z-index: 51;
}

.selectViewList li {
	padding: 2px;
	text-align: left;
	line-height: 1;
	cursor: default;
	font-size: 100%;
	Xfont-size: 12px;
}

.selectViewList li .hidden {
	visibility: hidden;
}

.selectViewList .focus {
	background: #335ea8;
	color: #ffffff;
}

/* ----- 擬似OPTION用背景 ----- */
#selectViewListScreen {
	Xdisplay: none;
	position: fixed;
	left: 0;
	top: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	filter: alpha(opacity=0);
	opacity: 0.0;
	z-index: 50;
}
* html #selectViewListScreen {	/* IE6 */
	position: absolute;
	width: expression(document.body.scrollWidth > document.body.offsetWidth ? document.body.scrollWidth : document.body.offsetWidth + 'px');
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* ----- 入力欄 ----- */
#sidebar #sSearchFram #sSearchCondition .tranceForm input {
	margin: 0;
	border: none;
	width: 158px;
	background: transparent;
	padding: 4px 6px 0 6px;
	line-height: 1;
	font-size: 100%;
	Xfont-size: 12px;
}

/* ----- ボタン ----- */
#sidebar #sSearchFram #sSearchCondition .buttonArea {
	margin-top: -1px;
	height: 33px;
	background: url(../images/bg_sideSearchButton.gif) no-repeat 34px 0;
	padding-top: 1px;
	Xtext-align: center;
}

#sidebar #sSearchFram #sSearchCondition .buttonArea a {
	display: block;
	margin-left: 35px;
	width: 100px;
	height: 30px;
	background: url(../images/btn_sideSearch.gif) no-repeat left top;
}


/*--------------------------------------
	2-2. カテゴリ一覧
---------------------------------------*/
#sidebar #sCategoryFram {
}

#sidebar #sCategoryFram a {
	color: #333333;
}

#sidebar #sCategoryList {
	background: url(../images/bg_categoryList.gif) repeat-y left top;
	padding: 0;
	zoom: 1;
}

#sidebar #sCategoryList dl {
	margin: -1px 0 0;
	padding: 0 3px;
}

/* ----- 大分類 ----- */
#sidebar #sCategoryList dt {
	margin: 0 6px;
	padding: 5px 0 0;
	background: url(../images/img_dotline.gif) repeat-x left top;
	line-height: 0;
	font-size: 0;
}

#sidebar #sCategoryList dt a {
	margin: 0 -6px;
}

/* ----- 中分類枠 ----- */
#sidebar #sCategoryList dd {
	margin: 0 0 0 0;
	padding: 2px 0 7px 0;
}

/* ----- 中分類 ----- */
#sidebar #sCategoryList dd li {
	background: url(../images/icon_arrowS.gif) no-repeat 28px center;
	padding: 3px 0 1px 36px;
	line-height: 1.2;
}

#sidebar #sCategoryList dd li.focus {/*フォーカス時 */
	background: #fed8be url(../images/icon_arrowS.gif) no-repeat 28px center;
}

/* ----- 小分類枠 ----- */
#sidebar #sCategoryList dd li.underCategory {
	background: none;
	padding: 0;
	zoom: 1;
}

#sidebar #sCategoryList dd li.underCategory li {
	background: transparent url(../images/icon_line.gif) no-repeat 41px center;
	padding-left: 52px;
}

#sidebar #sCategoryList dd li.underCategory li.focus {/*フォーカス時 */
	background: #fed8be url(../images/icon_line.gif) no-repeat 41px center;
}

#sidebar #sCategoryList .footer {
	margin-top: 0;
	width: 200px;
	height: 5px;
	background: url(../images/bg_categoryListFooter.gif) no-repeat left top;
	overflow: hidden;
	font-size: 0;
}


/*========================================
	3 COCOMITE紹介ページ
========================================*/
/*--------------------------------------
	3-1. メインビジュアル
---------------------------------------*/
#main #cocomiteMainVisual { 
	position: relative;
	width: 964px;
	height: 525px;
	padding: 3px;
	background: #808080;
}

#main #cocomiteMainVisual #btnCons {
	position: absolute;
	left: 61px;
	top: 222px;
	display: block;
	width: 230px;
	height: 60px;
	z-index: 21;
}

#main #cocomiteMainVisual #cocomiteFlashBook { 
	position: absolute;
	left: 315px;
	top: 84px;
	z-index: 20;
}

#main #cocomiteMainVisual #cocomiteFlashBook .flashError { 
	margin-left: 52px;
	width: 520px;
	padding-top: 135px;
}


/*--------------------------------------
	3-2. 分類一覧
---------------------------------------*/
#main #cocomiteCategoryList { 
	padding: 0 3px 3px 3px;
	background: #808080;
}

#main #cocomiteCategoryList table { 
	border-width: 0;
	border-collapse: collapse;
	background: #ffffff url(../images/bg_cocomiteCategoryList.gif) repeat left top;
}

#main #cocomiteCategoryList table td { 
	border-width: 0;
	width: 241px;
	padding: 0;
	vertical-align: top;
}

/* ----- 大分類枠 ----- */
#main #cocomiteCategoryList table td dl { 
	margin: 0;
	padding: 0 0 10px;
}

/* ----- 大分類枠： 大分類名 ----- */
#main #cocomiteCategoryList table td dl dt { 
	margin: 0;
	padding: 0;
}

#main #cocomiteCategoryList table td dl dt img { 
	vertical-align: bottom;
}

/* ----- 中分類枠 ----- */
#main #cocomiteCategoryList table td dl dd {
	margin: 0;
	padding: 0;
	background: url(../images/img_dotline.gif) repeat-x left bottom;
	line-height: 1.2;
	zoom: 1;
}

/* ----- 中分類枠： 中分類名 ----- */
#main #cocomiteCategoryList table td dl dd a {
	display: block;
	margin-right: 1px;
	padding: 7px 0 6px 29px;
	background:  url(../images/icon_arrowS.gif) no-repeat 21px center;
	color: #333333;
}

#main #cocomiteCategoryList table td dl .forcus a {
	background-color: #ffd9bf;
}

/* ----- 小分類枠 ----- */
#main #cocomiteCategoryList table td dl dd ul {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	zoom: 1;
}

#main #cocomiteCategoryList table td dl dd ul li {
	margin: 0;
	border-width: 0;
	zoom: 1;
}

#main #cocomiteCategoryList table td dl dd ul li a {
	padding: 4px 0 2px 47px;
	background: url(../images/icon_line.gif) no-repeat 35px center;
}

#main #cocomiteCategoryList table td dl dd ul .endLine a {
	padding-bottom: 6px;
	background: url(../images/icon_lineEnd.gif) no-repeat 35px center;
}

/* ----- 小分類枠： 親の中分類にフォーカスが当たっている場合 ----- */
#main #cocomiteCategoryList table td dl .forcus ul {
	visibility: visible;
	position: static;
	overflow-y: hidden;
}

#main #cocomiteCategoryList table td dl .forcus ul a {
	background-color: #ffffff;
}

#main .pagerLoader {
	padding: 0 0 0 50px;
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 16px;
	background: url(../images/img_makerloader.gif) no-repeat left top;
}
