@charset "utf-8";
/* CSS Document */
body {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#common_menu nav {
	//background: none;
}
#share {
	position: absolute;
	left: 20px;
	top: 449px;
	/*top: 394px;*/
/*	top: 441px;*/
}
#menu_dot {
	position: absolute;
    top: 181px;
    z-index: -1;
}

#left_bg0 {
	opacity: 0;
	filter: alpha(opacity=0);
}
#left_bg0.on {
	opacity: 1;
	filter: alpha(opacity=100);
}

#all_wrap {
	max-width: 1980px;
}
#common_menu.menu_out {
	left: -320px;
}


#main_visual {
	width: 150%;
	position: relative;
}
.series_wrap {
	display: inline-block;
	position: relative;
}
/*#main_ain {
	position: absolute;
	top: 0;
	right: 0;
}*/
.series_visual {
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.series_img img {
	position: absolute;
	/*height: 100%;*/
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.wide_series .series_img img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.series_bottom {
	position: relative;
	height: 100px;
	overflow: hidden;
}

.icon {
	/*right: 10px;*/
	width: 100%;
	text-align: center;
	top: 47px;
	left: 0;
	position: absolute;
}
.name_s {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 113px;
/*	opacity:0;
	filter: alpha(opacity=0);*/
}
.name_w {
	position: absolute;
	left: 0;
	top: 11px;
	overflow: hidden;
	width: 0;
}

.series_wrap:first-child .name_s {
	width: 0;
}
.wide_series .name_w {
	width: 100%;
}


.wide_over {
	width: 100%;
	height: 100%;
	position: absolute;
	/*top: -100%;*/
	top: 0;
	left: 0;
	background-image: url(../img/global_top/on/pattern.png);
	background-position: 0 0;
	display: none;
}
.wide_name {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -255px;
	display: none;
}
.wide_enter {
	height: 23px;
/*	overflow: hidden;*/
	position: absolute;
	/*bottom: -46px;*/
	bottom: 21px;
	left: 50%;
	margin-left: -57px;
	display: none;
}
.wide_over.show, .wide_enter.show, .wide_name.show {
	display: block;
}

.load_area {
	width: 500px;
	margin-left: -250px;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;

	/*left: 0;
	background-color: #000;*/
}

.load_area p {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #000;
}


.gauge_bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	display: none;
}
.gauge_bar.show {
	display: block;
}
.gauge_base img {
	width: 100%;
	height: 12px;
}
.gauge_seek {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.gauge_seek img {
	width: 100%;
	height: 12px;
}


#floatTop{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	z-index: 1000;
}
#floatTop .wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
    z-index:10;
}

#floatTop .txt1{
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -325px;
	height: 116px;
	top: 50%;
	margin-top: -58px;
	opacity: 0;
	filter: alpha(opacity=0);
}
#floatTop .txt1 h1{
	margin-bottom: 20px;
}

#floatTop .txt2{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -272px;
	opacity: 0;
	filter: alpha(opacity=0);
}
/*****************************/
#floatTop .image{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
#floatTop .last {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
}
#floatTop .last .img{
	position: absolute;
	top: 50%;
	margin-top: -10px;
}
#floatTop .last .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 20px;
	margin-left: -407px;
}
/*****************************/
#theMovie{
	position: relative;
}
#theMovie .movieContents{
	position: absolute;
	top: 50%;
	left: 50%;
/*	margin: -127px 0 0 -185px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);*/
}
#theMovie .movieOver{
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#theMovie #yotubeapi{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -360px;
	z-index: -1;
}
#theMovie .name_s{
	position: absolute;
	z-index: 10;
}
#theMovie .youtubeOver{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -640px;
	margin-top: -360px;
}

#floatMovieplayer{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,0.9);
	z-index: 900;
	display: none;
	opacity: 0;
}
#floatMovieplayer .youtubeplayer{
	position: absolute;
	width: 853px;
	height: 480px;

	left: 50%;
	top: 50%;
	margin: -240px 0 0 -426px;
}
#floatMovieplayer .wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
}