@charset "utf-8";

/* h2 */
#contents h2.MOV_title {
	border-left: solid 6px #cc0000;
	border-bottom: solid 1px #757575;
	padding: 0.2em 0 0.2em 0.5em;
}

#contents div.MOV_section {
	margin-left: 0;
}

/* movie list */
#contents ul.MOV_list {
	padding-left: 0;
}
#contents ul.MOV_list li {
	display: inline-block;
	width: 200px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
	vertical-align: top;
}

#contents ul.MOV_list div.figure {
	margin-bottom: 5px;
}

#contents ul.MOV_list div.figure img {
	max-height: 150px;
}

#contents ul.MOV_list p {
	font-size: 0.8em;
	text-align: left;
	margin-bottom: 0;
}

#footer ul.close_button {
	border-top: none;
}

/*------------ Player ------------*/

body.MOV_player {
	background-color: #000000;
	font-size: 75%;
}

div.MOV_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
}

div.MOV_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------ List ------------*/
div.MOV_link {
	margin: 1.5em 1em 0 0;
}

div.MOV_link ul.MOV_ytlink li {
	list-style-image: url(common/square.gif);
}

div.MOV_link ul.MOV_ytlink li a {
	color: #ffffff;
}

/*------------ Playlist ------------*/

div.MOV_link ul li.MOV_typec {
	margin-bottom: 0.5em;
}

div.MOV_link ul li.MOV_typec_playing {
	list-style-image: url(screens/movie_icon.gif);
	margin-bottom: 0.5em;
	font-weight: bold;
	font-size: 110%
}

/*------------ Note ------------*/
div.MOV_note {
	margin-top: 1em;
}

/*------------ sc only ------------*/
div.MOV_sclink {
	margin: 0 0 1em 0;
}

div.MOV_sclink p {
	margin: 0.5em 0;
}

#sub div.MOV_sclink ul {
	list-style-type: none;
	padding-left: 0;
}

body.MOV_player > div.MOV_sclink ul a {
	color: #ffffff;
}


@media screen and (min-width:480px) {
	body.MOV_player { font-size: 87.5%; }
}

@media screen and (min-width: 800px) {
	body.MOV_player { font-size: 100%; }
}
