/* 動画サムネイルのリンク */
#filter {
   display: block;
   position: relative;
   width: 300px;
   height: 200px;
}
#filter .dummy {
   position: absolute;
   left: 0;
   top: 0;
   width: 300px;
   height: 200px;
   z-index: 9999;
}
#filter iframe {
   position: absolute;
   left: 0;
   top: 0;
   width: 300px;
   height: 200px;
   z-index: 1;
}
#filter-right {
    display: block;
    position: relative;
    width: 100%;
    height: 200px;
 }

a#filter-right {
    height: 100%;
}

a#filter {
    width: 100%;
    height: 100%;
}




/********** 一旦仮置き場(動画一覧movie_list.twigの購入アイコンの幅) **********/
.historyList .history_body .ico_buy{
	width: 70px;
}
