﻿.bst-mv-list {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.bst-mv-list > .header{
    position: absolute;
    height: 30px;
    top: 0;
}

        

.bst-mv-list > .header >.sort-title {
    display:table-cell;
    width:60px;
    height:20px;
    font-size:11px;
    color:#999;
}

.bst-mv-list > .header > .sort-title > div{
    margin-top:2px;
}

.bst-mv-list > .header > .space{
    display:table-cell;
    width:4px;
}

/*降順（大きいもの → 小さいものへ並び替え）*/
.bst-mv-list > .header > .sort{
    display:table-cell;
    width:80px;
    height:20px;
    font-size:13px;
    background-image:url('../img/sort-btn-down-n.png');
    background-position: 67px;
    background-repeat:no-repeat;
    background-color:#e0e0e0;
    color:#666666;

    cursor:pointer;

    text-align:center;
}
.bst-mv-list > .header > .sort:hover{
    background-image:url('../img/sort-btn-down-h.png');
    background-color:#d9d9d9;
    color:#828282;
}
.bst-mv-list > .header > .sort:active{
    background-image:url('../img/sort-btn-down-p.png');
    background-color:#55c2e0;
    color:#666666;
}

.bst-mv-list > .header > .sort > div{
    margin-top:3px;
    margin-right: 8px;
}

/*昇順*/
.bst-mv-list > .header > .sort-asc{
    background-image:url('../img/sort-btn-up-n.png');
    background-position: 67px;
    background-repeat:no-repeat;
    background-color:#e0e0e0;
}
.bst-mv-list > .header > .sort-asc:hover{
    background-image:url('../img/sort-btn-up-h.png');
    background-color:#d9d9d9;
}
.bst-mv-list > .header > .sort-asc:active{
    background-image:url('../img/sort-btn-up-p.png');
    background-color:#55c2e0;
}

/*ソートなし*/
.bst-mv-list > .header > .sort-none {
    height:14px;
    background-color:#e0e0e0;
}

.bst-mv-list > .header > .sort-selected{
    background-color:#55c2e0;
}
.bst-mv-list > .header > .sort-selected:hover{
    background-color:#55c2e0;
}
.bst-mv-list > .header > .sort-selected:active{
    background-color:#55c2e0;
}



.bst-mv-list > .header >.btn{
    display:table-cell;
    width:108px;
    height:20px;
    font-size:13px;
    color:#737373;
    background-color:#f0f0f0;
    border:1px solid #ccc;

    cursor:pointer;

    text-align:center;
}
.bst-mv-list > .header >.btn:hover{
    background-color:#f7f7f7;
}
.bst-mv-list > .header >.btn:active{
    background-color:#e5e5e5;
}

.bst-mv-list > .header > .btn > div{
    margin-top:3px;
    /*margin-right: 8px;*/
}






.bst-mv-list > .body{
    position: absolute;
    top: 30px;
    bottom: 50px;
    /*width: 100%;*/
    width:740px;
    overflow-x: hidden;
    overflow-y: auto;
}

.bst-mv-list > .body > .list{
    position: relative;
    width:100%;
}

.bst-mv-list > .body > .list > .item {
    position:relative;
    width:100%;
    min-height:216px;
    background-color:#faf4d7;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;

    /*cursor:pointer;*/
}


.bst-mv-list > .body > .list > .item > .detail{
    position: relative;

    min-height: 20px;
    /*margin-left: 8px;
    margin-top: 4px;
    margin-bottom: 4px;*/
    /*text-align: left;*/
    overflow: hidden;

    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.bst-mv-list > .body > .list > .item > .detail > .text {
    font-size:13px;
    font-weight:bold;
    color:#404040;
    word-break: break-word;
}

.bst-mv-list > .body > .list > .item > .detail > .time-base {

}

.bst-mv-list > .body > .list > .item > .detail > .time-base >.time {
    font-size:16px;
    color:#404040;
    margin-right: 20px;
}

.bst-mv-list > .body > .list > .item > .detail > .time-base >.g {
    font-size:16px;
    font-weight:bold;
    color:#ff4040;
}

.bst-mv-list > .body > .list > .item > .contents-base{
    position:relative;
    width:708px;
    height:170px;
}

.bst-mv-list > .body > .list > .item > .contents-base > .movie-base {
    position:absolute;
    top:0;
    bottom:0;
    left:8px;
    right:170px;

    background-color:#ebe5ca;
    cursor:pointer;
}

.bst-mv-list > .body > .list > .item > .contents-base > .no-cursor {
    cursor:default;
}

.bst-mv-list > .body > .list > .item > .contents-base > .movie-base > .movie{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;

    background-position:50%;
    background-size:contain;
    background-repeat: no-repeat;
}


.bst-mv-list > .body > .list > .item > .contents-base > .movie-base > .movie > .text {
    position: relative;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}
.bst-mv-list > .body > .list > .item > .contents-base > .movie-base > .movie > .no-img {
    position: relative;
    /* width: 31px; */
    height: 30px;
    background-repeat: no-repeat;
    background-image: url(../img/mv-no-img.png);
    background-position: center;
    margin-top: 8px;
}
.bst-mv-list > .body > .list > .item > .contents-base > .movie-base > .movie > .no-movie {
    /* width: 31px; */
    height: 30px;
    background-repeat: no-repeat;
    background-image:url('../img/mv-no-movie.png');
    background-position: center;
    margin-top: 8px;
}



.bst-mv-list > .body > .list > .item > .contents-base > .i2d{
    position:absolute;
    width:170px;
    height:170px;
    right:0;
    background-position:50%;
    background-size:contain;
    background-repeat: no-repeat;
    background-image:url('../img/mv-blank-2d.png');
}

.bst-mv-list > .body > .list > .item > .contents-base > .i2d > .kbtn {
    position:absolute;
    width:98px;
    height:20px;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

    cursor:pointer;

    font-size:11px;

    top: -25px;
    left: 36px;
    text-align: center;

    background-color:#faf7c8;
    border:1px solid #ccc28f;
    color:#8c885b;
}
.bst-mv-list > .body > .list > .item > .contents-base > .i2d > .kbtn:hover {
    background-color:#fbf9d3;
    border:1px solid #d6cea5;
    color:#a3a07c;
}
.bst-mv-list > .body > .list > .item > .contents-base > .i2d > .kbtn:active {
    background-color:#e5e2ac;
    border:1px solid #ccc28f;
    color:#8c885b;
}

.bst-mv-list > .body > .list > .item > .contents-base > .i2d > .kbtn > div{
    margin-top:1px;
}

.bst-mv-list > .body > .list > .item > .space {
    height:12px;
}

.bst-mv-list > .body > .list > .selected {
    border: 2px solid #bcd7eb;
    box-sizing: border-box;
}


.bst-mv-list > .body > .list > div{
    margin-top:4px;
}
.bst-mv-list > .body > .list > div:first-child{
    margin-top:0;
}


.bst-mv-list > .footer{
    position: absolute;
    height:50px;
    bottom: 0;
    width: 100%;
}
.bst-mv-list > .footer > .panel {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.bst-mv-list > .footer > .panel > .btn{
    width:36px;
    height:24px;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;

    cursor:pointer;

    background-color:#f0f0f0;
    border: 1px solid #cccccc;
}

.bst-mv-list > .footer > .panel > .btn:hover{
    background-color:#fff;
    border: 1px solid #d9d9d9;
}

.bst-mv-list > .footer > .panel >.btn:active{
    background-color:#e5e5e5;
    border: 1px solid #cccccc;
}


.bst-mv-list > .footer > .panel >.al{
    display:table-cell;
    background-image:url('../img/pg-l-btn.png');
    background-position: 50%;
    background-repeat:no-repeat;
}
.bst-mv-list > .footer > .panel > .ar{
    display:table-cell;
    background-image:url('../img/pg-r-btn.png');
    background-position: 50%;
    background-repeat:no-repeat;
}
.bst-mv-list > .footer > .panel >.num{
    display:table-cell;
    width: 50px;
    font-size:13px;
    font-weight:bold;
    color:#595959;
    text-align: center;
}
.bst-mv-list > .footer > .panel >.num > div{
    margin-top:3px;
}


.bst-mv-list > .mess {
    position: absolute;
    top: 54px;
    left: 33px;
    right: 33px;
    bottom: 0;
    text-align: center;
    font-size: 20px;
    color: #ccc28f;
}

