@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html { height: 100%; }

body {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	-webkit-text-size-adjust: none;
}

body > #container { height: auto; }

ul.link_list {
	list-style-type: disc;
	list-style-image: url(../../../common/i_arrow_trans.gif);
	font-family: sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0 20px;
}

ul.link_list li a:link { color: #0000cc; text-decoration: underline; }
ul.link_list li a:visited { color: #0000cc; text-decoration: underline; }
ul.link_list li a:active { color: #0000cc; text-decoration: underline; }
ul.link_list li a:hover { color: #ff6600; text-decoration: underline; }

#container {
	background-color: #ffffff;
	height: 100%;
	min-height: 100%;
}

/*------------ header ------------*/

/* Canon logo */
#header div.logo {
	padding: 10px 5px 5px 5px;
}

#header {
	border-bottom: 1px solid #cccccc;
}

/*------------ Contents ------------*/
#contents {
	width: 100%;
	padding: 20px 0px;
}

/* main block */
#main{
	margin: 0 auto 10px; 
	text-align:center;
	overflow:hidden;
}

#sub{
	padding: 5px 10px 5px 10px;
}

#loadingpanel {
	position: absolute;
	width: 100%;
	background: url("images/startloading.png") no-repeat center;
	z-index:1000; 
	overflow:hidden;
}

/*------------ footer ------------*/
#footer {
	border-top: 1px solid #cccccc;
}

/* Copyright */
#footer p.copyright {
	font-family: sans-serif;
	font-size: 0.9em;
	color: #cccccc;
	text-align: center;
}


/*------------ Video ------------*/

.video-play, .video-timer, .video-controls {
	visibility:hidden;
}

#subtitles, #subtitles2, #subtitles3 {
	visibility: hidden;
}

#chapter-field, #chapter-No {
	visibility: hidden;
}

#video1 {
	width: 320px;
	height: 180px;
}

#play_ready {
	position: absolute;
	width: 100%;
	height: 180px;
	background: url(images/loading_s.png) no-repeat center;
	opacity:1;
}

@media screen and (min-width: 480px) {
	#video1 {
		width: 480px;
		height: 270px;
	}

	#play_ready {
		width: 100%;
		height: 270px;
		background: url(images/loading.png) no-repeat center;
	}
}
