@charset "utf-8";

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

body {
	background: url(../../img/bg_body.jpg) 50% 0 repeat-y;
	background-color: #bad3d7;
}
#wrap {
	background: url(../../img/bg_wrap.jpg) 50% 0 no-repeat;
}
#main {
	width: 1110px;
	height: 795px;
	position: relative;
}
h1 {
	display: none;
}
#top_main {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
#top_date {
	position: absolute;
	top: 86px;
	right: 0;
	z-index: 1;
}
#top_start {
	position: absolute;
	top: 210px;
	right: 28px;
	z-index: 1;
}
#top_catch {
	position: absolute;
	top: 15px;
	left: 215px;
	z-index: 1;
}

#topbtn {
	position: absolute;
	top: 814px;
	right: 65px;
}
#gnavi {
	position: absolute;
	top: 86px;
	left: 0;
	z-index: 1;
}
#gnavi li {
	margin-bottom: 10px;
}
#footer {
	background: #000000;
	text-align: center
}

/*終了のお知らせ
------------------------------*/
#oshirase_end {
	background: rgba(0,0,0,0.8);
	padding: 10px;
	position: absolute;
	top: 100px;
	right: 0px;
	z-index: 10;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.6;
	width: 246px;
	text-align: center;
}
#oshirase_end a {
	color: #fff;
}
#oshirase_end a:hover {
	text-decoration: none;
}


/* snsbtn.css
----------------------------------------------------*/

#sns_list {
	position: absolute;
	top: 822px;
	right: 246px;
	z-index: 2;
}