@charset "shift_jis";

/* ==== 関係用語と単位表示 ==== */

/*-- サーチインデックス --*/
.search_idx {
	clear: both;
	padding: 5px 0;
	height: auto;
	width: 670px;
	line-height: 20px;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
	text-shadow: 2px 2px 2px #666;

	/* 色指定 ： ieのみ別定義 for_ie.css */
	background: #06c;
	background: -moz-linear-gradient(left, #0066cc, #ffffff);
	background: -webkit-gradient(linear, left top, right top, from(#0066cc), to(#ffffff));
}

/*-- 検索対象 --*/
.idx_small a {
	padding-left: 30px;
}
.idx_big a {
	padding-left: 30px;
	padding-bottom: 3px;
	display:block;
}
.search_idx a {
	text-decoration: none;
	color: #fff;	
}
.search_idx a:hover {
	text-decoration: none;
	color: #3ff;
}
.search_idx a:first-child {
	text-decoration: none;
	color: #fff;
}
/*-- 検索対象外 --*/
.search_idx .none_idx {
	text-decoration: none;
	color: #015b86;
}
.search_idx .none_idx:hover {
	text-decoration: none;
	color: #015b86;
}

/*-- 製品情報画面の場合 --*/
.p_idx:before  {
	content: '>>　';
}

/*-- SI単位換算表 --*/
.search_idx>.c_table {
	padding-left: 95px;
}
