@charset "utf-8";

.movie_list{
}





#main h3{
position:relative;
margin:-25px 0px 4px 0px;
}

#main h3 span{
position:absolute;
right:80px;
top:47px;
font-size:12px;
background:#fff;
padding:7px;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

#main h4{
border-left:5px solid #ff3985;
font-size:18px;
color:#FF3985;
padding:5px 10px;
margin-bottom:15px;
} 


/*動画リスト設定 */

#lists ul{
margin-left:1px;
}


#lists ul li{
float:left;
width:215px;
height:220px;
background:url("/public/common/img/bg_movie.png") no-repeat;
margin:2px 0px 2px 4px;
padding:12px 12px 0px 12px;
}
#lists ul li img{
margin-bottom:2px;
width:200px;
height:150px;
}


.shopname {
color:#FF3985;
font-size:16px;
font-weight:bold;
line-height:120%;

white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
margin-top:2px;
}

.shoptype{
white-space: nowrap;
overflow: hidden;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
margin-bottom:2px;
font-size:12px;
color:#000;
line-height:130%;
}
