﻿@charset "utf-8";

#wrapper02 {
	padding: 0 !important;
	padding: 0 0 0 1px;
	background: url("../images/bg_container.gif") no-repeat center top;
}

#contentSide .menuBar {
	height: auto;
}
	#contentSide ol {
		height: auto;
	}

/* --------------------------
	日付検索する
-------------------------- */
#search {
	width: 160px;
	margin: 0 auto;
}
	#search fieldset {
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#search span.hotelColor {
		display: block;
		color: #0C1F15;
		font-size: 120%;
		font-weight: bold;
		text-align: center;
	}
	#search select {
		margin: 0 -4px;
	}
	#search .btSearch {
		padding: 5px 0;
	}


/* ---------------------------
 * メイン画像下のグラデーション
--------------------------- */
/* flash
----------------------------------------------- */
#flash {
	width: 580px;
	padding-bottom: 15px;
	background: url("../common/images/bg_contentmain.gif") repeat-x bottom;
}

/* banner01
----------------------------------------------- */
#banner01 {
	width: 559px;
	margin: 10px auto 0;
}
	#banner01 .banner01_1 {
		margin: 0 5px 0 0;
	}


/* 新着情報
----------------------------------------------- */
#contentMain #information {
	width: 560px;
	margin: 0 auto;
}

#contentMain .box01 {
	width: 560px;
	height: 50px;
	margin-top: 15px;
	background: url("../images/bg_info01.gif") no-repeat;
}
	#contentMain .box01 p {
		width: 545px;
		padding-top: 15px;
		text-align: right;
	}

#box02 {
	width: 560px;
	height: 440px;
	background: url("../images/bg_info02.gif") no-repeat bottom;
}
	#box02 iframe {
		width: 554px;
		height: 438px;
		margin-left: 4px;
		overflow-x: hidden;
	}


/* ゆめ～る・ポイントカード等
----------------------------------------------- */
#banner02 {
	width: 560px;
	margin: 10px auto 10px;
}
	#banner02 img {
		margin-right: 10px;
	}

/* ----------------------------------------------
 * 航空券
---------------------------------------------- */
#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;
	}

/* ----------------------------------------------
 * 携帯メールアドレス送信
---------------------------------------------- */
#contentMain .mobileAd {
	width: 560px;
	margin: 1em auto;
	text-align: left;
}
	#contentMain .mobileAd h2 {
		width: 560px;
		height: auto;
		margin: 0;
		padding: 0;
		text-indent: 0;
		background: none;
	}
	.mobileAd h3 {
		margin: 0.5em 0;
		color: #345B47;
		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: #345B47;
			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  {
	width: 560px;
	margin: 0 auto;
	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;
		padding: 0;
		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;
		}