﻿@charset "UTF-8";

/* 日本アスコ 製品検索 */

input.inputNumber {
	width: 50px;
}

table.searchSetting {
	border-collapse: collapse;
	margin-bottom: 10px;
}
	
	table.searchSetting th {
		text-align: right;
		width: 100px;
		background-color: #cccccc;
		padding: 3px;
	}
	
	table.searchSetting td {
		width: 150px;
		background-color: #f6f6f6;
		padding: 3px;
	}
	

p.caution {
	color: #ff0000;
}

div#searchResult {
	width: 900px;
}

div#searchResult p.howTo {
	background-color: #cccccc;
	padding: 5px;
	font-weight: bold;
}

div.resultNum {
	border: 2px solid #009966;
	margin: 2px 0 10px;
	padding: 3px;
	color: #009966;
}

div.resultTooMany {
	border: 2px solid #ff3333;
	margin: 2px 0 10px;
	padding: 3px;
	color: #ff3333;
}

div.resultHeader {
	border: 1px solid #000000;
	margin-right: 18px;
}

div#resultTable {
	height: 300px;
	overflow: auto;
	margin: 1px;
}

	div#resultTable div.loading {
		text-align: center;
		padding-top: 50px;
	}
	
table.resultList {
	width: 880px;
}

	table.resultList td, table.resultList th {
		font-size: 100%;
	}
	table.resultList tr.even {
		background-color: #99ccff;
	}
	
	table.resultList tr.odd {
		background-color: #ffffff;
	}
	
	table.resultList .key {
		width: 130px;
	}

	table.resultList .port {
		width: 60px;
		text-align: center;
	}
	
	table.resultList .orifice {
		width: 50px;
		text-align: center;
	}
	
	table.resultList .catType {
		width: 210px;
	}
	
	table.resultList .media {
		width: 200px;
	}
	
	table.resultList .minOpd {
		width: 50px;
		text-align: center;
	}
	
	table.resultList .maxOpd {
		width: 50px;
		text-align: center;
	}
	
	table.resultList .cv {
		width: 50px;
		text-align: center;
	}
	
	table.resultList .check {
		width: 50px;
		text-align: center;
	}
