@charset "utf-8";

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

body {
	background:
	url(../../img/bg_01.jpg) 50% 0 no-repeat,
	url(../../img/bg_02.jpg) 50% 1000px no-repeat,
	url(../../img/bg_03.jpg) 50% 0 repeat-y;
	background-color: #fcfcfc;
}
#main {
	width: 1110px;
	position: relative;
	margin: 0 auto 62px;
	z-index: 0;
}

header {
	height: 1695px;
}

#header_btn {
	width: 1110px;
	height: 102px;
	position: relative;
}
#header_btn #gnavi {
	text-align: right;
	margin-bottom: 9px;
}
#header_btn #top_btn {
	float: right;
}

/* 動画 */
#video {
    background: url(../../img/bg_video.png) 0 0 no-repeat;
    width: 700px;
    height: 450px;
	position: absolute;
	left: 275px;
	top: 1116px;
	z-index: 1;
}
#video h1 {
    position: absolute;
    top: -31px;
    left: 201px;
    z-index: 2;
}
#video_in {
    position: relative;
}
#video .videoplay {
    width: 640px;
    padding-top: 40px;
    margin: 0 0 0 30px;
}

/*#campaign{
	position: absolute;
	top: 1457px;
	left: 0;
	}*/


#mc {
	margin: 12px auto 35px;
	width: 580px;
	overflow: hidden;
}
#mc h1{
	text-align: center;
	margin-bottom: 25px;
}
#mc li {
	float: left;
	width: 260px;
	margin-right: 60px;
}

#guest {
	margin: 0 auto 35px;
	width: 810px;
	overflow: hidden;
}
#guest h1{
	text-align: center;
	margin-bottom: 25px;
}
#guest li {
	float: left;
	width: 230px;
	margin-right: 60px;
}

#nt {
	margin: 0 auto 35px;
	width: 750px;
	overflow: hidden;
}
#nt h1{
	text-align: center;
	margin-bottom: 25px;
}
#nt li {
	float: left;
	width: 210px;
	margin-right: 60px;
}

#mc li:last-child,
#guest li:last-child,
#nt li:last-child {
	margin-right: 0;
}


#outline{
	margin-bottom: 26px;
	}
#outline #text{
	display: block;
	margin: 0 auto;
}


#arasuji {
	width: 1110px;
	height: 1100px;
	margin: 0 auto;
	}
/*#arasuji h1{
	margin-bottom: 22px;
	}*/
#arasuji #episode_left{
	width: 515px;
	float: left;
	margin-left: 20px;
	}
#arasuji #episode_right{
	width: 515px;
	float: right;
	margin-right: 20px;
	}
#arasuji .episode h2{
	margin-top: 37px;
	}
#arasuji .top{
	height: 250px;
	}
#arasuji .middle{
	height: 250px;
	}
#arasuji .episode{
	width: 515px;
	}
#arasuji .episode img{
	float: left;
	/*margin-top: 10px;*/
	padding-right: 10px;
	}
#arasuji .episode p{
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	}
#sponsor{
	width: 1110px;
	height: 299px;
	background: url(../../img/sponsor.png) 0 0 no-repeat;
	}
#sponsor_inner{
	/*padding: 76px 0 0 14px;*/
	padding-top: 76px;
	width: 950px;
	position: relative;
	margin: 0 auto;
	}
#sponsor ul:nth-child(1) {
	padding-bottom: 10px;
}
#sponsor ul:nth-child(2) {
	width: 950px;
	height: 50px;
	padding-bottom: 10px;
}
#sponsor ul:nth-child(2) li{
	float: left;
	margin-right: 10px;
}
#sponsor ul:nth-child(2) li:last-child {
	margin-right: 0;
}
#sponsor ul:nth-child(3) {
	width: 950px;
	height: 50px;
}
#sponsor ul:nth-child(3) li{
	float: left;
	margin-right: 10px;
}
#sponsor ul:nth-child(3) li:last-child {
	margin-right: 0;
}

footer{
	clear: both;
	background: #5c4022;
	}
footer #inner{
	width: 1110px;
	height:133px;
	position: relative;
	margin: 0 auto;
	padding-top: 21px;
	text-align:right;
	}
#top_notice {
	font-size: 12px;
	color: #fff;
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 10;
	line-height: 1.4;
}


/* snsbtn.css
----------------------------------------------------*/
#sns_list {
	float: right;
	margin-right: 10px;
	width: auto;
	height: 27px;
	padding: 8px 15px 0;
	background: rgba(255,255,255,0.6);
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
#sns_list li {
	float: left;
	margin-right: 10px;
}
#sns_list li:last-child {
	margin-right: 0;
}

