﻿@charset "utf-8";

/* flash
----------------------------------------------- */
#flash {
	margin-top: 11px;
}

/* ----------------------------------------------
 * メインコンテンツ部分のバナー
---------------------------------------------- */
#mainContentsBanner p {
	margin-top: 12px;
	text-align: center;
}

/* banner01
--------------------------- */
#banner01 {
	float: right;
	width: 546px;
	height: 119px;
	margin: 12px auto 0;
	background: url("../images/bg_banner.gif") no-repeat left;
}
	#banner01 ul {
		margin: 11px;
	}
	#banner01 ul li {
		float: left;
		margin-right: 13px;
	}

/* ----------------------------------------------
 * news
---------------------------------------------- */
#contentMain #news #box01 {
	width: 551px;
	height: 55px;
	margin-top: 10px;
	background: url(../images/bg_title.gif) no-repeat;
}
	#contentMain #news #box01 p {
		width: 67px;
		margin-left: 474px;
		padding-top: 15px;
		text-align: right;
	}
#contentMain #news #box02 {
	width: 551px;
	height: 379px;
	background: url("../images/bg_info.gif") no-repeat bottom;
}
	#box02 iframe {
		float: right;
		overflow-x: hidden;
		width: 540px;
		height: 372px;
	}

/* ----------------------------------------------
 * banner02
---------------------------------------------- */
#banner02 {
	width: 524px;
	margin: 15px auto;
}
	#banner02 ul li {
		float: left;
		margin-right: 7px;
	}

/* ----------------------------------------------
 * 航空券
---------------------------------------------- */
#airlineTicket {
	margin: 5px 0 15px;
	padding-top: 15px;
	background: url("../commonNew/images/hr01.gif") no-repeat left top;
}
	#airlineTicket .article {
		width: 525px;
		margin: 0 auto;
	}
	#airlineTicket #anaTabisaku {
		float: right;
	}
	#airlineTicket #jalDp {
		float: right;
	}

/* ----------------------------------------------
 * 携帯メールアドレス送信
---------------------------------------------- */
.mobileAd {
	margin: 0.5em auto;
	text-align: left;
}
#contentMain .mobileAd h2 {
	width: auto;
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: 0;
	background: none;
}
.mobileAd h3 {
	width: auto;
	height: auto;
	margin: 0.5em 0;
	color: #33502B;
	font-size: 14px;
	font-weight: bold;
	text-indent: 0;
	background: none;
}
	.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: #33502B;
		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;
	}

/* ----------------------------------------------
	日付検索する
---------------------------------------------- */
#search {
	margin: 0.5em 0;
}
	#search span.hotelColor {
		display: block;
		color: #33502B;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
	}














/* 緊急時用設定
----------------------------------------------- */

#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 {
		margin-bottom: 12px;
		font-size: 140%;
		text-align: center;
		font-weight: bold;
	}
	#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;
		}