@charset "UTF-8";

#productsR {
	padding-bottom:20px;
}

h3 {
	font-size: 2.0em;
	font-weight: bold;
}

h4 {
	clear:both;
	width:620px;
	height:30px;
	line-height:30px;
	padding:0 0 0 10px;
	color:#005AA6;
	font-weight:bold;
	font-size:1.3em;
	background: transparent url(images/list_h4_bg.jpg) no-repeat 0 0;
}

.aircraftListBoxSet {
	width:650px;
	background: transparent url(images/aircraft_list_bg.gif) repeat-y 0 0;
}

.last {
	height:150px;
}

	.aircraftListBoxSet .aircraftListBox {
		position: relative;
		float:left;
		width:325px;
		height:170px;
		padding:0 0 0 0;
	}

		.aircraftListBoxSet .aircraftListBox h5 {
			z-index:2;
			position: absolute;
			top:-1px;
			left:191px;
			width:104px;
			height:30px;
			line-height:30px;
			padding:0 0 0 10px;
			color:#fff;
			font-weight:bold;
			font-size:1.2em;
			background: transparent url(images/list_h5_bg.gif) repeat-y 0 0;
			font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
		}

		.aircraftListBox .detailTbl {
			position: absolute;
			width:90px;
			top:33px;
			left:213px;
			border:1px solid #A6A6A6;
			border-collapse:collapse;
		}

			.aircraftListBox .detailTbl th,
			.aircraftListBox .detailTbl td {
				padding:1px 0 0 0;
				text-align:center;
				vertical-align:middle;
				border:1px solid #A6A6A6;
				font-size:1.1em;
			}

			* html .aircraftListBox .detailTbl th,
			* html .aircraftListBox .detailTbl td {
				font-family:"MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
				font-size:12px;
				padding:2px 0 1px 0;
			}

			.aircraftListBox .detailTbl th {
				background-color:#ccc;
			}

