@charset "utf-8";

/* -------------------------------------------------------------
	トップページ用
-----------------------------------------------------------------*/
body {
	background:
	url(../../img/1905/bg_03.jpg) 50% 0 no-repeat,
	url(../../img/1905/bg_02.jpg) 0 0 repeat-x,
	url(../../img/bg_body.jpg) 0 0 repeat;
	background-color: #3a3333;
}
#main {
	width: 1110px;
	position: relative;
}
h1 {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	height: 0;
}
#gnavi {
	position: absolute;
	top: 633px;
	left: 196px;
	z-index: 11;
	display: flex;
}
#top_date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}

/* リクエスト大募集！ */
#btn_request {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 2;
}
#btn_request li {
	margin-bottom: 10px;
}

/*#watch{
	position: absolute;
	top: 100px;
	right: 10px;
	}*/

/* 次回予告 */
#top_next {
	background: url(../../img/request_bg.gif) 0 0 repeat;
	position: absolute;
	top: 166px;
	left: 10px;
	z-index: 2;
	width: 240px;
	padding: 2px 8px 8px;
	border-top: 2px solid rgba(255,255,255,0.2);
	border-left: 2px solid rgba(255,255,255,0.2);
	border-right: 2px solid rgba(0,0,0,0.2);
	border-bottom: 2px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
}
#top_next p {
	text-align: center;
}
#top_next dl {
	background-color: #fff;
	padding: 6px 10px;
}
#top_next dt,
#top_next dd {
	color: #333;
	font-weight: bold;
	font-size: 16px;
}
#top_next dd {
	line-height: 1.4;
}
#top_next dd span {
	display: block;
	background-color: #3a3333;
	text-align: center;
	color: #fff;
	margin-bottom: 6px;
	padding: 2px 2px 0;
}
#top_next .note {
	margin-top: 4px;
	font-size: 12px;
}

#bn_190610sp {
	position: absolute;
	top: 113px;
	right: 0;
	z-index: 99;
}
#bn_190610sp a:hover {
	opacity: 0.8;
}



/* フッター
-------------------------*/
#footer {
	position: relative;
	width: 1110px;
}
#top_notice {
	font-size: 12px;
	color: #fff;
	line-height: 1.4;
	position: absolute;
	top: 15px;
    right: 10px;
	z-index: 10;
}
#top_btn{
	position: absolute;
	top: 15px;
	left: 10px;
	z-index: 2;
}


/* sns
-------------------------*/
#sns_list {
	position: absolute;
	top: 15px;
	left: 153px;
	z-index: 2;
	background: rgba(255,255,255,0.3);
	/*width: 220px;*/
	height: 35px;
	padding: 8px 15px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
}
#sns_list li {
	margin-right: 10px;
	height: 20px;
}
#sns_list li:last-child {
	margin-right: 0;
}

