@charset "utf-8";
/*top
===============================================================*/
.top .left{
    width: 650px;
}

.top .right{
    width: 420px;
    margin-left: 10px;
}

.top .ytContainer{
    margin-bottom: 10px;
}

.top .freeList li{
    position:relative;
}

.top .freeList li.current{
    background-color:#EAEAEA;
}

.top .freeList .linkBase{
    padding:5px;
}

.top .freeList .linkBase img{
    width:196px;
}

.top .freeList .linkBase .info{
    width: 209px;
    margin-left:5px;
}

.top .freeList .linkBase .date{
    font-size:14px;

}
.top .freeList .linkBox{
    position: absolute;
    top:0;left:0;
    width:408px;
    height:120px;
    border:1px solid #FFF;
    text-indent: -800px;
    overflow: hidden;
}
.top .linkBox:hover{
    border:1px solid #F00;
}

.top .payList li{
    padding:5px 0px;
    border-bottom:1px solid #DDD;
}

.top .payList .info{
    width:434px;
    margin-left:10px;
}

.top .payList h2{
    font-weight: bold;
}

.top .payList .period{
    font-size: 12px;
}

.top .payList .period span{
    color:#;
    font-weight: bold;
    font-size: 13px;
}

.top .payList .payButton{
    color:#FFF;
    display: block;
    width:220px;
    padding: 2px 10px;
    font-weight: bold;
    border:1px solid #CCC;
    border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3019+0,cf0404+100 */
    background: #ff3019; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff3019 0%,#cf0404 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}

.top .payButton:hover{
    text-decoration: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff4f3b+0,fa0606+100 */
    background: #ff4f3b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff4f3b 0%, #fa0606 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4f3b), color-stop(100%,#fa0606)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ff4f3b 0%,#fa0606 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ff4f3b 0%,#fa0606 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ff4f3b 0%,#fa0606 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ff4f3b 0%,#fa0606 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4f3b', endColorstr='#fa0606',GradientType=0 ); /* IE6-9 */
}

/*jukujo
===============================================================*/
.jukujo .ytContainerWrapper{
    background-color: #000;
    padding: 20px;
}

.jukujo .ytContainer{
    width:640px;
    margin:20px auto;
}





