@charset "UTF-8";
/* CSS Document */

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
div.video{
	width: 960px;
	margin: 0 auto;
}
div.btn{
	width: 40px;
	margin: 0 0 0 440px;
	position: absolute;
	left: 50%;
	bottom:0px;
	z-index: 9999;
}
div.btn a{
	text-indent: 100%;
	white-space: nowrap;
	height: 40px;
	background-image: url(../images/btn_close.png);
	background-repeat: no-repeat;
	overflow: hidden;
	display: block;
}
div.btn a:hover{ background-position: left bottom; }




/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 414px) and (orientation: portrait){




}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media only screen and (max-width: 812px) and (orientation: landscape){
	


}