@charset "utf-8";
/* CSS Document */
#guide-container{
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	text-align:left;
}

#top-header h1{
	color:#900;
	font-size:2.4em;
	font-weight:bold;
	padding:30px 0 20px 25px;
	text-align:left;
}

.video-list{
	padding:25px 0 80px 25px;
	overflow:hidden;
	width:900px;
}

.video-list h2{
	color:#000000;
	font-size:1.7em;
	padding-bottom:10px;
	width:100%;
}

.video-list .embed{
	float:left;
	display:inline;
	width:480px;
}

.video-list .video-detail{
	float:right;
	display:inline;
	width:300px;
}

.video-list .video-detail p{
	font-size:1.2em
}

.video-list .video-detail h3{
	color:#000000;
	font-size:1.4em;
	padding-bottom:8px;
}

.desc{
	color:#666;
	padding-bottom:10px;
}

.link,.release-date{
	color:#000;
	padding-bottom:2px;
}

.release-date{
	padding-top:10px;
}


.duration{ color:#666; font-size:1.3em !important; margin-bottom:10px }
