@charset "utf-8";

@import "../../../files/css/layout.css";


#main img {
	width:100%;
	height:auto;
}
	
/*-------------------------------------------------------------------------
	main
/*-----------------------------------------------------------------------*/	
#main {
	background:url(../img/index/bg.jpg) 0 0 no-repeat;
}

	#main p.logo {
		text-align:right;
		padding:3% 3% 0 0;
	}
	
		#main p.logo img {
			width:30%;
			height:auto;
		}
		
	#main h1 {
		margin:-3% 0 0 0;
	}
	
	#main ul.player {
	}
	
		#main ul.player img {
		}
	
		#main ul.player li {
			float:left;
			width:50%;
		}
		
	#main .movie {
		background:url(../img/index/movie.png) center center no-repeat;
		position: relative;
  		padding-top: 60.25%;
		background-size: contain;
	}
	
	#main .movie iframe {
		position: absolute;
  		top: 7.5%;
		left:7%;
  		width: 86% !important;
  		height: 80% !important;
	}
	
		
	#main p.close {
		clear:both;
		margin:1% 0 0 0;
		padding:0 0 5% 0;
	}
