﻿@charset "utf-8";

/* ----------------------------------------------
	日付検索する
---------------------------------------------- */
#search span.hotelColor {
	display: block;
	color: #4169AF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/* ----------------------------------------------
 * bannerPlans
---------------------------------------------- */
#bannerPlans {
	margin-top: 10px;
}
	#bannerPlans ul.imgList li {
		margin-right: 0;
		margin-bottom: 0;
	}

/* ----------------------------------------------
 * プランランキングページ
---------------------------------------------- */
table#planRanking {
	width: 560px;
	margin: 0 0 10px;
	border-right: 2px solid #B29040;
	border-bottom: 2px solid #B29040;
	border-left: 2px solid #B29040;
}
	table#planRanking th,
	table#planRanking td {
		padding: 5px 0;
		border: none;
		background: none;
	}
	table#planRanking th {
		width: 30px;
		padding: 6px 0 6px 5px;
		text-align: center;
		vertical-align: middle;
	}
	table#planRanking td {
		padding: 6px;
		font-size: 87%;
		vertical-align: middle;
		border-right: 1px solid #B29040;
	}
		table#planRanking td a {
			text-decoration: underline;
		}
		table#planRanking td.btnTd {
			padding: 5px;
			text-align: right;
			border-top: 1px solid #B29040;
		}

/* banner01
----------------------------------------------- */
#banner01 {
	width: 560px;
	height: 92px;
	margin: 0 0 0.5em;
	padding:0;
	background: url("../images/bg_main.gif") no-repeat;
}
	#banner01 ul {
		padding: 8px 0 0 8px;
	}
	#banner01 ul li {
		float: left;
	}

/* --------------------------
 * イベント告知用バナー
-------------------------- */
#adBanner {
	margin: 10px 0 0;
}
	#adBanner ul.imgList li {
		float: left;
		margin-right: 4px;
	}
		#adBanner ul.imgList li.end {
			margin-right: 0;
		}
	#adBanner #kanizanmai {
		background: url("../event/kanizanmai/img/banner_l_o.jpg") no-repeat left;
	}
	#adBanner #kCampaign {
		background: url("../images/banner_kwCampaign_l_o.gif") no-repeat left;
	}

/* --------------------------
 * 新着情報
-------------------------- */
#contentMain .box01 {
	width: 560px;
	height: 40px;
	margin-top: 1em;
	background: url("../images/bg_info01.gif") no-repeat;
}
	#contentMain .box01 p {
		width: 545px;
		padding-top: 11px;
		text-align: right;
	}

#box02 {
	width: 560px;
	height: 300px;
/*	background: url("../images/bg_info02.gif") no-repeat bottom;*/
}
	#box02 iframe {
		width: 558px;
		height: 300px;
		overflow-x: hidden;
		background-color: #FFFFFF;
	} 

/* --------------------------
 * お問い合わせ
-------------------------- */
#entry01 {
	width: 560px;
	height: 75px;
	margin: 10px 0 0 0;
	padding: 0;
	background: url("../images/bg_entry.gif") no-repeat;
}
	#entry01 .txt01 {
		float: left;
		width: 350px;
		margin: 40px 0 0 12px;
		font-size: 10px;
		line-height: 1.3;
	}
	#entry01 .banner01 {
		float: left;
		margin: 15px 0 0 0;
	}

/* ----------------------------------------------
 * 航空券
---------------------------------------------- */
#airlineTicket {
	margin: 5px 0 15px;
	padding-top: 15px;
	background: url("../commonNew/images/hr01.gif") no-repeat left top;
}
	#airlineTicket .article {
		width: 510px;
		margin: 0 auto;
	}
	#airlineTicket #anaTabisaku {
		float: left;
	}
	#airlineTicket #jalDp {
		float: right;
	}

/* ----------------------------------------------
 * 携帯メールアドレス送信
---------------------------------------------- */
.mobileAd {
	width: 560px;
	margin: 0.5em auto;
	text-align: left;
}
#contentMain .mobileAd h2 {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-indent: 0;
	background: none;
}
.mobileAd h3 {
	margin: 0.5em 0;
	color: #4169AF;
	font-size: 14px;
	font-weight: bold;
}
	.mobileAd p {
		font-size: 10px;
	}
		.mobileAd .referenceMark {
			color: #666666;
		}
.mobileAd ol {
	margin: 0.5em 0;
}
	.mobileAd ol li {
		margin-left: 25px;
		list-style-type: decimal;
	}
.mobileAd form {
	width: 310px;
	margin-top: 0.5em;
	padding: 8px;
	border: 1px solid #cccccc;
}
	.mobileAd dl dt {
		color: #4169AF;
		font-weight: bold;
	}
		.mobileAd dl dt #send_result {
			color: #ff0000;
		}
		/* inputフォーム */
		.mobileAd .textBox input.adAdd {
			width: 250px;
			margin-right: 5px;
			ime-mode: inactive;
		}
	.mobileAd .qrCord {
		float: left;
		width: 200px;
	}
	.mobileAd .textBox {
		float: left;
		width: 335px;
	}
		/* 背景色付 */
		.mobileAd .adInfo {
			padding: 6px;
			background: #EFE9D5;
		}

/* --------------------------
 * クレジットカード
-------------------------- */
#creditCard {
	padding-top: 24px;
}
	#creditCard p {
		margin: 0 0 12px;
	}

/* 緊急時用設定
----------------------------------------------- */
#urgency {
	width: 520px;
	margin: 20px 0;
	padding: 10px;
	color: #000000;
	text-align: left;
	border: 3px solid #ff0000;
	background: #ffffff;
}
	/* 文字を赤くする */
	#urgency .accent {
		color: #ff0000;
	}
	/* センタリングする */
	#urgency .centering {
		text-align: center;
	}
	/* 文字を太くする */
	#urgency .boldType {
		font-weight: bold;
	}

	/* 各種設定 */
	#urgency h2 {
		width: auto;
		height: auto;
		margin-bottom: 12px;
		color: #000000;
		font-size: 140%;
		text-align: center;
		font-weight: bold;
		background: none;
	}
	#urgency h3 {
		margin: 6px 0;
		font-size: 120%;
		font-weight: bold;
	}
	#urgency p,
	#urgency ul,
	#urgency dl {
		margin: 6px 0;
	}
	#urgency p,
	#urgency ul li,
	#urgency dl dt
	#urgency dl dd {
		font-size: 110%;
	}
		#urgency ul li {
			margin: 3px 0 3px 20px;
			list-style-type: disc;
		}
		#urgency dl dt {
			margin: 3px 0;
			font-weight: bold;
		}
