#tourinfo {
	margin-bottom: 1em;
}

/* 絞り込み検索フォーム */
#tsForm {
	background: #F7F7F7;
	border: 1px solid #2170CC;
	margin-bottom: 1em;
}
#tsForm p {
	text-align: center;
	margin: 1em 0em;
}
#tsForm th,
#tsForm td {
	border-bottom: 1px dotted #999999;
	padding:5px;
}
#tsForm th {
	background: #DDE1E6;
	width: 14%;
}

#tsForm th.hotel {
	background: #FFD886;
}
#tsForm td.hotel {
	background: #FFF2D7;
}


#tsForm #moreSearch table {
	border-top: 1px dotted #999999;
}
#tsForm #moreSearch th {
	background: #BDD5C8;
	width: 14%;
}
#tsForm #moreSearch td {
	background: #DAE7DF;
}
#tsForm #moreSearch #more-open ul {
	padding: 5px;
}
#tsForm #moreSearch #more-open li {
	float: left;
	width: 180px;
}
#allSearch {
	text-align: right;
	margin-bottom: 1em;
}

/* DPKGリンク等PRテキストリンク */
.prtext {
	text-align: center;
	margin-bottom: 1em;
	font-weight: bold;
}

/* 検索結果件数 */
#count {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	margin-bottom: 1em;
}
#count em {
	font-size: 1.4em;
	font-style: normal;
	color: #FF0000;
}

/* ページ送り */
.page {
	text-align: right;
	margin-bottom: 1em;
}

/* ツアーボックスエリア */
#tourbox table {
	border: 1px solid #666666;
	color: #333333;
	margin-bottom: 1.5em;
}
#tourbox th,
#tourbox td {
	padding: 5px 8px;
}

#tourbox .caption {
	color: #FFFFFF;
	background: #666666;
}
#tourbox .caption .brand {
	float: left;
}
#tourbox .caption .plan_day {
	float: right;
}

#tourbox .title {
	background: #FFF8E6;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#tourbox .photo {
	width: 120px;
	margin-right: 10px;
	float: left;
}
#tourbox .photo img {
	width: 120px;
}
#tourbox .photo .photo_cap {
	font-size: 0.7em;
	text-align: right;
	margin-bottom: 0.5em;
}

#tourbox .detail {
	float: right;
	width: 600px;
}
#tourbox .detail .days {
	border: 1px solid #006666;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #006666;
	padding: 3px;
	width: 55px;
	text-align: center;
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}
#tourbox .detail .price {
	font-weight: bold;
	margin-right: 1em;
}
#tourbox .detail .price em {
	color: #FF0000;
	font: bold 1.3em Arial, Helvetica, sans-serif;
}
#tourbox .detail table {
	clear: both;
	border-style: none;
	margin-bottom: 0.5em;
}
#tourbox .detail th,
#tourbox .detail td {
	border-bottom: 1px dotted #CCCCCC;
}
#tourbox .detail th {
	background: #E8E8E8;
	font-weight: normal;
	text-align: left;
	padding-left: 26px;
	width: 22%;
}
#tourbox .detail .htl {
	background: #E8E8E8 url(/toursearch/img/ts12/detail-th-htl.gif) no-repeat;
}
#tourbox .detail .air {
	background: #E8E8E8 url(/toursearch/img/ts12/detail-th-air.gif) no-repeat;
}
#tourbox .detail .top {
	border-top: 1px dotted #CCCCCC;
}

#tourbox li {
	float: left;
	margin: 0px 6px 0.5em 3px;
}

#tourbox .charge {
	border-top: 1px solid #CCCCCC;
}

/* ページトップへのリンク */
.gotop {
    text-align: right;
}

/* ホームへのリンク */
.gohome {
    margin-bottom: 2em;
    text-align: center;
}

