 @charset "utf-8";

/* -------------------------------------------------------------
	トップページ用
-----------------------------------------------------------------*/
body {
	background: url(../../img/bg01.jpg) 50% 0 no-repeat,
	url(../../img/bg02.jpg) 50% 300px no-repeat,
	url(../../img/bg03.jpg) 50% 600px no-repeat;
	background-color: #5e4e4e;
}

#main {
	width: 1110px;
	position: relative;
	margin: 0 auto;
}
h1 {
	position: absolute;
	top: 200px;
	left: 638px;
	z-index: 10;
}

nav li:nth-child(1) {
  position: absolute;
	top: 6px;
	left: 317px;
	z-index: 10;

}
nav li:nth-child(2) {
  position: absolute;
	top: 3px;
	left: 484px;
	z-index: 10;

}
nav li:nth-child(3) {
	position: absolute;
	top: 6px;
	left: 759px;
	z-index: 10;
}

#top_start {
	position: absolute;
	top: 0;
	left: -94px;
	z-index: 11;
}
#top_date {
	position: absolute;
	top: 95px;
	left: 555px;
	z-index: 11;
}
#top_catch {
	position: absolute;
	top: 422px;
	left: -8px;
	z-index: 11;
}


#topbtn {
	position: absolute;
	top: 577px;
	right: 4px;
	z-index: 10;
}

/* ご了承ください */
#top_notice {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 628px;
	right: 0;
	z-index: 10;
	line-height: 1.4;
}

#footer_logo {
	position: absolute;
	top: 648px;
	right: 7px;
	z-index: 10;
}

#top_hulu {
	width: 208px;
	position: absolute;
	/*top: 247px;*/
	top: 300px;
	left: 4px;
	z-index: 10;
}
#top_hulu a:hover {
	opacity: 0.6;
}


/* SNS
--------------------*/
#sns_list {
	position: absolute;
	top: 577px;
	right: 160px;
	z-index: 2;
	width: auto;
	height: 21px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
	padding: 7px 12px;
}
#sns_list li {
	float: left;
	margin-right: 10px;
}
#sns_list li:last-child {
	margin-right: 0;
}

/* お知らせ
#info {
	position: absolute;
	top: 155px;
	right: 5px;
	z-index: 10;
	width: auto;
	background-color: rgba(0,0,0,0.8);
	padding: 15px;
}
#info p {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
#info a{
	color:#fff;
} */


/* 枠移動お知らせ */
#oshirase {
	background: rgba(0,0,0,0.8);
	padding: 6px 12px;
	position: absolute;
	top: 175px;
	left: 719px;
	z-index: 100;
}
#oshirase p {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}
