#mailWrap {
    position: relative;
    padding: 80px 0 100px 0;
}

#m-maga {
    position: relative;
    max-width: 1080px;
    margin: 30px auto 0 auto;
}

#m-maga-inner {
    position: relative;
    text-align: center;
    border: 5px solid #DAECF8;
    margin: 0 5px;
    background: #fff;
    padding: 0 0 30px 0;
}

.m-icon {
    width: 100px;
    margin: 0 auto;
}

.m-icon img {
    width: 100%;
}

#m-maga blockquote {
    font-size: 12px;
    text-align: left;
    color: #141414;
    font-weight: bold;
}

#m-maga form table#m-table {
    text-align: center;
    width: 90%;
    margin: 0 auto 10px auto;

}

#m-maga form table#m-table tr th {
    display: block;
}

#m-maga form table#m-table tr th span {
    color: #141414;
    font-family: 'gothic', serif;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

#m-maga form table#m-table tr th input.mailmag_text {
    padding: 5px 5px;
    border-radius: 3px;
    border: 1px solid #141414;
    display: block;
    width: 90%;
    height: 50px;
    margin: 0 auto 10px auto;
    letter-spacing: 2px;
}

#m-maga form table#m-table tr th input.mailmag_text:focus {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

#m-maga form table#m-table tr td {
    display: inline-block;
    margin: 0 5px 0 5px
}

#m-maga form table#m-table tr td span input.mailmag_btn {
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #f49aa0;
    vertical-align: middle;
    font-size: 16px;
    background-color: #f4c1c4;
}

#m-maga form table#m-table tr td span {
    display: block;

}

#m-maga form table#m-table tr td span input.mailmag_btn:hover {
    background: #131313;
    color: #fff;
}

#m-maga dl {
    position: relative;
    padding: 30px 0 10px 0;
}

#m-maga dl dt {
    font-size: 34px;
    text-align: center;
    border-bottom: 2px dotted #121212;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
}


#m-maga dl dd {
    text-align: center;
    font-size: 16px;
    line-height: 160%;
    font-weight: bold;
    padding: 0 30px 10px;
}

#m-maga dl dd b {
    color: #c8132e;
}

#m-maga dl dl dd.notice_bottom {}

#m-maga dl dd p {
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 180%;
    text-align: left;
}

#m-maga dl dd p span.note {
    position: relative;
    display: inline-block;
    background-color: #c8132e;
    padding: 5px 10px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

#m-maga dl dd p small {
    display: block;
}

div#thanks {
    max-width: 960px;
    margin: 100px auto 50px auto;
    padding: 30px 0;
    background: #ffffff;
    /*
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    */
    font-size: 95%;
    line-height: 1.8;
}

div#thanks h5 {
    width: 90%;
    margin: 50px auto 20px auto;
    font-size: 135%;
    font-weight: bold;
    text-align: center;
}

div#thanks h2 {
    margin-top: 3em;
}

div#thanks p {
    text-align: center;
    line-height: 180%;
    margin-bottom: 20px;
}

div#thanks dl {
    width: 90%;
    margin: 0 auto 3em;
}

div#thanks span {
    display: block;
    text-align: center;
    margin: 20px 0;
}

div#thanks span a {
    text-align: center;
    display: inline-block;
    text-decoration: underline yellow;
    font-size: 120%;
    font-weight: 700;
}

div#thanks span a:hover {
    text-decoration: underline pink;
}

div#thanks dl dt {
    margin-top: 2em;
}

.thanks-text {
    width: 50%;
    margin: 20px auto 0 auto;
    display: none;
}

.thanks-text img {
    width: 100%;
}

/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and (max-width: 1080px) {

    div#thanks {
        width: 95%;
        font-size: 100%;
        margin: 20px auto 50px auto;

    }

}

/* 1000pixel end */
