/* 電子部品在庫検の css*/
table.product{
	border: 1px #000000 solid;
	border-collapse: collapse;
}
table.product th{
	border: 1px #000000 solid;
	padding:5px;
	color:white;
	background:#125b8f;
}
table.product td{
	border: 1px #000000 solid;
	padding:5px;
}
table.product td.stocks{
	text-align:right;
}
table.product span.found{
	color:red;
	text-decoration: underline;
	font-size: 150%;
}
input.filter_model{
	height:15px;
}

/* グローバルナビゲーションで「電子部品在庫検索」選択時の「電子部品在庫検索」項目のスタイル */
.header-nav--stocks .header-nav__item .header-nav__link--stocks {
	color: #125B8F;
}
