﻿/* お気に入り */

#favorite h3 span {
    border-radius: 5px;
    background: #ff7315;
    color: #fff;
    padding: 2px 5px;
    margin-left: 5px;
}
ul.tiling li {
    text-align: center;
    border: solid 1px #a9abae;
    -webkit-border-radius: 4px;
    padding: 5px;
    margin: 1px;
    font-family: HiraKakuProN-W3;
}
    #showMyFavorite {
    display: none;
}

    #showMyFavorite ul.tiling {
        display: flex;
        flex-wrap: wrap;
    }

        #showMyFavorite ul.tiling li {
            width: 28%;
            float: none;
            margin: 5px 0.5%;
            position: relative;
        }

            #showMyFavorite ul.tiling li div.photobox {
                width: 95%;
                margin: 0 auto;
            }

                #showMyFavorite ul.tiling li div.photobox img {
                    width: 100%;
                }

    #showMyFavorite .today {
        font-size: 8px;
        padding: 2px 0;
        margin: 3px 0;
        width: 95%;
        border: 1px solid #F1208D;
        background: #fff;
        color: #F1208D;
    }

    #showMyFavorite .holiday {
        height: 14px;
        margin: 3px 0;
        width: 95%;
    }

    #showMyFavorite .rank_p {
        width: 95%;
    }

div.favoriteBtn {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 84px;
}

    div.favoriteBtn img {
        width: 100%;
    }

p.attention {
    color: #f00;
}

    p.attention img {
        width: 14px;
    }
