@charset "utf-8";
/*-----------------------------------------------------

	style.css

------------------------------------------------------*/

body{
	min-width: 1024px;
	background: #fff;
	font: .8em/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',helvetica,arial,clean,sans-serif;}

#wrap{
	min-width: 1024px;
	background: #ffea00;
	}

#main {
	width: 1024px;
	margin: -460px auto 0 auto;
	position: relative;
	z-index: 10;
	}


/*-----------------------------------------------------
	header　
-----------------------------------------------------*/
header {
	width: 100%;
	height: 850px;
	background: url(../images/bg.jpg) no-repeat center -200px;
	position: relative;
	z-index: 0;
	}

	#innerHeader{
		width: 1084px;
		margin: 0 auto;
		position: relative;
		}

	#innerHeader h1{}

	#innerHeader .mainCast{
		position: absolute;
		left: 290px;
		top: -5px;
		}

	.confetti{
		width: 100%;
		height: 550px;
		background: url(../images/confetti.png) no-repeat center 62px;
		position: absolute;
		top: 0;
		left: 0;
		}

/*-----------------------------------------------------
	content
-----------------------------------------------------*/
#content{
	width: 696px;
	background: url(../images/base_bg.gif);
	float: left;
	position: relative;
	}

	.basetop{
		height: 68px;
		padding-top: 15px;
		background:url(../images/basetop.gif) no-repeat bottom;
		position: relative;
		}

		 nav{
			width: 660px;
			margin: 0 auto;
			position: relative;
			z-index: 999;
			}

		nav ul li{
			float: left;
			margin-right: 40px;
			}

		nav ul li.end{
			margin-right: 0;
			}


		.confetti_front{
			width: 180px;
			height: 85px;
			background: url(../images/confetti_front.png) no-repeat;
			position: absolute;
			left: 480px;
			top: -35px;
			z-index: 1;
			}


	.basebody{
		padding: 0;
		background: url(../images/basebody.gif) repeat-y;
		position: relative;
		z-index: 9;
		    min-height: 800px;
		}

	.basebody h2{
		margin-left: 35px;
		}

	.basebody h2.starTit{
		margin-left: 0;
		padding-bottom: 15px;
		text-align: center;
		}

		.box{
			width: 646px;
			margin: 0 auto;
			padding-bottom: 25px;
			}

		.boxtop{
			height: 19px;
			background: url(../images/innertop.png) no-repeat bottom;
			}

		.boxbody{
			padding: 0 40px;
			background: url(../images/innerbody.png) repeat-y;
			}

			.txt{
				padding-top: 25px;
				}

			.txt h3{
				padding-bottom: 15px;
				color: #d7001d;
				font-size: 1.2em;
				font-weight: bold;
				line-height: 1.8;
				}

			.txt_top h3{
				padding-bottom: 15px;
				color: #d7001d;
				font-size: 1.2em;
				font-weight: bold;
				line-height: 1.8;
				}
			.photo{
				width: 260px;
				margin: 0 15px 0 -20px;
				float: left;
			}

			/*ゲスト複数の場合使用　.photoをはずして写真のdiv全てを囲む*/
			#photoPlural{
			width: 260px;
			float:left;
			}

			#btn_movie{
				width: 200px;
				margin: 25px auto 0 auto;
				}

			.boxbottom{
				height: 19px;
				background: url(../images/innerbottom.png) no-repeat top;
				}

	.basebottom{
		height: 35px;
		background:url(../images/basebottom.gif) no-repeat top;
		position: relative;
		z-index: 9;
		}

	.watermark{
		width: 685px;
		height: 199px;
		background: url(../images/watermark.png) no-repeat;
		position: absolute;
		bottom: 10px;
		left: 5px;
		z-index: 0;
		}


/*-----------------------------------------------------
	aside
-----------------------------------------------------*/
aside {
	width: 322px;
	float: right;
	}

	.asidetop{
		height: 5px;
		background: url(../images/asidetop.png) no-repeat bottom;
		}

	.asidebody{
		padding: 10px 0;
		background: url(../images/asidebody.png) repeat-y;
		}

	#twitter{
		width: 280px;
		margin: 0 auto;
		}

	#ranking{
		background: #fff;
		}

	.bnr{
		padding: 12px;
	}

/*-----------------------------------------------------
	footer　
-----------------------------------------------------*/
footer {
	width: 696px;
	padding: 15px 0;
	text-align: center;
	float: left;
	}


/*-----------------------------------------------------
	cleafix
-----------------------------------------------------*/

.clearfix:after {
	content: " ";
	clear: both;
	display: block;
	visibility: hidden;
}

/*-----------------------------------------------------
	2014.08追加
-----------------------------------------------------*/

.ukikiBnr { width:450px; margin:0 auto; padding:5px; border: solid 1px #666666; }

#gDefSide {
    margin-top: 390px!important;
}

/*-----------------------------------------------------
	2020.02追加
-----------------------------------------------------*/

.mydoBnr {
	width: 630px;
	margin: 20px auto;
	}


.mydoBnr img {
	width: 100%;
	}


	/*-----------------------------------------------------
	2021.12追加
-----------------------------------------------------*/

.-flex {
display: flex;
	}
