a{
 
    text-decoration: none;
    
   overflow: hidden;
}

a:hover{
    
    text-decoration: underline;
        
}


hr.blank{
    
    height: 0px;
    margin: 20px 0px; 
    clear: both;
}


box.view{
 
    padding:20px 40px;
    background-color: #f5f5f5;
    overflow: hidden;
    
}
box.view hr{
 
    margin: 20px 0px;
    
}

box.view > h1{
 
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    margin: 0px 0px 10px 0px;
    padding-left: 20px;
}

box.view > time{
 
    font-size: 14px;
    margin: 10px 0px;
    line-height: 14px;
    height: 12px;
    color: #666;
    display: block;
    padding-left: 20px;
    
}

ul.played{
    
    margin: 0px;
    padding: 0px;
    
}
h1.played{
 
    font-size: 16px;
    font-weight: normal;
    margin: 5px 0px;
}
figure.played{
 
    width:calc(20% - 20px);
    float:left;
    margin-left: 20px;
    
}

figure.played img{

    height:95px;
    width:100%;

}


figure.played figcaption{
 
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    margin: 10px 0px 7px 0px;
    overflow: hidden;
    
}
figure.played  > time{
    font-size: 12px;
    margin: 0px;
    line-height: 12px;
    height: 14px;
    color: #9d9d9d;
    
}

figure img{
    
 
    background-position: center;
    background-size: cover;
    
    
}


section.hot{
    overflow: hidden;
}

figure > img{
    
    
    background-color: #eee;
    
    
}

a.hot{

    display:inline-block;
    float:left;

    width:calc(100%/3 - 10px);

    margin-right:14px;

}
a.hot:last-of-type{

    margin-right: 0px;
}

figure.hot{
 
   margin:0px;
}



figure.hot figcaption{
    
    margin:10px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    
    
}
figure.hot time{
 
    display: block;
    font-size: 12px;
    line-height: 12px;
    height: 14px;
    color: rgb(157, 157, 157);
    
}
section.mid{
 
    font-size:0px;
    
}
ad.mid{
    
    display: inline-block;
    width: 50%;
    
}



figure.new {
 
    width:calc(25% - 20px);
    float:left;
    margin:0px 13px;
    
    margin-bottom: 40px;
    
   
    
}

figure.new:nth-of-type(4n-3){
 
    margin-left: 0px;
    
}

figure.new:nth-of-type(4n){
 
    
    margin-right: 0px;
   
    
}
figure.new figcaption{
 
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 8px 0px 0px 0px;
    
    height:40px;
    overflow: hidden;
}
figure.new time{
    font-size: 12px;
    margin: 0px;
    line-height: 12px;
    height: 14px;
    color: #9d9d9d;
    
}

.title {

    font-size:16px;
	font-weight:bold;

}
