@charset "Shift_JIS";

/* RESET
------------------------------------------ */
body { margin: 0; padding: 0; -webkit-text-size-adjust: none; }
font { font-size: 16px !important; line-height: 1.5 !important; }
img { vertical-align: bottom;	}

/* COMMON CLASS
------------------------------------------ */
.none, .lineW, .lineGN { display: none; }
.mgt10 { margin-top: 10px !important; }

/* STRUCTURE
------------------------------------------ */
.wrapper {
	padding: 7px ;
	background-color: #b5c6e0;
	zoom: 1;
}
.container {
	padding: 4px;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* header
------------------------------------------ */
.header {
	margin: 0 -1px;
}

/* footer
------------------------------------------ */
.footer {
	margin: 10px 6px 5px;
	padding-top: 10px;
	border-top: 1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(10%,rgba(255,255,255,1)));
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 10%);
	background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 10%);
}
.footer .footerNav {
	margin-top: 5px;
}
.footer .footerNav:first-child {
	margin-top: 0;
}

/* content
------------------------------------------ */
.content {
	margin-top: 10px;
	padding: 0 6px;
	border-top: 1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(2%,rgba(255,255,255,1)));
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 2%);
	background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 2%);
}

/* section
------------------------------------------ */
.section {
	margin-top: 15px;
	border-top: 1px solid #999;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(2%,rgba(255,255,255,1)));
	background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(255,255,255,1) 2%);
	background: linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(255,255,255,1) 2%);
}
* html .section {
	zoom: 1;
}
.section.separator {
	border-top: 1px dotted #999;
	background: none;
}

/* campaignArea
------------------------------------------ */
.campaignArea {
	color: #c00;
	border: 2px solid #66b821;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* sistemArea
------------------------------------------ */
.sistemArea {
	background-color: #E7F4F5;
	border: 2px solid #ACD3D6;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: -10px;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

/* MODULES
------------------------------------------ */
/* heading
------------------------------------------ */
.headingLv1,
.headingLv1nta {
	text-align: center;
}
.headingLv1 img {
	width: 299px;
	height: 67px;
}
.headingLv2 {
	margin: 15px 0 -10px;
}
.headingLv2.mileSekisan {
	width: 239px;
	height: 34px;
	background: url(/mobile/travel/hotel/dom/img/ttl_caution_00.gif) 0 0 no-repeat;
}
.headingLv2.mile {
	width: 239px;
	height: 34px;
	background: url(/mobile/travel/hotel/dom/img/ttl_caution_01.gif) 0 0 no-repeat;
}
.headingLv2.rsv {
	width: 204px;
	height: 35px;
	background: url(/mobile/travel/hotel/dom/img/ttl_caution_02.gif) 0 0 no-repeat;
}

/* txtBlock
------------------------------------------ */
.txtBlock {
	margin-top: 20px;
}
.txtBlock.note {
	margin-top: 10px;
	text-align: center;
}

/* btnBlock
------------------------------------------ */
.btnBlock {
	margin-top: 20px;
	text-align: center;
}
.btnUnit {
	display: inline-block;
	border: 2px solid #bec4c6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,239,239,1)), color-stop(100%,rgba(183,189,191,1)));
	background: -moz-linear-gradient(top,  rgba(237,239,239,1) 0%, rgba(183,189,191,1) 100%);
	background: linear-gradient(top,  rgba(237,239,239,1) 0%,rgba(183,189,191,1) 100%);
}
* html .btnUnit {
	display: inline;
	background-color: #b7bdbf;
	zoom: 1;
}
.btnUnitInner {
	border: 1px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btnUnitInner a {
	display: block;
	padding: 7px 40px 5px 25px;
	color: #333;
	text-decoration: none;
	background: url(/mobile/travel/hotel/dom/img/icon_arrow_next_01.gif) 95% 50% no-repeat;
}

/* Media Querie
------------------------------------------ */
@media screen and (max-width: 479px) {
	.txtBlock.note {
		text-align: left;
	}
}
