/*
    バンダイチャンネルプレーヤー専用の CSS です。
*/

/*Player*/

.movie_window {
    width:1022px;
    padding:0 0 30px 0;
    background:#FFF;
    border:solid #393939 2px;
}
#movie_windowId{
    margin-left:auto;
    margin-right:auto;

}
.playerCenterBox{
    width:100%;
    height:100%;
    background-color: red;
}
.movie_title02 {
    position:relative;
    width:100%;
    height:42px;
    background:url(/asdekImage/image/bdc/common/bg_movietitle.gif) no-repeat 0 0;
    overflow:hidden;
}
.titMovie02 {
    width:810px;
    margin:0 0 0 30px;
    line-height:42px;
    font-weight:bold;
    color:#393939;
    font-size:88%;
}
.btnClose {
    position:absolute;
    width:100px;
    height:30px;
    left:910px;
    top:6px;
}
.btnClose img {
    display:block;
}
.btnClose a {
    display:block;
    width:100%;
    height:100%;
    background:url(/asdekImage/image/bdc/common/btn_close_o.gif) no-repeat 0 0;
}
.btnClose a:hover img {
    visibility:hidden;
}
.player {
    display:inline;
    float:left;
    width:720px;
    height:405px;
    margin:25px 20px 0 30px !important;
    margin:25px 20px 0 0;
    background-color:#A8A8A8;
}
.recomend {
    display:inline;
    float:left;
    width:158px;
    margin:25px 0 0 0;
    padding:2px 2px 0 2px;
}
.titRecomend {
    position:relative;
}
.recomendInner {
    width:150px;
    padding:1px 2px 0 2px;
    margin-bottom: 2px;
    background:#FFF;
    position:relative;
    border: 2px #d8d8d8 solid;
}
.recomendInner2 {
    width:207px;
    padding:1px 4px 0 4px;
    margin-bottom: 2px;
    background:#FFF;
    position:relative;
    border: 2px #d8d8d8 solid;
}
.recomend_movie {
    width:100%;
    height:auto !important;
    height:120px;
    min-height:120px;
    padding:6px 0 6px 0;
}
.imgRecomend {
    position:relative;
    overflow:hidden;
    width:120px;
    margin:0 0 0 14px;
    border:1px solid #d8d8d8;
}
.imgRecomend02{
    width:90px;
    margin:8px auto 5px 8px;
float:left;
}
.imgRecomend02 img{
    width:90px;
    height:90px;
    border:1px solid #999;

}

.btnContinu {
    position:absolute;
    width:146px;
    height:26px;
    left:6px;
    top:99px;
    margin-top:2px;
    background:url(/asdekImage/image/bdc/common/btn_continu_off_ver2.gif) no-repeat center 0;
}
.btnContinu img {
    display:block;
}
.btnContinu a {
    display:block;
    width:100%;
    height:100%;
    background:url(/asdekImage/image/bdc/common/btn_continu_off_o.gif) no-repeat 0 0;
}
.btnContinu a:hover img {
    visibility:hidden;
}
.btnContinu2 {
    position:absolute;
    width:146px;
    height:26px;
    left:6px;
    top:99px;
    margin-top:2px;
}
.imgThumbNext {
    position:absolute;
    left:0;
    top:0;
}
.movie_back {
    background-color:#525252;
    width:970px;
    height:auto;
}
.clear {
    clear: both;
}
.tit_recomend_text {
    margin:4px 14px 3px 14px;
    font-size:63%;
    font-weight:bolder;
    text-decoration:underline;
}
.tit_recomend_text a {
    color: #E0E0E0;
}
.tit_recomend_text a:hover {
    color: #6A6A6A;
}
.tit_recomend_textBox02{
    width:100%;
    background-color: red;
    display:block;
    float:left;
}
.tit_recomend_text02 {
    display:block;
}

.tit_recomend_text02 a {
    color: #6A6A6A;
    font-size:63%;
    font-weight:bolder;
    text-decoration:underline;
}
.tit_recomend_text02 a:hover {
    color: #E0E0E0;
    font-size:63%;
    font-weight:bolder;
    text-decoration:underline;
}
img {
    border-style:none;
}