@charset "utf-8";

/* CSS Document */
#container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0px;
    position: relative;
}


#main {
    position: relative;
    margin: 0 auto;
    /*overflow:hidden;*/
    width: 1000px;
    height: auto;
}

.song {
    float: left;
    width: 100%;
    height: auto;
}

.song ul {
    float: left;
    /*margin-right:20px;*/
    width: 50%;
    height: auto;
}

.song ul:last-child {
    margin-right: 0px;
}

.song ul li {
    float: left;
    padding: 10px 0px;
    margin-bottom: 3px;
    width: 93%;
    height: auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+47,ededed+100;White+3D+%231 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    /* IE6-9 */
    position: relative;
}

.song ul li:hover {
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,ecdec3+100 */
    background: rgb(252, 255, 244);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(252, 255, 244, 1) 0%, rgba(236, 222, 195, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(252, 255, 244, 1) 0%, rgba(236, 222, 195, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(252, 255, 244, 1) 0%, rgba(236, 222, 195, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#ecdec3', GradientType=0);
    /* IE6-9 */
}

.song ul li span.song-bullet {
    float: left;
    margin-left: 20px;
    width: 10%;
    height: auto;
}

.song ul li span.song-list {
    float: left;
    padding-top: 10px;
    width: 70%;
    height: auto;
    font: 25px/20px 'THK2DJuly8', Arial, sans-serif;
    color: #391b09;
}

.song ul li span.song-list a {
    font: 25px/20px 'THK2DJuly8', Arial, sans-serif;
    color: #391b09;
}

.song ul li span.song-list a:hover {
    font: 25px/20px 'THK2DJuly8', Arial, sans-serif;
    color: #a65f10;
}

.song ul li span.song-play {
    float: left;
    padding-top: 8px;
    width: 10%;
}

.popup-song {
    top: 0px;
    /* left: -300px; */
    display: block;
    width: 500px;
    min-height: 500px;
    position: relative;
    z-index: 999;
    background-image: url(../images/content/song/bg-popup1.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

.popup-song-top {
    float: left;
    margin-top: 23px;
    width: 100%;
    height: 62px;
    text-align: center;
    font: 35px/71px 'THK2DJuly8', Arial, sans-serif;
    color: #fff;
    position: relative;
    background-image: url(../images/content/song/popup-top.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.popup-song-top .close {
    top: -22px;
    right: 0;
    width: 24px;
    height: 23px;
    position: absolute;
}

.popup-song-mid {
    float: left;
    width: 100%;
    min-height: 250px;
}

.popup-song-mid .song-writer {
    /*    float: left; */
    padding-left: 20px;
    margin-top: 20px;
    text-align: center;
    height: auto;
    font: 24px/22px 'THK2DJuly8', Arial, sans-serif;
    font-weight: bold;
}

.popup-song-mid .song-detail {
    float: left;
    margin-left: 15px;
    margin-top: 19px;
    padding: 10px;
    width: 451px;
    min-height: 100px;
    background-color: #06538f;
    border-top: 5px solid #4baffc;
    color: #fff;
    font: 20px/24px 'THK2DJuly8', Arial, sans-serif;
    text-align: center;
}

.popup-song-mid .song-play {
    float: left;
    margin: 20px 0px;
    width: 100%;
    height: auto;
    text-align: center;

}

.popup-song-bottom {
    float: left;
    width: 100%;
    height: 9px;
    background: url(../images/content/song/bar-bottom.jpg) top left no-repeat;
}