﻿@charset "utf-8";

/* ----------------------------------------------
 * TOPページ専用テンプレート設定
 * (元base_top.cssから抽出)
---------------------------------------------- */
#wrapper02{
	background: url("../images/bg_container.gif") no-repeat center top;
}

#container{
	min-height: 780px;
}

#contentSide {
/*	min-height: 773px;*/
	background: none;
}

	#contentSide .top {
		margin: 0;
/*		height: 535px;*/
		height: 601px;
	}


	#contentSide .bottom {
		margin: 20px 0 0;
		background: none;
	}

/* banner01
----------------------------------------------- */
#banner01 .banner01_1 {
	float: left;
	width: 275px;
}


/* 緊急時用設定
----------------------------------------------- */
#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;
		}

/* news
----------------------------------------------- */
#contentMain #newsArea {
	width: 540px;
	margin-top: 10px;
}

	#contentMain #newsArea .newsTop {
		height: 39px;
		background: url("../images/bg_info01.gif") no-repeat;
	}
		#contentMain #newsArea .newsTop p {
			width: 530px;
			padding-top: 12px;
			text-align: right;
		}

		#contentMain #newsArea #news {
			width: 540px;
			height: 336px;
			background: url("../images/bg_info02.gif") no-repeat bottom;
		}
			#newsArea #news iframe {
				width: 532px;
				height: 325px;
				margin: 5px 0 0 5px;
			}

/* ----------------------------------------------
 * 携帯メールアドレス送信
---------------------------------------------- */
.mobileAd {
	width: 535px;
	margin: 0.5em auto;
	text-align: center;
}
	#contentHead .mobileAd h2 {
		margin: 0;
	}
	#contentHead .mobileAd h3 {
		width: auto;
		margin: 0.5em 0 0;
		color: #4E422E;
		font-size: 14px;
		font-weight: bold;
		text-indent: 0;
		background: none;
	}

	.mobileAd .article {
		width: 515px;
		margin: 0 auto;
		padding: 5px 0 10px;
		text-align: left;
	}

	.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: 289px;
		margin-top: 0.5em;
		padding: 8px;
		border: 1px solid #cccccc;
	}
		.mobileAd dl dt {
			color: #4E422E;
			font-weight: bold;
		}
			.mobileAd dl dt #send_result {
				color: #ff0000;
			}

		/* inputフォーム */
		.mobileAd .textBox input.adAdd {
			width: 230px;
			margin-right: 5px;
			ime-mode: inactive;
		}

	#contentHead .mobileAd .qrCord {
		float: left;
		width: 180px;
		margin-right: 10px;
	}
	#contentHead .mobileAd .textBox {
		float: left;
		width: 305px;
	}
		/* 背景色付 */
		.mobileAd .adInfo {
			padding: 6px;
			background: #EFE9D5;
		}

/* info
----------------------------------------------- */
#info {
	width: 536px;
	height: 77px;
	margin: 10px 0 0 0;
	background: url("../images/bg_info.gif") no-repeat;
}

	#info .info01 {
		float: left;
		width: 291px;
		margin: 12px 0 0 15px!important;
		margin: 12px 0 0 7px;
	}

		#info .info01 p {
			margin: 5px 0 0 0;
			color: #51120C;
			font-size: 11px;
			line-height: 1.2;
		}

	#info .info02 {
		float: left;
		width: 218px;
		margin: 17px 0 0 0;
		text-align: right;
	}

/* -----------------
	日付検索する
----------------- */
#search span.hotelColor {
	display: block;
	color: #52241F;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}