#dml-graph{
    height: 2px;
    background: #ddd;
    width: 100%;
    position: relative;
}
#dml-current{
    height: 100%;
    background:#ff0099;
    width: 0;
}
.verticalLine{
    position: absolute;
    width: 1px;
    height: 2px;
    background: #3e0000;
    top:0;
}

#dml-info-header{
    font-size: 10px;
}

#dml-info{
    display: inline-block;
    right: 15px;
    margin-bottom: 20px;
    width: 100%;
}

#dml-info p.text{
    font-size: 16px;
    text-align: center;
}

/* 動画詳細用 */
table.downloads #dml-info{
    width: 90%;
    margin-bottom: 0px;
}

#dml-info p span{
    font-weight: bold;
    margin:0 5px;
}

.dml-movieID{
    color: white;
    line-height: 22px;
    display: inline-block;
    background: #4CAF50;
    width: 100%;
    text-align: center;
}
.dml-downloaded{
    background: green;
    border-radius: 3px;
    padding: 0 5px;
    margin-left: 10px;
    font-weight: 100;
    display: none;
}

#dmlTable{
    width: 100%;
    margin: 10px 0;
}


/*.dmlLimit3 img{
    height: 201px;
}
.dmlLimit4 img{
    height: 154px;
}
.dmlLimit5 img{
    height: 123px;
}
.movies-info .dmlLimit6 img{
    height: 75px;
}*/

/* 動画詳細用 */
table.downloads .dmlLimit3 img{
    height: 149px;
}
table.downloads .dmlLimit4 img{
    height: 113px;
}
table.downloads .dmlLimit5 img{
    height: 90px;
}

table#dmlTable th, table#dmlTable td{
    padding: 0;
    vertical-align: top;
}
table#dmlTable th:first-child{
    border-left: none;
    height: 22px;
    text-align: center;
}
table#dmlTable th:last-child,table#dmlTable td:last-child{
    border-right: none;
}

table#dmlTable th{
    background: #999999;
    color: #FFF;
    border-left: 1px solid #cdcdcd;
}
table#dmlTable td{
    border-bottom: none;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #cdcdcd;
    line-height: 12px;
    background-color: #e6e6e6;
}
table#dmlTable img{
    width: 100%;
    /*height: 100%;*/
    vertical-align: bottom;
    display: block;
    object-fit: contain;
    max-height: 214px;
}
table#dmlTable a,.able-download{
    display: block;
}

.dml-getMovie{
    background: #4CAF50;
    animation: temetsu 0.3s 0s infinite alternate;
    -moz-animation: temetsu 0.3s 0s infinite alternate;
    -webkit-animation: temetsu 0.3s 0s infinite alternate;
    -o-animation: temetsu 0.3s 0s infinite alternate;
    -ms-animation: temetsu 0.3s 0s infinite alternate;
    text-align: center;
}

.dmlLimit6 .dml-getMovie span{
    font-size: 10px;
}
.dml-getMovie span{
    color: white;
    line-height: 22px;
    display: inline-block;
}

@keyframes temetsu {
0% {background:#999999;}
100% {background:green;}
}


@-moz-keyframes temetsu {
0% {background:#999999;}
100% {background:green;}
}

@-webkit-keyframes temetsu {
0% {background:#999999;}
100% {background:green;}
}

@-o-keyframes temetsu {
0% {background:#999999;}
100% {background:green;}
}

@-ms-keyframes temetsu {
0% {background:#999999;}
100% {background:green;}
}

.dmlDownloadBtn{
    cursor: pointer;
    display: inline-block;
    margin: 2px;
    height: 33px;
    width: 90px;
    border: 1px solid #d394ad;
    background-color: #ff0066;
    color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    vertical-align: top;
    line-height: 33px;
    text-align: center;
}

.dmlDownloadBtn:hover{
    background-color: #f53c86;
    color: white;
}



/*
dml-explain-box
*/
#dml-explain-box .dml{
    font-size: 14px;
    text-align: left;
}

#dml-explain-box .dml p{
    margin-bottom: 10px;
    line-height: 30px;
}

#dml-explain-box p.bold{
    font-weight: bold;
}

#dml-explain-box .dml h2{
    text-align: center;
    font-size: 32px;
}
#dml-explain-box .dml ul{
    list-style-type: disc !important;
    padding: 20px 40px 0;
    border: 1px solid #9E9E9E;
    border-radius: 5px;
    background: white;
    margin: 20px 0;
}

#dml-explain-box .dml ul li{
    list-style-type: disc !important;
    display: list-item;
    margin-bottom: 20px;
    color: black;
}

#dml-explain-box .dml div.half{
    width: 49%;
    display: inline-block;
    margin: 30px 0;
    vertical-align: top;
}
#dml-explain-box .dml div img{
    width: 100%;
    display: block;
    margin-top:20px;
}
#dml-explain-box .dml .red{
    color:red;
    display: block;
    margin-bottom: 20px;
}


#dml-explain-box .download-data-image{
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

#dml-explain-box .old-download{
    width: 100%;
    height: 150px;
    color: white;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffddee+0,ff0066+100 */
    background: #ffddee; /* Old browsers */
    background: -moz-linear-gradient(top, #ffddee 0%, #ff0066 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffddee 0%,#ff0066 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffddee 0%,#ff0066 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffddee', endColorstr='#ff0066',GradientType=0 ); /* IE6-9 */
    position: relative;
}

#dml-explain-box .old-download div{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#dml-explain-box .dml-download{
    height: 150px;
    width: 100%;
    color: white;
    background-color: #ffadd1;
}

#dml-explain-box .dml-download div{
    border-top: 1px solid #ccc;
    box-sizing: border-box;
}

#dml-explain-box .download-image{
    width:40%;
    text-align: center;
}
#dml-explain-box .download-image p{
    text-align: center;
}

#dml-explain-box .download-data-image #dml-explain-arrow{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#dml-explain-browser-icons{
    display: flex;
    justify-content: center;
}
#dml-explain-chrome.off,#dml-explain-firefox.off{
    opacity: 0.5;
}

#dml-explain-chrome.off:hover,#dml-explain-firefox.off:hover{
    opacity: 1;
}

#dml-explain-chrome,#dml-explain-firefox{
    margin:0 15px;
}
#dml-explain-chrome img,#dml-explain-firefox img{
    width: 50px !important;
    cursor: pointer;
}
#dml-explain-box .brower-setting{
    width: 70%;
    margin: auto;
    position: relative;
}
#fancy_nav_left,#fancy_nav_right{
    width: 30px !important;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#fancy_nav_left{
    left: -5%;
}#fancy_nav_right{
    right: -9%;
}

@media only screen and (max-width: 420px){
    .ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable{
        width: 90% !important;
    }
    table#dmlTable img{
        height: auto;
    }
}
