@charset "utf-8";

/*閉鎖対応*/
#btn{
    background: #717171;
    color: #eeeeee;
    display:block;
    margin: 20px auto;
    width: 9em;
    text-align: center;
    font-size: 15px;
    padding:5px 1em;
    border-radius: 3px;
    cursor: pointer;
}

#overlay{
    /*display: none;*/
    width: 100%;
    height:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 100;
    background: rgba(0,0,0,0.7);
}

#overlay h2 {
    margin-top: 50px;
    font-size: 25px;
    font-weight: bold;
    color: #DB7093;
    text-align: center;
}

#overlay p {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

#overlay .image {
    text-align: center;
}

#text{
    width: 90%;
    max-width: 40em;
    font-size: 16px;
    color: #eee;
    vertical-align: middle;
}

#close{
    background: #eee;
    color: #717171;
    display:block;
    /*margin: 400px auto;*/
    width: 70px;
    text-align: center;
    font-size: 15px;
    padding:5px 0;
    border-radius: 3px;
    cursor: pointer;
}