@charset "UTF-8";

/* 5.1 航空会社別ツアー一覧 */
/* 2008-07-13T05:07:58+09:00 */

@import url("/common/css/common.css");
@import url("/common/css/airline.css");

/* -------------------------------------------------- */
/* レイアウト */
div.article{
	padding-bottom: 0;
}

/* メインイメージ */
.mainimg{
	padding-top: 38px;
	padding-bottom: 40px;
}

/* プラン指定セット */
div.planset{
	width: 860px;
	overflow: hidden;
	margin-bottom: 40px;
}

div.planset div.pic{
	width: 150px;
	float: left;
	margin-top: 0.3em;
	padding-left: 20px;
}

div.planset div.plandoc{
	width: 650px;
	float: right;
	padding-right: 20px;
}

div.planset p{
	margin-bottom: 10px;
	line-height: 1.6;
}

div.planset h3{
	padding: 7px 9px;
	background-color: #f6f6f6;
	border-style: solid;
	border-width: 3px 1px 1px 1px;
	border-right-color: #ccc;
	border-left-color: #ccc;
	color: #343646;
}

div.planset table{
	width: 650px;
	margin-bottom: 10px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

div.planset table th,
div.planset table td{
	padding: 5px 7px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	line-height: 1.2;
}

div.planset table th{
	width: 530px;
	font-weight: bold;
}

div.planset table td{
	width: 60px;
	text-align: center;
}

div.planset table td a{
	margin: 0 auto;
}

div.planset table td a,
div.planset table td a:hover{
	text-decoration: none;
}

