@charset "UTF-8";

/* 5.0 航空会社パッケージトップ */
/* 2008-07-12T06:23:26+09:00 */

@import url("/common/css/common.css");
@import url("/common/css/airline.css");

/* -------------------------------------------------- */
/* レイアウト */
div.article{
	width: 610px;
	overflow: hidden;
	float: left;
	padding-left: 20px;
	color: #333;
}

div.article p.summary{
	margin: 0;
}

div.utilities{
	margin-top: 0;
	padding-right: 10px;
}

/* -------------------------------------------------- */
/* メインイメージ */
.mainimg{
	width: auto;
	padding-top: 0;
	padding-bottom: 20px;
}

/* 概要 */
div.article p.summary{
	margin-bottom: 35px;
	line-height: 1.6;
}

/* おすすめツアー, What's New, 紹介セット */
div.pickup{
	width: 610px;
	overflow: hidden;
}

div.pickup h3,
div.intro h2{
	font-weight: bold;
	font-size: 120%;
}

div.recommend h3,
div.recommend p,
div.whatsnew table{
	margin-right: 20px;
	margin-left: 20px;
}

div.pickup a,
div.intro a{
	text-decoration: underline;
}

div.pickup a:hover,
div.intro a:hover{
	text-decoration: none;
}

/* おすすめツアー */
div.recommend{
	margin-bottom: 40px;
}

div.recommend div.section{
	width: 610px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.recommend div.pic{
	float: right;
	margin: 0 0 5px 20px;
}

div.recommend h3{
	margin-bottom: 10px;
}

div.recommend p{
	line-height: 1.5;
}

/* What's New */
div.whatsnew{
	width: 610px;
	margin-bottom: 30px;
}

div.whatsnew div.section{
	width: 360px;
	float: left;
}

div.whatsnew div.index-header{
	margin-bottom: 10px;
}

div.whatsnew table th,
div.whatsnew table td{
	padding: 0.5em 0;
	border-bottom: dashed 1px #ccc;
	line-height: 1.3;
}

div.whatsnew table th{
	width: 6em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}

div.whatsnew ul{
	width: 230px;
	float: right;
	margin: 0 0 5px 20px;
}

div.whatsnew ul li{
	display: inline;
}

div.whatsnew ul li a{
	display: block;
	margin-bottom: 10px;
	border: solid 1px #333;
}

/* 紹介セット */
div.intro{
	width: 610px;
	overflow: hidden;
	margin-bottom: 10px;
}

div.intro div.col{
	width: 620px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 1px;
	background: transparent url("/common/img/bg_airline_intro_bottom.gif") no-repeat left bottom;
}

div.intro div.col div.col-body{
	width: 620px;
	overflow: hidden;
	background: transparent url("/common/img/bg_airline_intro_top.gif") no-repeat 0 5px;
}

div.intro div.col div.col-body div.section{
	width: 273px;
	margin-right: 10px;
	padding: 15px 15px 10px 12px;
	float: left;
}

div.intro div.section{
	border-style: solid;
	border-width: 5px 0 0 0;
}

div.intro div.col.odd{
	width: 300px;
}

div.intro h2{
	min-height: 15px;
	margin: 0.1em 0 0.25em 0;
	padding-left: 22px;
	background: transparent url("/common/img/icon_circlearrow.gif") no-repeat 0 0;
	line-height: 1.2;
}

div.intro p{
	line-height: 1.5;
}

div.intro div.pic{
	float: right;
	margin: 0 0 5px 10px;
}
