@charset "utf-8";
/* CSS Document */

#tour  {
	width:639px;
	padding-top: 15px;
	clear: both;
}

#tour li {
	width: 318px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
}

.hotel {
	position:relative;
	padding-top: 30px;
	z-index: 2000;
}

.hotelInfo {
	padding-top: 50px;
}

#subaru {
	position: absolute;
	left: -1px;
	top: 0px;
	z-index: 2500;
}

#tennen {
	position:absolute;
	left: 347px;
	top: 244px;
	z-index: 3000;
}

 /*FireFoxで背景が出ない事象の回避*/
#tour {
	overflow:hidden;
}

#tour:after {
  /*  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;*/
	content:"";
	display:block;
	clear:both;
	height:0px;
	overflow:hidden;
}

/*\*/
* html #tour {
	height:1em;
	overflow:visible;
}
/**/
