@charset "Shift_JIS";


/*-------------------------------------------------------------------------
	Index
/*-----------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
}

:focus {
	outline:0;
}

img {
	border:0;
	vertical-align:bottom;
}

#main {
	position:relative;
	width:324px;
	margin:0 auto;
}

#moviePlayer {
	margin-bottom:0px;
}

#backButton {
	display:none;
	width:244px;
	margin:0 auto;
}


html {
	overflow-x: hidden !important; 
	overflow-y: hidden !important;
	}
	
body { 
	padding: 0;
	margin: 0;
	background: transparent;
	text-align: center;
	overflow: hidden; 
	}
	
img  {
	border: 0;
	}
#TB_closeWindowButton{
	background-color: lime;
	display: block;
	}
	
	
/*-------------------------------------------------------------------------
	for iphone / ipad
/*-----------------------------------------------------------------------*/
@media screen and (max-device-width: 480px) {
	html { 
		overflow-x: visible !important; 
		overflow-y: visible !important;
	}
}
@media screen and (max-device-width: 1024px) {
	html { 
		overflow-x: visible !important; 
		overflow-y: visible !important;
	}
}