@charset "UTF-8";

/* 全体の構成 */
.topicsDetailImg_full_pink_buttonArea{
    background-color: #FFF;
}

@media print, screen and (min-width: 768px) {
    /* 全体の構成 */
    main:before {
        content: "";
        display: block;
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100vh;
        background: url(../../common/img/forfamily_bg.jpg) top center no-repeat;
        background-size: cover;
    }
    footer {
        position: relative;
        z-index: 1;
    }
    .topicsDetailImg_full_pink{
        width: 540px;
        position: relative;
        padding-bottom: 0px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.5);
    }
    .topicsDetailImg_full_pink img{
        width: 540px;
    }
}
