﻿/*h3 {
    color: #eb6ea5;
    border-bottom-color: #eb6ea5;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}*/

.topBack {
    background-image: url(../img/index2/top_bg.png);
    background-repeat: repeat-x;
    background-position: bottom;
}

.slick-slide {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

#section2 {
    margin-top: 1rem;
}

#shichaku {
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    /*border: dashed 2px #facce5;*/
    border:none;
    padding: 10px 15px;
    color: #454545;
    width: 100%;
}

    #shichaku ::after {
        position: absolute;
        /*content: '';
        left: -7px;
        top: -7px;*/
        border-width: 0 0 15px 15px;
        border-style: solid;
        border-color: #fff #fff #D69986;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    }


    #shichaku a {
        color: #e4007f;
    }

    #shichaku #newlist > p {
        border-bottom-color: #facce5;
        border-bottom-width: 2px;
        border-bottom-style: dashed;
    }

#section2 .card-title {
    color: #facce5;
    padding-bottom:10px;
    border-bottom-color: #facce5;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
}

footer {
    /*background-image: url(../img/index2/back.png);
    background-repeat: repeat-x;
    background-position: bottom;*/
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    text-align: center;
    /*height: 250px;*/
    background-color: #eb6ea5;

}

    footer p {
        padding-top: 20px;
    }
