@charset "UTF-8";


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

h4 {
	font-size: 1.4em;
	font-weight: bold;
	padding:0 0 7px 0;
}

.airlineListBoxSet {
	margin-top:-10px;
	width:656px;
	background: transparent url(images/airline_list_bg.gif) repeat-y 0 0;
}

	.airlineListBoxSet .airlineListBox {
		position: relative;
		float:left;
		width:302px;
		height:150px;
		padding:10px 26px 0 0;
	}

		.airlineListBoxSet .airlineListBox h4 {
			position: relative;
			width:292px;
			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_1.jpg) repeat-y 0 0;
		}

			.airlineListBoxSet .airlineListBox h4 .num {
				position: absolute;
				top: 0px;
				left: 205px;
				color:#fff;
				font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
			}

			.airlineListBoxSet .airlineListBox .goDetailBtn {
				position: absolute;
				top: 120px;
				left: 214px;
			}

.airlineListBoxSet2 {
	position: relative;
	clear:both;
	margin:15px 0;
	padding:0 0 15px 0;
	width:630px;
	background: transparent url(../../common/images/bg_dot.gif) repeat-x 0 100%;
}

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

	.airlineListBoxSet2 .airlineListBox {
		position: relative;
		float:left;
		width:210px;
	}

		.airlineListBoxSet2 .airlineListBox h5 {
			position: absolute;
			left: 108px;
			width:92px;
			line-height:30px;
			padding:0 0 0 10px;
			color:#fff;
			font-weight:bold;
			font-size:1.3em;
			background: transparent url(images/list_h5_bg.gif) no-repeat 0 0;
		}

			.airlineListBoxSet2 .airlineListBox h5 p {
				color:#000000;
				font-weight:normal;
			}

	.airlineListBoxSet2 .goDetailBtn {
		position: absolute;
		top: 113px;
		left: 542px;
	}


#detailBox {
	height:275px;
}

	#detailBox #detailTbl {
		position: absolute;
		top:49px;
		left:437px;
		border:1px solid #A6A6A6;
		border-collapse:collapse;
	}

		#detailBox #detailTbl th,
		#detailBox #detailTbl td {
			width:115px;
			padding:1px 0 0 0;
			text-align:center;
			vertical-align:middle;
			border:1px solid #A6A6A6;
			font-size:1.1em;
			font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
		}

		#detailBox #detailTbl th {
			background-color:#ccc;
		}

.noBG { background-image:none; }