@charset "utf-8";

/* -------------------------------------------------------------
	トップページ用
-----------------------------------------------------------------*/

body {
	background: url(../../img/bg_body.jpg) 50% 0 no-repeat;
	background-color: #000;
}
#wrap {
	background: url(../../img/bg_wrap.jpg) 50% 500px no-repeat;
}
#main {
	width: 1110px;
	height: 823px;
	position: relative;
}
h1 {
	display: none;
}
#top_main {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#top_date {
	position: absolute;
	top: 457px;
	right: 1px;
	z-index: 1;
}
#top_start {
	position: absolute;
	top: 457px;
	Left: 43px;
	z-index: 1;
}
#top_catch {
	position: absolute;
	top: 131px;
	left: 496px;
	z-index: 1;
}

#topbtn {
	position: absolute;
	top: 823px;
	right: 67px;
}
#GNAVI_01 {
	position: absolute;
	top: 17px;
	left: 135px;
	z-index: 2;
}
#GNAVI_02 {
	position: absolute;
	top: 17px;
	left: 382px;
	z-index: 2;
}
#GNAVI_03 {
	position: absolute;
	top: 17px;
	left: 623px;
	z-index: 2;
}
#GNAVI_04 {
	position: absolute;
	top: 17px;
	left: 865px;
	z-index: 2;
}
#footer p {
	width: 1110px;
	margin: 0 auto;
}


/* sns_list
----------------------------------------------------*/

#sns_list {
	position: absolute;
	top: 823px;
	right: 214px;
	z-index: 2;
	width: 220px;
	height: 21px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 6px;
	padding: 8px 26px;
}
#sns_list li {
	float: left;
	margin-right: 10px;
}
#sns_list li.twitter { 
	width: 68px;
	/*width: 90px;*/
}
#sns_list li.facebook {
	margin-right: 0;
}
#sns_list li.facebook iframe {
	border: none;
	overflow: hidden;
	width: 70px;
	height: 21px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* for Safari,Chrome */
	#sns_list {
		width: 226px;
	}
	#sns_list li.facebook iframe {
		width: 76px;
	}
}

/* お知らせ */
.info {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 25px;
	position: absolute;
	top: 490px;
	right: 0;
	z-index: 999;
}
.info a {
	color: #000;
}
.info a:hover {
	text-decoration: none;
	color: #333;
}