@charset "utf-8";
/* ===================================================================
CSS information

 file name  :detail_airticket.css
 author     :
 style info :各詳細ページ
 
=================================================================== */

/* clearfix */ 
#detailsAir:after, #airInfo:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

/*----------------------------------------------------
	#オプショナルツアー詳細
----------------------------------------------------*/

#detailsAir {
}

#detailsAir h2 {
	color:#FFF;
	font-size:140%;
	width:538px;
	height:27px;
	margin-bottom:5px;
	padding:5px 0 0 12px;
	background:url(../img/bar_blue.gif) 0 0 no-repeat;
	white-space:nowrap;
	overflow-x:hidden;
}

#detailsAir h4 {
	padding-left:12px;
	margin-bottom:6px;
	background:url(../img/icon_arrow_green.gif) no-repeat left 1px;
	border-bottom:#12B59D dotted 1px;
}

/*----インフォ----*/
#detailsAir #airInfo {
	margin-bottom:5px;
}

#detailsAir #airInfo table {
	margin-bottom:0.5em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

#detailsAir #airInfo table tr {
}

#detailsAir #airInfo table th {
	font-weight:bold;
	text-align:center;
	width:20%;
	padding:3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#ECF9FF url(../img/bg_grd_blue02.gif) 0 0 repeat-y;
}

#detailsAir #airInfo table td {
	width:30%;
	padding:3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}

/*----ホテル料金詳細----*/
#detailsAir #airOrder {
	margin-bottom:1em;
}

#detailsAir #airOrder table {
	margin-bottom:0.5em;
	border-collapse:collapse;
    border-spacing:0;
	border-top:2px solid #CCC;
	border-left:2px solid #CCC;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	width: 100%;
}

#detailsAir #airOrder table tr {
}

#detailsAir #airOrder table th {
	font-weight:bold;
	text-align:center;
	padding:3px;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:#FEFDDA url(../img/bg_grd_yelow.gif) 0 0 repeat-x;
}

#detailsAir #airOrder table td {
	text-align:center;
	padding:3px;
	border-bottom:solid #999 1px;
	border-right:solid #999 1px;
}

#detailsAir #airOrder table .price {
	font-weight:normal;
}

#detailsAir #airOrder table td .cartBtn img {
	vertical-align:middle;
}