@charset "utf-8";
/* CSS Document */

img {
	margin: auto;
	display: block;
}

table.aircraft {
	
	font-family: 'Courier', 'Microsoft Yahei';
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	width: 100%;
	color: #333;
}

table.aircraft td{

	height: 30px;
	text-align: center;
	border-bottom: solid 1px #999;
	cursor: pointer;
}

table.aircraft thead td{

	height: 40px;
	color: #000;
	border-bottom: solid 2px #666;
}

table.aircraft tbody tr:nth-child(odd) {	
	background: #F0F0F0;
}

table.aircraft tbody tr:nth-child(even) {	
	background: #E0E0E0;
}

table.aircraft tbody tr:hover {
	background: #CCCCFF;
	font-weight: bold;
}

.detail_title { font-size: 14px; line-height: 14px; padding: 5px; margin: 5px; background-color: #DDD; float: left; width: 75px; color: #009 }
.detail_amount { font-size: 14px; line-height: 14px; padding: 5px; margin: 5px; width: 120px; float: left; color: #C00}

.datediv {float:left; margin-left:30px}
select.datebox {font-size:24px; margin-left:10px}