/* ====================================================================================================================
 * 日刊ヘブン
 * ====================================================================================================================*/
#dailyheaven #daily_container {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 5px;
    width: 355px;
}

#dailyheaven #daily_container #daily_list {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
}

#dailyheaven #daily_container #daily_list .daily_item {
    position: relative;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    background-image: none;
    background-repeat: no-repeat;
}

#dailyheaven #daily_container #daily_list .daily_item:after {
    padding-top: 134%;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}

#dailyheaven #daily_container #daily_list .daily_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center;
    border-style: none;
    background-repeat: no-repeat;
}

div#contents #dailyheaven ul li {
    background-image: none;
    background-repeat: no-repeat;
}
#dailyheaven #daily_container .flex-viewport {
    max-height: inherit;
}