﻿@charset "utf-8";
/* CSS Document */
main {
    min-width: 640px;
    max-width: 720px;
    width: 100%;
}
#mothersday {
    text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin-bottom: 120px;
    text-align: center;
}

#mothersday a {
    color: #505050;
}
#mothersday a,a:hover {
    text-decoration: none;
}
#mothersday .category_block {
    padding-top: 70px;
    margin-top: -70px;
}
#mothersday .end_of_season {
    position: relative;
}
#mothersday .end_of_season::after {
    content: '';
    background-color: rgba(0,0,0,0.65);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20;
}
#mothersday .end_of_season_txt {
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 22;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    width: 80%;
}
#mothersday .end_of_season_txt span {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 0;
}
#mothersday .end_of_season_txt p {
    font-size: 22px;
    font-weight: bold;
}

