@charset UTF-8;

/* ---------------------
 Page Style
----------------------*/
h1#movieTitle {font-size:25.2px; font-size:1.45rem;}


/* ---------------------
 movie Player
----------------------*/
.main-player {max-width:960px; padding:0 1em;}
.main-player .movie-info ul { padding-left:1em; padding-left:1rem; list-style-type:none; }
#eqPlayer { width:94%; padding-bottom:56.25%; position:relative; margin-top:1em; margin-top:1rem; margin-left:auto; margin-right:auto;}


/* ---------------------
 video List
----------------------*/
#videoList{font-size:0.8em/9;font-size:0.8rem;}
#videoList a { border:solid #ffffff 1px; width:100%; padding:1em; float:left; margin:10px 0; box-sizing:border-box; }
#videoList a.current { border-color:#dddddd; background-color:#f5f5f5; }
#videoList a:hover { text-decoration:none; border:solid #0068B6 1px; }
#videoList a.current:hover { border:solid #dddddd 1px; }
#videoList a.item p { margin-left:22%; }		/*180px*/
#videoList a.item p.thumb { float:left; width:20%; margin:0; paddin:0; }	/*	width:170px;*/
#videoList a.item p.thumb img { margin-right:10px; width:100%; height:auto; }
#videoList a.item img { border:solid #dddddd 1px; }
#videoList a.item:hover img { filter:Alpha(opacity=80); -moz-opacity:0.80; opacity:0.80; }
#videoList a.item:active img { filter:Alpha(opacity=60); -moz-opacity:0.60; opacity:0.60; }
#videoList a.item .title { font-size:1.4rem; font-size:1.4em; }
#videoList a.item .title:hover { text-decoration:underline; }

