img{
    display: block;
}
body {
  background: #111; }
a {
  text-decoration: none;
}

.profile_col_4 {
    width: 880px;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: stretch;
    -ms-flex-wrap: wrap;
}
.profile_col_4 > div {
    width: 200px;
    padding: 10px 10px;
    /* display: flex; */���ؗp
}
.anemone_castlist_card {
    width: 100%;
    max-width: 240px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    background: #fff;
    overflow: hidden;
    margin: 0;
}

.anemone_castlist_card img {
    max-width: 100%;
}

.anemone_castlist_thumb {
    display: block;
    width: 100%;
    height: auto;
}

.foot_castlist_item {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 4px;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    z-index: 1;
}


.foot_castlist_item .cast__name{
    color: #FFF;
    font-size: .85em;
    line-height: 18px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

.foot_castlist_item .cast__style{
    color: #FFF;
    font-size: .6em;
    line-height: 14px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}
.foot_castlist_item .cast__schedule,
.foot_castlist_item .cast__catch{
    color: #d1caa1;
    font-size: .65em;
    line-height: 14px;
    display: block;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}

.foot_castlist_item .cast__name,
.foot_castlist_item .cast__style{
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 2px 8px 0px;
}
.foot_castlist_item .cast__schedule,
.foot_castlist_item .cast__catch{
    width: -webkit-calc(100% - 16px);
    width: calc(100% - 16px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 2px 8px 0px;
}

.foot_castlist_item .cast__style.all_list,
.foot_castlist_item .cast__schedule.all_list,
.foot_castlist_item .cast__catch.all_list{
    width: -webkit-calc(100% - 54px);
    width: calc(100% - 54px);
}
.foot_castlist_item .cast__name.txt_right,
.foot_castlist_item .cast__style.txt_right,
.foot_castlist_item .cast__schedule.txt_right,
.foot_castlist_item .cast__catch.txt_right{
    text-align: right;
}

.castlist_newcast__rank {
    position: absolute;
    bottom: 50px;
    right: 8px;
    background: rgba(0,0,0,0.5);
    padding: 3px 5px 2px;
    margin-bottom: 10px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: .65em;
line-height: 16px;
    text-shadow: 1px 1px 2px black;
}
.castlist_zaiseki__rank {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    padding: 3px 5px 2px;
    margin-bottom: 10px;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    font-size: .65em;
line-height: 16px;
    text-shadow: 1px 1px 2px black;
}
.anemone_castlist_foot {
    width: 100%;
    height: 32px;
background-color: #000;
}
.anemone_new_castlist{
    position: absolute;
    top: 0;
    left: 0;
}

.anemone_new_castlist img{
    width: 40px;
}

.castlist_alert_link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}

.castlist_alert_link img{
    width: 40px;
    border-radius: 50%;
}

.anemone_castlist_card .today_label {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: #c8b07e;
    width: 180px;
    text-align: center;
    padding: 2px 0;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    top: 10px;
    right: -66px;
    position: absolute;
    text-shadow: 1px 1px 2px rgb(0 0 0);
}