@charset "utf-8";
/* CSS Document */
/* 	header
------------------------------------------------------------ */
#header {
	max-width: 1500px;
	min-width: 980px;
	height: 780px;
	margin: 0 auto;
	background: url(../../img/bg_header.jpg) top center no-repeat;

	position: relative;
}
	h1 {
		font-size: 0;
		text-indent: -9999px;
		overflow: hidden;
	}
	#header_btn_shop {
		width: 570px;
		height: 200px;
		overflow: hidden;

		cursor: pointer;

		position: absolute;
		top: 640px;
		left: 50%;
		margin-left: -260px;
	}
		#header_btn_shop:hover img {
			margin-top: -200px;
		}
		#header_btn_shop.open img {
			margin-top: -400px;
			cursor: default;
		}

	#header_sns {
		width: 90px;
		height: 190px;
		background: url(../../img/bg_share.png) top center no-repeat;

		position: absolute;
		top: 0px;
		right: 0px;
	}
		#header_sns ul {
			width: 40px;
			height: 82px;

			position: absolute;
			top: 77px;
			left: 24px;
		}
			#header_sns ul li {
				width: 40px;
				height: 40px;
				margin-top: 2px;

				list-style: none;
			}
			#header_sns ul li:first-child {
				margin-top: 0px;
			}
		#float_buy_top {
			width: 980px;
			height: 451px;

			background: url(../../img/shop/bg_shop.png) top center no-repeat;
			position: absolute;
			top: 240px;
			left: 50%;
			margin-left: -490px;

			display: none;
		}
			#float_buy_top #float_buy_close {
				width: 83px;
				height: 83px;

				overflow: hidden;

				cursor: pointer;

				position: absolute;
				top: 0px;
				right: 0px;
			}
				#float_buy_top #float_buy_close:hover img {
					margin-top: -83px;
				}
			#float_buy_top ul {
				width: 825px;
				height: 219px;

				position: absolute;
				top: 166px;/*196px*/
				left: 82px;
			}
				#float_buy_top ul li {
					width: 155px;
					height: 63px;

					float: left;

					margin-right: 10px;
					margin-bottom: 10px;
				}
				#float_buy_top ul li#left_space {
					margin-left: 250px;
				}




/* 	content
------------------------------------------------------------ */
#content_wrapper {
	max-width: 1100px;
	min-width: 980px;
	margin: 0 auto;
	position: relative;
}
/*--   content_movie   --*/
	#content_movie {
		margin-top: 60px;
	}
		#content_movie h2 {
			width: 716px;
			height: 170px;
			margin: 0 auto;
		}
		#content_movie_main {
			min-width: 980px;
			height: 634px;
			background: url(../../img/bg_movie.png) top center no-repeat;

			position: relative;

			margin-top: -27px;
		}
			#content_movie_main iframe {
				position: absolute;
				top: 94px;
				left: 50%;
				margin-left: -393px;
			}
		#content_movie_btn {
			width: 520px;
			height: 160px;
			margin: 0 auto;
			overflow: hidden;
			margin-top: -27px;
		}
			#content_movie_btn:hover img {
				margin-top: -160px;
			}

/*--   content_song   --*/
	#content_song {
	}
		#content_song h2 {
			width: 576px;
			height: 170px;
			margin: 0 auto;
			margin-top: 75px;
		}
		#content_song ul {
			width: 980px;
			margin: 0 auto;
			margin-top: -12px;
		}
			#content_song ul li {
				width: 490px;
				float: left;
			}


/*--   content_shop   --*/
	#content_shop {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
		#content_low_btn_shop {
			width: 570px;
			height: 200px;
			margin: 0 auto;
			overflow: hidden;
			margin-top: 30px;

			cursor: pointer;
		}
			#content_low_btn_shop:hover img {
				margin-top: -200px;
			}
			#content_low_btn_shop.open img {
				margin-top: -400px;
				cursor: default;
			}
		#float_buy {
			width: 980px;
			height: 451px;

			background: url(../../img/shop/bg_shop.png) top center no-repeat;
			position: absolute;
			top: -400px;
			left: 50%;
			margin-left: -490px;

			display: none;
		}
			#float_buy #float_buy_close {
				width: 83px;
				height: 83px;

				overflow: hidden;

				cursor: pointer;

				position: absolute;
				top: 0px;
				right: 0px;
			}
				#float_buy #float_buy_close:hover img {
					margin-top: -83px;
				}
			#float_buy ul {
				width: 825px;
				height: 219px;

				position: absolute;
				top: 166px;/*196px*/
				left: 82px;
			}
				#float_buy ul li {
					width: 155px;
					height: 63px;

					float: left;

					margin-right: 10px;
					margin-bottom: 10px;
				}
				#float_buy ul li#left_space {
					margin-left: 250px;
				}



/* 	footer
------------------------------------------------------------ */
#footer {
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
	padding-top: 92px;
	margin-bottom: 100px;

	position: relative;
}
	#footer p#footer_btn_1 {
		width: 230px;
		height: 30px;

		margin: 0 auto;
		text-align: center;
	}
	#footer p#footer_btn_2 {
		width: 174px;
		height: 15px;

		margin: 0 auto;
		margin-top: 12px;
		text-align: center;
	}
	#footer p#btn_pagetop {
		margin-top: 0px;

		position: absolute;
		top: 100px;
		right: 0px;

		cursor: pointer;
	}
