﻿@charset "utf-8";

/* -----------------------------------------------
 * Bourou Noguchi Noboribetu
 * inbound CSS
 *
 * Author     : sue
 * LastUpdate : 10/05/26
----------------------------------------------- */

#container {
	background: url("../img/mainBack.jpg") no-repeat;
}

h1 {
	line-height: 2.5;
}

/* --------------------------
 * LestMenu
-------------------------- */
body#fl #gNav #hotelDetail {
	width: 180px;
	margin: 30px auto;
}

	/* Navigation */
	#hotelDetail ul.navigation li,
	#hotelDetail ul.navigation li a,
	#hotelDetail ul.navigation li a:hover {
		width: 180px;
		display: block;
	}
	#hotelDetail ul.navigation li {
		margin: 0 0 10px 0;
		line-height: 1.5;
	}
		#hotelDetail ul.navigation li a:hover {
			background: transparent;
		}
			#hotelDetail ul.navigation li a:hover img {
			visibility: hidden;
		}

		#hotelDetail p img {
			vertical-align: middle;
		}

	/* Contact Us */
	.accent {
		font-size: 80%;
		line-height: 1.2;
	}

/* --------------------------
 * Contents
-------------------------- */
#mainImage {
	margin: 120px 0 5px;
}

.contentArticle .headLine {
	margin-bottom: 32px;
}
	.contentArticle .headLine h3 {
		margin: 50px 0 15px;
	}

h4 {
	margin: 20px 0;
	padding: 0 0 0 7px;
	font-size: 160%;
	line-height: 1.1;
	border-left: 7px solid #7e7e7e;
}

h5 {
	margin: 10px 0;
	font-size: 140%;
	font-weight: normal;
	font-family: serif;
}

.posL {
	width: 220px;
}
	.posL p {
		margin: 0;
		line-height: 1.7;
	}

.detailBox {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #cccccc;
}
	.detailBox.end {
		border-bottom: none;
	}


/* --------------------------
 * Free Shuttle Bus
-------------------------- */
.navOver,
.navOver a,
.navOver a:hover {
	width: 313px;
	display: block;
}
	.navOver a:hover {
		background-color: transparent;
	}
		.navOver a:hover img {
			visibility: hidden;
		}
#shuttle {
	background: url("../img/toFreeBus_en_o.gif") no-repeat;
}
