﻿@charset "utf-8";

#flash {
	padding-bottom: 20px;
	background: url("../commonNew/images/bg_contentmain.gif") repeat-x bottom;
}
	#flash .imgList li {
		margin: 0;
	}

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

/* ----------------------------------------------
 * プランランキングバナー
---------------------------------------------- */
#planRankingBanner {
	margin: 0 0 10px;
}
	#planRankingBanner ul li {
		float: left;
		margin: 0;
	}

/* ----------------------------------------------
 * 一定期間設置するバナー
---------------------------------------------- */
#contentMain .eventBanner {
	margin-bottom: 6px;
}
	#contentMain .eventBanner li {
		float: left;
		width: 265px;
		margin-right: 10px;
	}
		#contentMain .eventBanner li.end {
			margin-right: 0;
		}

/* banner01
----------------------------------------------- */
#banner01 {
	width: 540px;
	margin: 5px 0 0 0;
}
	#banner01 img {
		float: left;
		margin: 0;
		padding: 0;
	}

/* news
----------------------------------------------- */
/* 見出し */
#contentMain .newsTop {
	width: 540px;
	height: 45px;
	margin-top: 15px;
	background: url("../images/bg_info01.gif") no-repeat;
}
	#contentMain .newsTop p {
		width: 530px;
		padding-top: 10px;
		text-align: right;
	}
/* 中身 */
#news {
	width: 536px;
	height: 390px;
	border-bottom: 1px solid #AEADAA;
	border-left: 1px solid #AEADAA;
	border-right: 1px solid #AEADAA;
}
	#news iframe {
		width: 535px;
		height: 387px;
		margin: 2px 0;
		overflow-x: hidden;
		background-color: #FFFFFF;
	}

/* ----------------------------------------------
 * 航空券
---------------------------------------------- */
#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 {
	margin: 0.5em auto;
	text-align: left;
}
	#contentMain .mobileAd h2 {
		text-indent: 0;
		background: none;
	}
	#contentMain .mobileAd h3 {
		width: auto;
		margin: 0.5em 0;
		color: #4E422E;
		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;
		}

	#contentMain .mobileAd .qrCord {
		float: left;
		width: 200px;
	}
		#contentMain .mobileAd .qrCord p {
			text-align: center; 
		}

	.mobileAd .textBox {
		float: left;
		width: 335px;
	}
		/* 背景色付 */
		.mobileAd .adInfo {
			padding: 6px;
			background: #EFE9D5;
		}

		.mobileAd form {
			width: 300px;
			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: 240px;
						margin-right: 5px;
						ime-mode: inactive;
					}


/* ----------------------------------------------
 * クレジットカード
---------------------------------------------- */
#creditCard {
	padding-top: 24px;
}
	#creditCard p {
		margin: 0 0 12px;
	}

/* ----------------------------------------------
 * 函館イベントリンク集
---------------------------------------------- */
#externalLink .box {
	width: 525px;
	margin: 10px auto;
}
	#externalLink img {
		margin: 0 5px 10px 0;
	}


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