body {
    background-color: #eeeeee;
}

.container {
    max-width: 1060px;
    margin: auto;
    
    border-left: 1px solid #BBB;
    border-right: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    box-shadow: 0 0 10px #DDD;
    
    background-color: #fff;
    overflow: hidden;
}

@media screen and (min-width:768px) {
.container {
    width: 1060px;
    }
}

.top-content {
    background-color: #ffffff;
    padding: 10px 10px 0 10px;
}

@media screen and (max-width:768px) {
.top-content {
    margin-top: 40px;
}
}

.bottom-content {
    padding: 0 10px 0px 10px;
    background-color: #fff;
}

.list-title {
    height: 35px;
    text-transform: capitalize;
    background-color: #79799a;
    background-image: url('//ltn.gold-usergeneratedcontent.net/h3bg.jpg');
    border: 1px solid #333333;
    position: relative;
}

h3 {
    position: relative;
    float: left;
    top: -15px;
    margin: 0 0 30px 0;
    padding-left: 100px;
    color: #ffffff;
    font: bold 35px Arial,Helvetica,sans-serif;
    text-shadow:
        -1px -1px 0 #333333,  
        1px -1px 0 #333333,
        -1px 1px 0 #333333,
        1px 1px 0 #333333,
        0 -2px 0 #333333,  
        0 2px 0 #333333,
        -2px 0 0 #333333,
        2px 0 0 #333333;
    white-space: nowrap;
    overflow-x: hidden;
}

@media screen and (min-width:400px) and (max-width:768px) {
h3 {
    padding-left: 20px;
    top: -15px;
    font-size: 25px;
}
}

@media screen and (min-width:300px) and (max-width:400px) {
h3 {
    padding-left: 10px;
    top: -10px;
    font-size: 18px;
}
}

@media screen and (max-width:300px) {
h3 {
    padding-left: 10px;
    top: -10px;
    font-size: 15px;
}
}

.header-sort-select {
    float: right;
    padding: 7px 10px;
    position: absolute;
    right: 0px;
}

.gallery-content {
    clear: left;
    background-color: #fff;
    text-transform: capitalize;
    overflow: hidden;
    padding: 10px 10px 30px 10px;
}

.gallery-content a {
    text-decoration: none;
    color: inherit;
}
.gallery-content a:visited {
    text-decoration: none;
    color: inherit;
}

.gallery-content a:hover {
    color: #333;
}

.gallery-content h1 a:hover {
    color: inherit;
}


.dj, .cg, .acg, .manga, .anime, .imageset {
    z-index: 0;
    position: relative;
    width: 100%;
    margin: 0 0 20px 0;
    border-radius: 4px;
    background-color: #fafafa;
}

.dj:last-child, .cg:last-child, .acg:last-child, .manga:last-child, .anime:last-child, .imageset:last-child {
    margin: 0;
}

.dj {
    border: 1px solid #cc9999;
    color: #663333;
}

.dj:hover {border: 1px solid #996666;}
.cg:hover {border: 1px solid #666699;}
.acg:hover {border: 1px solid #669999;}
.manga:hover {border: 1px solid #996699;}
.anime:hover {border: 1px solid #669966;}
.imageset:hover {border: 1px solid #696969;}

.cg {
    border: 1px solid #9999cc;
    color: #333366;
}

.acg {
    border: 1px solid #99cccc;
    color: #336666;
}

.manga {
    border: 1px solid #cc99cc;
    color: #663366;
}

.anime {
    border: 1px solid #99cc99;
    color: #336633;
}

.imageset {
    border: 1px solid #999999;
    color: #696969;
}

.gallery-content h1 {
    white-space: nowrap;
    margin: 0;
    padding-left: 300px;
    color: #ffffff;
    font: bold 22px Arial,Helvetica,sans-serif;
    overflow: hidden;
}

.dj h1 {
    text-shadow:
        -1px -1px 0 #663333,  
        1px -1px 0 #663333,
        -1px 1px 0 #663333,
        1px 1px 0 #663333,
        0 -2px 0 #663333,  
        0 2px 0 #663333,
        -2px 0 0 #663333,
        2px 0 0 #663333;
    background-color: #cc9999;
}

.cg h1 {
    text-shadow:
        -1px -1px 0 #333366,  
        1px -1px 0 #333366,
        -1px 1px 0 #333366,
        1px 1px 0 #333366,
        0 -2px 0 #333366,  
        0 2px 0 #333366,
        -2px 0 0 #333366,
        2px 0 0 #333366;
    background-color: #9999cc;
}

.acg h1 {
    text-shadow:
        -1px -1px 0 #336666,  
        1px -1px 0 #336666,
        -1px 1px 0 #336666,
        1px 1px 0 #336666,
        0 -2px 0 #336666,  
        0 2px 0 #336666,
        -2px 0 0 #336666,
        2px 0 0 #336666;
    background-color: #99cccc;
}

.manga h1 {
    text-shadow:
        -1px -1px 0 #663366,  
        1px -1px 0 #663366,
        -1px 1px 0 #663366,
        1px 1px 0 #663366,
        0 -2px 0 #663366,  
        0 2px 0 #663366,
        -2px 0 0 #663366,
        2px 0 0 #663366;
    background-color: #cc99cc;
}

.anime h1 {
    text-shadow:
        -1px -1px 0 #336633,  
        1px -1px 0 #336633,
        -1px 1px 0 #336633,
        1px 1px 0 #336633,
        0 -2px 0 #336633,  
        0 2px 0 #336633,
        -2px 0 0 #336633,
        2px 0 0 #336633;
    background-color: #99cc99;
}

.imageset h1 {
    text-shadow:
        -1px -1px 0 #696969,  
        1px -1px 0 #696969,
        -1px 1px 0 #696969,
        1px 1px 0 #696969,
        0 -2px 0 #696969,  
        0 2px 0 #696969,
        -2px 0 0 #696969,
        2px 0 0 #696969;
    background-color: #999999;
}

.gallery-content .artist-list {
    white-space: nowrap;
    margin: 0;
    padding: 2px 5px 2px 300px;
    font: bold 18px Arial,Helvetica,sans-serif;
    overflow: hidden;
}

.dj .artist-list {
    color: #663333;
    background-color: #ffcccc;
}

.cg .artist-list {
    color: #333366;
    background-color: #ccccff;
}

.acg .artist-list {
    color: #336666;
    background-color: #ccffff;
}

.manga .artist-list {
    color: #663366;
    background-color: #ffccff;
}

.anime .artist-list {
    color: #336633;
    background-color: #ccffcc;
}

.imageset .artist-list {
    color: #696969;
    background-color: #cccccc;
}

.dj-content {
    padding-left: 300px;
    font: bold 18px Arial,Helvetica,sans-serif;
}

@media screen and (max-width:768px){
.dj-content {
    padding-left: 10px;
    padding-top: 240px;
    font: bold 18px Arial,Helvetica,sans-serif;
}

.gallery-content h1 {
    padding-left: 10px;
}

.gallery-content .artist-list {
    padding-left: 10px;
}
}

.dj-content table {
    width: 100%;
    margin-top: 4px;
}

.dj-content tr:last-child {
    height: 42px;
}

.dj-content td {
    text-align: left;
    vertical-align: top;
    padding: 0;
}

.dj-content td:first-child {
    color: #666666;
    width: 150px;
}

.gallery-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.gallery-content li {
    display: inline-block;
}

.gallery-content li:after {
    content: ", ";
}

.gallery-content li:last-child:after {
    content: "";
}

.tags li, .relatedtags li {
    padding: 4px 0;
    margin: 0 4px 4px 0;
    display: inline-block;
    color: #ffffff;
}

.tags li a, .relatedtags li a {
    padding: 4px;
    background-color: #999999;
    border-radius: 4px;
}

.tags li:after, .relatedtags li:after {
    content: "";
}

.tags li a:hover, .relatedtags li a:hover {
    background-color: #777777;
    color: inherit;
}



.dj-date {
    margin: 10px 0 5px 0;
    color: #cc9999;
    white-space: nowrap;
    padding-bottom: 4px;
}

.cg-date {
    margin: 10px 0 5px 0;
    color: #9999cc;
    white-space: nowrap;
    padding-bottom: 4px;
}

.acg-date {
    margin: 10px 0 5px 0;
    color: #77aaaa;
    white-space: nowrap;
    padding-bottom: 4px;
}

.manga-date {
    margin: 10px 0 5px 0;
    color: #cc99cc;
    white-space: nowrap;
    padding-bottom: 4px;
}

.anime-date {
    margin: 10px 0 5px 0;
    color: #99cc99;
    white-space: nowrap;
    padding-bottom: 4px;
}

.imageset-date {
    margin: 10px 0 5px 0;
    color: #999999;
    white-space: nowrap;
    padding-bottom: 4px;
}

.dj-img-cont img {
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (min-width : 768px) {
    .dj-img-cont {
        perspective-origin: 50% 50%;
        perspective: 750px;
        transform-style: preserve-3d;
        -webkit-transform: translate3d(0,0,0);
    }
    .dj-img1, .anime-img1, .imageset-img1 {
        transform: rotateY(30deg);
        top: -20px;
    }
    .dj-img2 {
        transform: rotateY(30deg);
        top: -15px;
    }
    .dj-img-back {
        transform:  rotateY(30deg);
        top: -8px;
    }
    .cg-img1 {
        transform:  rotateY(30deg);
    }
    .cg-img2, imageset-img2 {
        transform: translateY(20px) translateZ(-30px) rotateY(30deg);
    }
    .anime-img2 {
        transform: translateY(5px) translateZ(0px) rotateY(30deg);
    }
    .dj-img-cont {
        width: 300px;
        top: 15px;
    }
    .dj, .cg, .acg, .manga, .anime, .imageset {
        -webkit-transform: translate3d(0,0,0);
    }
}

@media (max-width : 768px) {
    .dj-img-cont{
        left: -15px;
        top: 60px;
    }
    .dj-img-back {
        left: 50px;
    }
}

.dj-img-cont {
    z-index: 999;
    position: absolute;
    height: 220px;
    width: 300px;
}

.dj-img1, .anime-img1, .imageset-img1 {
    z-index: 4;
    position: absolute;
    right: 2px;
    border: 1px solid #663333;
    background-color: #272733;
    
    outline: 1px solid transparent;
}

.dj-img2 {
    z-index: 3;
    position: absolute;
    left: 85px;
    border: 1px solid #663333;
    background-color: #272733;
    
    outline: 1px solid transparent;
}

.dj-img-back {
    z-index: 2;
    position: absolute;
    left: 35px;
    width: 130px;
    height: 188px;
    background-color: #272733;
    
    outline: 1px solid transparent;  
    border: 1px solid #663333;
}

.cg-img1 {
    z-index: 3;
    position: absolute;
    right: 2px;
    border: 1px solid #663333;
    background-color: #272733;
    
    outline: 1px solid transparent;
}

.cg-img2, .anime-img2, .imageset-img2 {
    z-index: 2;
    position: absolute;
    right: 30px;
    border: 1px solid #663333;
    background-color: #272733;
    
    outline: 1px solid transparent;
}

.tags, .relatedtags {
    font-size: 12px;
    padding: 0;
}

.dj-img1, .imageset-img1 {
    height: 220px;
    max-width: 160px;
    min-width: 140px;
    text-align: center;
}
.anime-img1 {
    height: 220px;
    max-width: 240px;
    text-align: center;
}
.dj-img2, .imageset-img2 {
    height: 205px;
    max-width: 160px;
    min-width: 140px;
    text-align: center;
}


.cg-img1, .cg-img2, .anime-img2 {
    width: 240px;
    height: 180px;
    text-align: center;
}

.gallery-content img {
/* 
    display: block;
 */
    margin: auto;
    position: relative;
    top: 50%;
    
    transform: translateY(-50%);
}

.artist-list .hidden-list-item, .relatedtags .hidden-list-item, .series-list .hidden-list-item {
    display: none;
}

.search-message {
    padding: 0 5px;
    margin: auto;
    text-align: center;
    font: 18px Arial,Helvetica,sans-serif;
    color: #666666;
}

#loader-img {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

#loader-content {
    background-color: #fff;
    display: none;
}


iframe {
    border: none;
}

#nozomi-link {
    display: none;
    font-size: 120%;
    height: 50px;
    padding: 15px 10px 10px 10px;
    text-align: center;
    box-sizing: border-box;
    background-color: #f0f0f0;
    border-top: 1px solid #bbbbbb;
    color: #555555;
    width: 100%;
}

#nozomi-link a {
    text-decoration: none;
    color: #226699;
}

#nozomi-link a:hover {
    color: #ee2222;
}

.unread {
    border: 1px solid red;
    margin-left: -10px;
    margin-right: -10px;
}


.dj-img1, .cg-img1, .anime-img1 {
    transition: right 500ms ease;
}
.dj-img-cont:has(.dj-img2:hover) > .dj-img1 {
    right: -100px;
}
.dj-img-cont:has(.cg-img2:hover) > .cg-img1 {
    right: -100px;
}
.dj-img-cont:has(.anime-img2:hover) > .anime-img1 {
    right: -100px;
}
