@charset "utf-8";

/* ----------------------------------------------------------
mainコンテンツエリア
---------------------------------------------------------- */
.box{
	display: -moz-inline-box; /*for Firefox 2*/
	display: inline-block; /*for modern*/
	/display: inline; /*for ie5～7*/
	/zoom: 1; /*for ie5～7*/
	width:310px;
	padding:0 0 30px 18px;
	vertical-align: top;
}

.pic{
	width:287px;
	background-color:#ffffff;
	text-align:center;
	border:1px solid #e7e9ee;
	padding:10px;
	margin-bottom:5px;
}

.section table.tbl-A {
	margin-bottom: 5px !important;
}


/* ----------------------------------------------------------
table
---------------------------------------------------------- */
table.tbl-A th{
	width:30%;
}

table.tbl-A td{
	width:70%;
}


/* ----------------------------------------------------------
list
---------------------------------------------------------- */
.airport_list{
	width:680px;
}

.airport_list li{
	width:320px;
	float:left;
	background: url(/lineup/images/lounge/line_border.gif) repeat-x left bottom;
	margin: 7px 20px 0 0;
	padding: 0 0 10px 0;
}

.airport_list li.end{
	background: none !important;
}

.airport_list li a{
	background: url(/cmn_data/img/listmark01.gif) left 0.6em no-repeat;
	padding:3px 0 0 8px;
	font-size: 12px;
	margin-bottom: 0.2em;
}


/* ----------------------------------------------------------
br
---------------------------------------------------------- */
br.print{
	display:none;
}


/* ----------------------------------------------------------
印刷用
---------------------------------------------------------- */
@media print {
br.print{
	/display:inline; /*for ie5～7*/
}
}
