/* CSS Document */

#loopBox {
	height:550px;
	max-width:1400px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#loopTxt span { display:none; }
#loopTxt {
	display:block;
	background:url(img/moji.png) no-repeat;
	width:490px;
	height:100px;
	position:absolute;
	top:60px;
	left:55px;
}

.loader { 
  position:absolute;
  z-index:9999;
  width:35px;
  height:35px;
  top:49%;
  left:49%;
}

/* 個別の位置 */

#sub-naviBox {
	width:800px;
}

/* コンテンツ ---------------------------- */

.top-naka {
	width:940px;
	margin:40px auto 0;
}

.top-naka h2 {
	font-size:85%;
	font-weight:normal;
	color:#FFF;
	margin-bottom:10px;
}

/* プレー予約 ---------------------------- */

#tb_play {
	float:left;
	margin:0 0 40px 0;
	width:400px;
}

#play {
	background:#222;
	width:398px;
	border:solid 1px #333;
}

#play01 a {
	float:left;
	display:block;
	margin:20px;
	background:url(img/play01.png) no-repeat;
	width:172px;
	height:60px;
}

#play01 a:hover {
	background:url(img/play01_r.png) no-repeat;
}

#play02 {
	float:left;
	margin:20px 0;
}

/* 限定プランなど ---------------------------- */

#tb_plan {
	float:left;
	margin:0 0 40px 0;
	width:300px;
}

#tb_plan a:hover {
	opacity:0.6;
}

/* Facebook ---------------------------- */

#fb {
	float:right;
	margin:30px -300px 0 0;
	z-index:9999;
	width:330px;
	overflow:hidden;
}

#fb_tab a {
	float:left;
	background:url(img/facebook_r.jpg) no-repeat;
	width:30px;
	height:125px;
}

.fb-like-box {
	float:left;
	background:url(img/fb_bg90.png) repeat;
}

/* 通常のRSS */

#tb_news {
	float:left;
	margin:0 20px 40px 0;
	width:620px;
}

#facebook {
	background:url(img/facebook.png) no-repeat 20px 45px #222;
	padding:20px;
	font-size:85%;
	color:#FFF;
	width:578px;
	height:110px;
	border:solid 1px #333;
}

#facebook a {
	color:#FFF;
}

#facebook ul {
	list-style:none;
	margin-left:80px;
}

#facebook ul li {
	list-style:none;
	margin-bottom:2px;
	overflow:hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis; /* Safari */
	-o-text-overflow: ellipsis; /* Opera */
	white-space: nowrap;
}

/* ギャラリー・コースガイド・アクセス ---------------------------- */

ul.tb3 li {
	float:left;
	display:block;
	margin-right:20px;
	margin-bottom: 50px;
	width:300px;
}

ul.tb3 li:nth-child(2n) {
	margin-right:0;
}

ul.tb3 li a:hover {
	opacity:0.6;
}


/* 2カラム */

#top-left {
	float: left;
	width: 620px;
	margin-right: 20px;
}

#top-right {
	float: left;
	width: 300px;
}

.fb-page {
	height: 350px;
}

/*TOPお知らせ*/

#top-info {
	background: #FFF;
	padding: 50px;
	margin-bottom: 50px;
	opacity: 0.85;
}

#top-info h3 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	font-size:123.1%;
	margin-bottom: 40px;
}

#top-info h4 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	text-align: center;
	font-size:116%;
	margin-bottom: 10px;
}

#top-info p#centT {
	text-align: center;
	margin-bottom: 20px;
}
#top-info p#leftT {
	text-align: left;
	margin-bottom: 20px;
}




