@charset "utf-8";

div#cast_list,ul,li{
padding:0;
margin:0;
}

div#cast_list{
width:545px;
overflow:hidden;
}

div#cast_list li{
width:250px;
height:60px;
margin:10px 10px;
border:1px #eee solid;
list-style:none;
float:left;
}

div#cast_list li.list_doi{
background:url(/okazu_2016/images/btn_bkdoi.png) no-repeat center;
}
div#cast_list li.list_other{
background:url(/okazu_2016/images/btn_bketc.png) no-repeat center;
}

div#cast_list a{
padding-left:30px;
display:block;
text-decoration:none;
line-height:60px;
color:#333;
}

div#cast_list a:hover{
background-color:rgba( 255, 255, 255, 0.5 );
}