
/*-----------------------------------------------

 video page ビデオ ページ
 
-----------------------------------------------*/
div#video{width:800px; margin:0 auto; padding-bottom:30px; overflow:auto;}
div#video h2{background:url(/img/movie/headline.gif) no-repeat; width:800px; height:26px; text-indent:-9000px;}

/*-----------------------------------------------
 movie search 検索
-----------------------------------------------*/
div#video div#movieSearch{width:800px; margin:10px auto 0px auto; overflow:auto; padding:5px 0;}
div#video div#movieSearch ul{list-style:none;}
div#video div#movieSearch ul li{float:right; margin:0 10px 0 15px; list-style:none;}


div.video_listBox{width:367px; height:125px; background:#FFF; padding:10px; float:left; text-align:left; border:#330000 1px solid; margin:10px 10px 0 0;}
div.videoThumbnail{width:135px; text-align:left; float:left;}
div.videoThumbnail ul.play li a{width:130px; height:20px; display:block; background:url(/img/profile/play.gif); text-indent:-9000px; margin:5px 0 0 0;}
div.videoThumbnail ul.play li a:hover{display:block; background:url(/img/profile/play_on.gif);}

div.videoDetail{width:232px; float:left;}

/*-----------------------------------------------
 movie type 動画の種類
-----------------------------------------------*/
/* pr */
div.videoDetail div.videoType_pr{width:231px; height:20px; background:url(/img/profile/video_pr.gif) no-repeat; text-align:right;}
div.videoDetail div.videoType_pr img{margin-top:5px;}
/* free */
div.videoDetail div.videoType_free{width:231px; height:20px; background:url(/img/profile/video_free.gif) no-repeat; text-align:right;}
div.videoDetail div.videoType_free img{margin-top:5px;}
/* regular */
div.videoDetail div.videoType_regular{width:231px; height:20px; background:url(/img/profile/video_regular.gif) no-repeat; text-align:right;}
div.videoDetail div.videoType_regular img{margin-top:5px;}
/* vip */
div.videoDetail div.videoType_vip{width:231px; height:20px; background:url(/img/profile/video_vip.gif) no-repeat; text-align:right;}
div.videoDetail div.videoType_vip img{margin-top:5px;}


div.videoDetail div.PFname{font-weight:bold; height:27px; line-height:2.5em; margin-left:5px;}
div.videoDetail div.videoTitle{font-weight:bold; height:23px; margin-left:5px; overflow:hidden; line-height:1.6em;}
div.videoDetail div.videoDescription{height:40px; margin-left:5px; font-size:11px; overflow:auto; line-height:1.7em;}
div.videoDetail span.videoDate{font-size:10px; color:#666;}
div.videoDetail span.videoPoint{margin-left:50px; color:#FF6633;}


