﻿@charset "utf-8";
/* CSS Document */

/*�\1*/
.table_status {
	margin-bottom: 24px;
	width: 902px;
}

.table_status td {
	height: 40px;
	width: 112px;
	border: 1px solid #FFFFFF;
	/*background-color: #CCC;*/
}


/*�\2*/
.table_generator,
.table_generator02 {
	margin-bottom: 24px;
	width: 100%;
	table-layout: fixed;
}

.table_generator th,
.table_generator td {
	padding: 6px 4px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

.table_generator02 th,
.table_generator02 td {
	padding: 10px 4px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
}

.table_generator th,
.table_generator02 th {
	font-weight: normal;
	background-color: #CAE4FF;
}

/*試験の測定の表 td・thの幅均等*/

.table_measurement01-a {/*margin無*/
	width: 100%;
	table-layout: fixed;
}

.table_measurement01-b {/*margin有*/
	width: 100%;
	table-layout: fixed;
	margin-bottom: 24px;
}

.table_measurement01-a th,
.table_measurement01-b th {
	background-color: #CAE4FF;
}

/*試験の測定の表 thの幅16%、td幅指定無 */

.table_measurement02-a {/*margin無*/
	width: 100%;
}

.table_measurement02-b {/*margin有*/
	width: 100%;
	margin-bottom: 24px;
}

.table_measurement02-a th,
.table_measurement02-b th {
	background-color: #CAE4FF;
	width: 16%;
}

.table_measurement02-a td.width_designation,
.table_measurement02-b td.width_designation {
	width: 42%;
}

/*試験の測定の3列の表 thの幅均等16%、td幅均等 */

.table_measurement03-a {/*margin無*/
	width: 100%;
}

.table_measurement03-b {/*margin有*/
	width: 100%;
	margin-bottom: 24px;
}


.table_measurement03-a td,
.table_measurement03-b td {
	width: 42%;
}

.table_measurement03-a th,
.table_measurement03-b th {
	background-color: #CAE4FF;
	width: 16%;
}

/*試験の測定の4列の表 thの幅均等20%、td幅均等 */

.table_measurement04-a {/*margin無*/
	width: 100%;
}

.table_measurement04-b {/*margin有*/
	width: 100%;
	margin-bottom: 24px;
}

.table_measurement04-a td,
.table_measurement04-b td {
	width: 32%;
}

.table_measurement04-a th,
.table_measurement04-b th {
	background-color: #CAE4FF;
	width: 18%;
}

/*リスト表示用 */
#resultlist table{
	width: auto;
	table-layout: fixed;
}


#resultlist table th {
	background-color: #CAE4FF;
}
#resultlist table th,
#resultlist table td {
/*	white-space: nowrap;*/
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	line-height: 1.4em;
	padding: 3px 8px;
}


#resultlist table th.text-align-left,
#resultlist table td.text-align-left {
	text-align: left;
	padding-left: 8px;
}

#resultlist table th.text-align-right,
#resultlist table td.text-align-right {
	text-align: right;
}


#resultlist input {
	font-size: small;
	height: 14px;
	margin-left: 2px;
	margin-right: 2px;
}

#resultlist input.textbox {
	width: 90%;
}


/* 検索*/
.search_form {
	width: 530px;
	border: 1px solid #999999;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	float: left;
	margin-bottom: 20px;
}

.search_form table {
	width: 530px;
}

.search_form td{
	line-height: 2.2em;
	white-space:nowrap;
}

.search_form td input{
	margin-left: 3px;
	margin-right: 3px;
}

.search_form td.search{
	vertical-align: bottom;
}

.search_form label {
	margin-left:10px;
}

.search_form td.search a {
	width: 110px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	letter-spacing: 0.2em;
	border-collapse: separate;
	border-spacing: 0px 0px;
	text-decoration: none;
	background-color: #4DA6FF;
	margin-left: 30px;
}

.search_form td.search {
	width: 80px;
}

.search_form table td div.cdName{
	overflow:hidden;
	display: inline-block;
	vertical-align: bottom;
}

.table_measurement05-a {
	width: auto;
}

.table_measurement05-a td,
.table_measurement05-a th {
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #999999;
	line-height: 1.4em;
	padding: 6px 10px;
}

.table_measurement05-a th.text-align-right,
.table_measurement05-a td.text-align-right {
	text-align: right;
}

.table_measurement05-a th.text-align-left,
.table_measurement05-a td.text-align-left {
	text-align: left;
}

.table_measurement05-a input {
	font-size: small;
	height: 14px;
	margin-left: 2px;
	margin-right: 2px;
}

.odd{
	background-color: #f5f5f5;
}

.gokei{
	background-color: #D9E5FF;
}
